portvrisk
Portfolio value at risk (VaR)
Syntax
Description
returns the maximum potential loss in the value of a portfolio over one period of
time (that is, monthly, quarterly, yearly, and so on) given the loss probability
level. ValueAtRisk
= portvrisk(PortReturn
,PortRisk
)portvrisk
calculates ValueAtRisk
using a normal distribution.
Note
An alternative for portfolio optimization is to use the Portfolio
object for
mean-variance portfolio optimization. This object supports gross or net
portfolio returns as the return proxy, the variance of portfolio returns as
the risk proxy, and a portfolio set that is any combination of the specified
constraints to form a portfolio set. For information on the workflow when
using Portfolio
objects, see Portfolio Object Workflow.
adds optional arguments for ValueAtRisk
= portvrisk(___,RiskThreshold
,PortValue
)RiskThreshold
and
PortValue
.
Examples
Input Arguments
Output Arguments
Version History
Introduced before R2006a