Value at Risk (VaR) is the $\alpha$-quantile of the loss distribution: the number $x$ such that losses exceed $x$ with probability at most $1 - \alpha$. Expected Shortfall (ES, a.k.a.\ CVaR) is the mean loss in the worst $(1-\alpha)$ tail. Artzner, Delbaen, Eber & Heath (1999) showed that ES is coherent (subadditive, so diversification always helps); VaR is not. In 2019 the Basel Committee on Banking Supervision (BCBS) replaced 99% VaR with 97.5% Expected Shortfall in its market-risk capital rule.
VaR, ES, coherence
| Symbol | Meaning |
|---|---|
| $L$ | Loss random variable (positive = loss, negative = gain) over a given horizon |
| $F_L(x)$ | CDF of $L$ under the physical measure $\mathbb{P}$ |
| $\alpha$ | Confidence level, e.g.\ 0.95, 0.975, 0.99 |
| $\text{VaR}_\alpha$ | $\alpha$-quantile of the loss distribution: $\inf\{x : F_L(x) \ge \alpha\}$ |
| $\text{ES}_\alpha$ | Expected loss conditional on $L \ge \text{VaR}_\alpha$ (a.k.a.\ CVaR) |
(a) Parametric (variance-covariance). Assume $L \sim \mathcal{N}(\mu_L, \sigma_L^2)$; then
(b) Historical simulation. Use the empirical $\alpha$-quantile of observed losses. Non-parametric; reflects actual fat tails if the sample is long enough but is limited to historical extremes.
(c) Monte Carlo simulation. Sample $M$ scenarios from a calibrated model (GARCH, copula, multivariate $t$, etc.), compute portfolio losses, and take sample quantile / tail mean. Error is $O(1/\sqrt{M})$.
Artzner et al.\ (1999) axiomatised what it means to be a coherent risk measure: monotonicity, translation invariance, positive homogeneity, and subadditivity — $\rho(X+Y) \le \rho(X) + \rho(Y)$ for any portfolios. ES satisfies all four. VaR satisfies the first three but can violate subadditivity on discrete or heavy-tailed distributions: merging two portfolios can increase VaR, a property that penalises diversification. Basel III (BCBS d457, 2019) moved banks’ market-risk capital onto $\text{ES}_{0.975}$ explicitly for this reason.
Parametric, historical, and MC estimates side by side
Histogram of losses from synthetic Student-$t$ sample. Gold dashed: parametric VaR. Red dashed: historical VaR. Hatched tail: mass beyond VaR, whose mean is ES.
Where VaR goes wrong
Foundational papers and regulation