Skip to content
Finance Lessons

Value at Risk

Parametric VaR

The variance–covariance method: assume normal returns and read VaR straight off z-scores, scale across horizons with the √t rule, and combine assets through correlation.

10 min Updated Jun 5, 2026

Historical VaR makes you do the dishes: gather a pile of past returns, sort them, and count to the percentile you want. It’s honest but laborious, and it can only ever tell you about losses that already happened. Parametric VaR — the variance–covariance method — takes a shortcut so brazen it almost feels like cheating: assume the return distribution is a perfect bell curve, and then the entire VaR calculation collapses into a single line of algebra. No sorting. No simulation. Just a mean, a standard deviation, and a number off a z-table.

That assumption is both the method’s superpower and its Achilles’ heel — but let’s earn the payoff before we audit the bill.

Before you read — take a guess

Parametric (variance–covariance) VaR computes the loss quantile by:

Assume a bell, then it’s just algebra

Analogy. Historical VaR is a hand-drawn portrait — you trace every wrinkle of the real data. Parametric VaR is a passport photo: you summarize the whole face with two numbers (location and spread) and trust that the rest follows a known template. If the face really is symmetric and well-behaved, the photo is plenty. If it has a scar in the tail, the photo airbrushes it out.

The idea. Suppose your portfolio’s P&L (or return) over the chosen horizon is normally distributed with mean μ\mu and standard deviation σ\sigma. The defining magic of the normal distribution is that every quantile is the same fixed number of standard deviations from the mean. Formally, the value at cumulative probability cc is

qc=μ+zcσ,q_c = \mu + z_c\,\sigma,

where zcz_c is the standard-normal quantile (the number of σ\sigma‘s that leaves probability cc below it). Once you accept normality, you never touch the data again — you just plug in μ\mu, σ\sigma, and the right zz. The shape is pre-baked.

This is why the method is also called variance–covariance: the only statistics it needs are the variance of each position and the covariances between them. Everything else is the bell curve doing the work.

Single-asset parametric VaR

Analogy. Think of σ\sigma as the width of the dartboard and zcz_c as how many board-widths out you have to walk before only 1c1-c of the darts land beyond you. VaR is just that distance, flipped into a positive loss number.

Definition. For a portfolio of value VV whose return has mean μ\mu and standard deviation σ\sigma, the VaR at confidence level cc is

VaRc=(μ+zcσ)V,\mathrm{VaR}_c = -\left(\mu + z_c\,\sigma\right)V,

where zcz_c is the lower-tail standard-normal quantile — a negative number, because we’re looking at the left (loss) side of the bell. The leading minus sign flips the loss into a positive figure (VaR is quoted as a positive dollar amount). The key quantiles:

Confidence ccLower-tail zcz_c
90%1.282-1.282
95%1.645-1.645
97.5%1.960-1.960
99%2.326-2.326
99.5%2.576-2.576

The μ0\mu \approx 0 convention. Over a single trading day, the expected return μ\mu is minuscule next to the daily σ\sigma — a stock might drift up 0.04% a day while wobbling 2%. So desks routinely drop μ\mu for short horizons, leaving the clean workhorse formula VaRc=zcσV=zcσV\mathrm{VaR}_c = -z_c\,\sigma\,V = |z_c|\,\sigma\,V.

Worked example. A $10M book with daily σ=2%\sigma = 2\% and μ0\mu \approx 0:

  • 1-day 95% VaR =1.645×0.02=0.0329= 1.645 \times 0.02 = 0.0329, times $10M \Rightarrow $329,000.
  • 1-day 99% VaR =2.326×0.02=0.04652= 2.326 \times 0.02 = 0.04652, times $10M \Rightarrow $465,200.

Read that out loud: “On a normal day, we’re 95% confident we won’t lose more than $329k, and 99% confident we won’t lose more than $465k.” Same book, same σ\sigma — only the zz changed. Crank the confidence and you walk farther out the same tail.

Info:

Sign bookkeeping, demystified

The zz values are negative because they sit on the left of the bell. The formula’s leading minus sign turns that negative quantile into a positive loss. In practice people just memorize the absolute values — 1.6451.645 for 95%, 2.3262.326 for 99% — and multiply. Don’t let the double-negative trip you up: a higher confidence always means a bigger VaR.

Fill in the standard-normal z-values every risk desk has memorized.

Pick the right option for each blank, then check.

The 95% one-tailed quantile is about standard deviations into the loss tail; the 99% quantile is about ; and the 97.5% quantile — the one that doubles as the two-tailed 95% bound — is about .

A $50M portfolio has a daily volatility of 1.2% and μ≈0. Its 1-day 99% parametric VaR is closest to:

Scaling across time: the √t rule

