Skip to content

Parametric Value at Risk (VaR)

Parametric Value at Risk (VaR)

Value at risk assuming returns are normally distributed with the given mean and volatility: the loss at the (1 − c) tail of that normal curve, z × σ − μ, where z is the standard normal quantile for the confidence level (1.645 at 95%, 2.326 at 99%).

When to use: Use when you have a volatility estimate rather than a long return history, or to compare portfolios on a common assumption. Real returns have fatter tails than the normal curve, so parametric VaR tends to understate rare losses.

Calculator

Formula

VaRc=zcσμ,zc=Φ1(c)\text{VaR}_c = z_c \, \sigma - \mu, \quad z_c = \Phi^{-1}(c)

Variables

SymbolNameDescriptionUnit
VaRValue at RiskLoss at the chosen confidence, as a positive fraction%
MeanReturnMean ReturnExpected periodic return, as a decimal%
SigmaVolatilityStandard deviation of periodic returns, as a decimal%
ConfidenceConfidence LevelProbability the loss will not be exceeded, as a decimal (0.95 for 95%)%

Real-Life Examples

Example 1: Monthly 95% VaR

A portfolio with a 0.8% mean monthly return and 4% monthly volatility, at 95% confidence.

Given

MeanReturn = 0.8000%Sigma = 4.0000%Confidence = 95.0000%

Step-by-Step

1.z at 95% = Φ⁻¹(0.95) = 1.6449
2.VaR = 1.6449 × 0.04 − 0.008
3.VaR = 5.7794%
Result:5.7794%

One month in twenty, the portfolio is expected to lose 5.8% or more. The positive mean return trims the figure slightly from the pure 1.645σ = 6.58%.

Example 2: Daily 99% VaR

A fund with a 0.1% mean daily return and 2% daily volatility, at 99% confidence.

Given

MeanReturn = 0.1000%Sigma = 2.0000%Confidence = 99.0000%

Step-by-Step

1.z at 99% = Φ⁻¹(0.99) = 2.3263
2.VaR = 2.3263 × 0.02 − 0.001
3.VaR = 4.5527%
Result:4.5527%

On the worst day in a hundred, expect a loss of at least 4.55% under the normal assumption. Actual markets deliver such days more often than the curve predicts.

Frequently Asked Questions

Under the normal assumption with independent returns, volatility scales with the square root of time, so a 10-day VaR is roughly the 1-day VaR times √10 (ignoring the small mean term).

When the mean return is large relative to z × σ the tail loss is actually a gain. That is a sign the horizon is long or the volatility low; VaR is most meaningful over short horizons.