| Download a pdf copy of this help file here |
See also: VoseOptCVARp, VoseOptPercentile

VoseOptRequirementMin(Name, Statistic, Value, Enabled)
VoseOptRequirementMax(Name, Statistic, Value, Enabled)
VoseOptRequirementEquals(Name, Statistic, Value, Enabled)
and the ModelRisk optimization target functions:
VoseOptTargetMaximize(Name, Statistic, Enabled)
VoseOptTargetMinimize(Name, Statistic, Enabled)
VoseOptTargetValue(Name, Statistic, Value, Enabled)
The VoseOptCVARx function allows the user to specify, for example, that the target variable (the loss distribution) to be optimised has a Conditional Value-at-Risk at some cutoff value, that is to be minimised, maximised or set equal to Value in the above three functions respectively.
Thus, for example,
VoseOptTargetValue(“Cash”, VoseOptCVARx(120), 200, TRUE)
will make the Optimizer attempt to find a solution such that the CVAR from a cutoff of 120 of the distribution of the variable “Cash” will equal 200.