Analogy. Volatility compounds like a drunkard’s walk, not a march. Take ten random steps left-or-right and you don’t end up ten paces from home — you end up about 103.2\sqrt{10} \approx 3.2 paces out, because the steps partly cancel. Risk over time behaves the same way: ten days of randomness doesn’t pile up to ten times the one-day risk.

The rule. For independent, identically distributed (i.i.d.) returns, variance adds across time. Over hh days the variance is hσ2h\sigma^2, so the standard deviation is hσ\sqrt{h}\,\sigma. Since VaR is linear in σ\sigma,

VaR(h days)=h  VaR(1 day).\mathrm{VaR}(h\text{ days}) = \sqrt{h}\;\mathrm{VaR}(1\text{ day}).

Worked example. Our $10M book had a 1-day 95% VaR of $329k. The 10-day VaR is 103.162\sqrt{10} \approx 3.162 times that: 3.162×329k1,040k3.162 \times 329\text{k} \approx 1{,}040\text{k}, i.e. about $1.04M.

Not 10×329k=3,290k10 \times 329\text{k} = 3{,}290\text{k}, i.e. $3.29M. Multiplying by the horizon instead of its square root would triple-count the risk — a wildly conservative, capital-wasting error.

Scaling VaR across time: √t vs. naive linear1-day VaR: 1.00×
√t-scaled VaR (correct)Linear scaling (overstated)
1×2×4×6×8×1102030off the chart →
√t-scaled VaR (correct)
3.16×
Linear scaling (overstated)
10.00×

The brand curve is the correct √h scaling; the dashed line is the naive ×h overstatement. At 10 days the gap is already 3.16× vs. 10× — drag the slider to watch linear scaling run clean off the chart.

The fine print. The t\sqrt{t} rule rides on two assumptions: returns are i.i.d. and have zero autocorrelation (today’s move tells you nothing about tomorrow’s). Reality bends both ways:

  • Under mean reversion (moves tend to reverse), true multi-day risk is lower than t\sqrt{t} predicts — so t\sqrt{t} overstates it.
  • Under momentum / trending (moves tend to persist), true risk is higher — so t\sqrt{t} understates it.

Your 1-day 99% VaR is $200k. Under the √t rule, your 4-day 99% VaR is:

Portfolio VaR with correlation

Analogy. Two rowdy toddlers in one room aren’t twice as loud as one — sometimes they shout together, sometimes one naps while the other yells. Correlation is the “do they tantrum in sync?” dial. Crank it to +1+1 and the noise simply adds; turn it below 11 and their chaos partly cancels. That cancellation is diversification, and parametric VaR captures it exactly through the covariance term.

Definition. For two assets with weights w1,w2w_1, w_2 (dollar exposures), volatilities σ1,σ2\sigma_1, \sigma_2, and correlation ρ\rho, the portfolio standard deviation is

σp=w12σ12+w22σ22+2w1w2ρσ1σ2.\sigma_p = \sqrt{\,w_1^2\sigma_1^2 + w_2^2\sigma_2^2 + 2\,w_1 w_2\,\rho\,\sigma_1\sigma_2\,}.

Then portfolio VaR is just the single-asset formula wearing σp\sigma_p:

VaRp=zcσpV.\mathrm{VaR}_p = |z_c|\,\sigma_p\,V.

The whole game lives in that 2w1w2ρσ1σ22w_1 w_2\rho\sigma_1\sigma_2 cross-term. When ρ<1\rho < 1, it’s smaller than it would be at perfect correlation, so σp\sigma_p — and therefore portfolio VaR — comes in below the sum of the standalone VaRs.

Worked example. Two $5M positions (so total VV is $10M, with each weight $5M), with daily σ1=2%\sigma_1 = 2\%, σ2=3%\sigma_2 = 3\%, correlation ρ=0.3\rho = 0.3. Work in thousands of dollars, z95=1.645z_{95} = 1.645.

First the standalone dollar volatilities:

  • Asset 1: 5M×0.02=100k5\text{M} \times 0.02 = 100\text{k}, i.e. $100k.
  • Asset 2: 5M×0.03=150k5\text{M} \times 0.03 = 150\text{k}, i.e. $150k.

Portfolio variance (in units of k2\text{k}^2):

σp2=1002+1502+2(0.3)(100)(150)=10,000+22,500+9,000=41,500.\sigma_p^2 = 100^2 + 150^2 + 2(0.3)(100)(150) = 10{,}000 + 22{,}500 + 9{,}000 = 41{,}500.

So σp=41,500203.7\sigma_p = \sqrt{41{,}500} \approx 203.7, i.e. about $203.7k. The 95% portfolio VaR is 1.645×203.7335.11.645 \times 203.7 \approx 335.1, i.e. about $335.1k.

Now compare against the sum of standalone VaRs:

QuantityValue
Asset 1 standalone 95% VaR1.645×100=164.51.645 \times 100 = 164.5 → $164.5k
Asset 2 standalone 95% VaR1.645×150=246.751.645 \times 150 = 246.75 → $246.75k
Sum of standalones$411.25k
Diversified portfolio VaR$335.1k

The portfolio VaR ($335k) is well under the naive sum ($411k) — a $76k diversification benefit, entirely because ρ=0.3<1\rho = 0.3 < 1. Push ρ\rho to 11 and the cross-term swells until σp\sigma_p equals $250k and VaR climbs to exactly the $411k sum: at perfect correlation, diversification evaporates.

Match each piece of the parametric machinery to what it does.

Pick a term, then click its definition.

Holding everything else fixed, raising the correlation ρ between two long positions from 0.3 to 0.9 will:

Strengths and weaknesses

Why desks love it. Parametric VaR is fast — it’s a closed-form formula, no sorting a million scenarios or simulating paths. It’s analytic: you can see exactly how VaR responds to a wiggle in σ\sigma or ρ\rho, which makes it perfect for marginal-risk and “what-if” attribution. And it’s frugal with data — feed it a covariance matrix and you’re done, where historical VaR demands a long, clean return history.

Why it can lie to you. Every one of those virtues rests on the normality assumption, and real markets are emphatically not normal:

  • Fat tails. Real return distributions have far more mass in the extremes than a bell curve allows. The normal model treats a 5σ-5\sigma day as a once-in-millennia freak; markets serve them up every few years. So parametric VaR systematically underestimates the size and frequency of the worst losses — the exact losses you built a risk model to catch.
  • Nonlinear payoffs. The formula treats portfolio P&L as a linear function of the risk factors. For a book stuffed with options, that’s only a local approximation — the so-called delta-normal method captures the first-order delta exposure but ignores gamma, the curvature. A big move makes that linearization wrong, and for a heavily optioned portfolio it can be wrong by a lot.
Warning:

Normality is a comforting lie in the tails

Parametric VaR is fast and elegant precisely because it assumes a thin-tailed bell curve — and that’s exactly where markets betray it. Fat tails mean real extreme losses are bigger and more frequent than the formula admits, and the delta-normal linearization breaks down for option-heavy books the moment a move gets large. Treat parametric VaR as a quick first read, not the last word. When tails and convexity matter, you reach for fatter-tailed distributions, full historical simulation, or Monte Carlo.

Why is parametric (delta-normal) VaR a poor fit for a portfolio dominated by options? (Select all that apply.)

Putting it together

Parametric VaR is the algebraic shortcut of the VaR world: assume a normal P&L, and every loss quantile is μ+zcσ\mu + z_c\sigma. Drop the drift for a single day, scale across horizons with t\sqrt{t}, and stitch positions together through the covariance cross-term so correlation below 11 pays you a diversification discount. It’s fast, transparent, and data-light — and it quietly lies in exactly the tail and the convexity you most need it to tell the truth about.

Big picture

Parametric VaR — the whole method

  • Parametric VaR
    • Core idea
      • Assume P&L is normal (μ, σ)
      • Every quantile = μ + z·σ
      • No sorting, no simulation
    • Single asset
      • VaR = |z| · σ · V
      • z₉₅ = 1.645, z₉₉ = 2.326
      • Drop μ for a 1-day horizon
    • Time: √t rule
      • VaR(h) = √h · VaR(1 day)
      • Variance adds for i.i.d. returns
      • 10-day ≈ 3.16×, not 10×
      • Breaks under mean-reversion / momentum
    • Portfolio: correlation
      • σ_p uses 2w₁w₂ρσ₁σ₂ cross-term
      • ρ below 1 → diversification benefit
      • VaR_p below sum of standalones
    • Strengths
      • Fast, closed-form
      • Analytic & transparent
      • Tiny data needs (covariances)
    • Weaknesses
      • Normality underestimates fat tails
      • Delta-normal ignores option gamma
      • Only a local linear approximation
One normality assumption buys you a closed-form VaR, a √t time-scaler, and a covariance-based way to combine assets — at the cost of fat tails and nonlinearity.

Recap: parametric VaR

Question 1 of 50 correct

In the parametric VaR formula VaR = −(μ + z_c·σ)·V, what is z_c?

Check your answer to continue.

Next up — Monte Carlo VaR — we stop trusting a single tidy bell curve and instead manufacture the distribution ourselves: simulate thousands of random future scenarios from whatever dynamics we like (fat tails, jumps, nonlinear option payoffs and all), revalue the portfolio in each, and read VaR off the resulting pile. It’s the heavy artillery for exactly the tails and convexity that parametric VaR airbrushes away.

Mark lesson as complete