11.2 Measuring and Managing Market Risk: VaR, CVaR & Stress Testing
Key Takeaways
- Value at Risk (VaR) quantifies downside tail risk as the minimum expected dollar or percentage loss over horizon $T$ at confidence level $(1 - \alpha)$ under normal market conditions.
- Parametric VaR assumes normal distributions ($VaR = -[\mu_P - z_\alpha \sigma_P] \times V_P$) and scales with the square root of time ($\sqrt{T}$), but underestimates fat tails and non-linear option payoffs.
- Historical Simulation VaR revalues current holdings using empirical return histories, while Monte Carlo Simulation generates stochastic paths to price complex optionality and multi-factor distributions.
- Conditional VaR (CVaR / Expected Shortfall) measures the expected loss conditional on exceeding VaR ($E[L \mid L > VaR]$) and is subadditive and coherent, complemented by stress testing and reverse stress testing.
11.2 Measuring and Managing Market Risk: VaR, CVaR & Stress Testing
Core Insight: Market risk is the potential for financial loss resulting from adverse movements in market prices, interest rates, exchange rates, and credit spreads. While traditional volatility ($\sigma$) measures two-sided dispersion, institutional risk management focuses on downside tail risk. Value at Risk (VaR), Conditional VaR (CVaR), and stress testing form the tripartite framework required to measure, monitor, and control portfolio market risk.
1. Value at Risk (VaR): Formal Definition & Components
Value at Risk (VaR) is the minimum expected loss (in currency terms or as a percentage of portfolio value) over a specified time horizon $T$ at a given confidence level $(1 - \alpha)$ under normal market conditions.
The Three Essential Elements of a VaR Statement
Every VaR declaration must specify three parameters:
- Time Horizon ($T$): The holding period over which risk is measured (e.g., 1 day for trading desks, 10 days for Basel banking regulatory capital, 1 month for pension funds).
- Confidence Level ($1 - \alpha$): Typically 95% ($\alpha = 5%$) or 99% ($\alpha = 1%$).
- Loss Amount: Stated as a percentage ($VaR_{%}$) or currency value ($VaR_{$}$).
Example Interpretation: "A 1-day 95% VaR of $2.5 million means there is a 5% probability (or 1 trading day out of 20) that the portfolio will experience a loss of at least $2.5 million over a single day."
2. The Three Primary VaR Estimation Methods
VaR Estimation Methodologies
├── 1. Parametric (Variance-Covariance) -> Analytical, assumes normal distribution, fast
├── 2. Historical Simulation -> Non-parametric, empirical price replays, fat tails
└── 3. Monte Carlo Simulation -> Stochastic paths, handles complex optionality, flexible
Method 1: Parametric (Variance-Covariance) VaR
The Parametric VaR method (also known as the analytical or delta-normal method) assumes that asset returns follow a continuous probability distribution—typically the multivariate normal distribution.
Parametric VaR Formula
Where:
- $\mu_P$ = Mean expected portfolio return over the horizon.
- $\sigma_P$ = Standard deviation of portfolio return over the horizon.
- $z_\alpha$ = Critical standard normal z-score corresponding to significance level $\alpha$.
- 95% Confidence (5% tail): $z_{0.05} = 1.645$ (one-tailed)
- 99% Confidence (1% tail): $z_{0.01} = 2.326$ (one-tailed)
- 90% Confidence (10% tail): $z_{0.10} = 1.282$ (one-tailed)
Zero-Mean Assumption: For short time horizons (such as 1 day), the expected daily return $\mu_P$ is negligible and frequently set to zero ($\mu_P \approx 0$), simplifying the equation to $VaR = z_\alpha \sigma_P V_P$.
Time Horizon Scaling (Square Root Rule)
Under the assumption of independent and identically distributed (i.i.d.) normal returns, risk scales with the square root of time:
Example: If 1-day $VaR = $1,000,000$, the 10-day Basel regulatory $VaR = $1,000,000 \times \sqrt{10} = $3,162,277$.
Method 2: Historical Simulation VaR
The Historical Simulation method applies the actual historical percentage price changes of all underlying risk factors over the past $N$ periods (e.g., past 500 or 1,000 trading days) to the current portfolio asset weights.
Step-by-Step Execution:
- Collect historical daily return vectors for all portfolio assets over $N$ days.
- Revalue the current portfolio holdings for each of the $N$ historical trading days to generate $N$ simulated portfolio returns: $R_{P,t} = \sum w_i R_{i,t}$.
- Sort the $N$ simulated portfolio returns from lowest (most negative) to highest.
- Identify the cutoff return corresponding to the $\alpha$ percentile. For $N = 1,000$ and a 95% confidence level ($\alpha = 5%$), the VaR is the 50th worst simulated return ($1,000 \times 0.05 = 50$).
Method 3: Monte Carlo Simulation VaR
Monte Carlo Simulation generates thousands of hypothetical market trajectories based on user-specified stochastic processes, probability distributions, and parameter estimates (drift, volatility, correlations).
Step-by-Step Execution:
- Specify stochastic models (e.g., Geometric Brownian Motion, jump-diffusion) and joint distributions for all risk factors.
- Draw thousands of correlated random paths (e.g., 10,000 to 100,000 iterations).
- Fully reprice all portfolio assets—including non-linear derivatives—at the horizon along each path.
- Construct the empirical simulated P&L distribution and identify the $(1 - \alpha)$ percentile loss.
3. Comparative Evaluation of the Three VaR Methods
| Evaluation Dimension | Parametric (Variance-Covariance) | Historical Simulation | Monte Carlo Simulation |
|---|---|---|---|
| Distributional Assumption | Assumes multivariate normal distribution | Non-parametric (no explicit distribution required) | Flexible (can specify Student's t, skewed, or jump processes) |
| Fat Tails & Skewness | Fails completely; severely underestimates tail risk | Captures empirically if present in historical sample | Captures fully if modeled in stochastic parameters |
| Non-Linear Derivatives | Poor (uses linear delta approximations; ignores gamma/vega) | Excellent; reprices full option contracts directly | Excellent; performs full non-linear revaluation on every path |
| Computational Complexity | Extremely low; instantaneous closed-form matrix math | Moderate; requires historical database and daily revaluation | Extremely high; requires substantial computing clusters |
| Primary Weakness / Risk | Normality assumption violated in reality; underestimates tail risk | Backward-looking; unable to model unprecedented market regimes | Severe model risk; vulnerable to mis-specified stochastic assumptions |
4. Conditional VaR (CVaR / Expected Shortfall)
The Fundamental Limitation of VaR
Value at Risk is inherently blind to the severity of losses beyond the VaR threshold. For instance, two portfolios may both have a 1-day 99% VaR of $10 million, but Portfolio A's maximum worst-case tail loss is $12 million, whereas Portfolio B (which wrote deep out-of-the-money options) faces a catastrophic tail loss of $100 million. VaR treats both portfolios as having identical risk.
Conditional VaR (CVaR) Definition
Conditional VaR (CVaR), also known as Expected Shortfall (ES) or Expected Tail Loss, measures the expected (average) loss given that the loss exceeds the VaR cutoff:
In a historical or Monte Carlo simulation with $M$ tail observations exceeding VaR, CVaR is simply the arithmetic mean of those $M$ tail losses:
Coherence and the Subadditivity Property
A risk measure $\rho(\cdot)$ is defined as coherent (Artzner et al.) if it satisfies four mathematical axioms:
- Monotonicity: If portfolio $X \le Y$ in all states, then $\rho(X) \ge \rho(Y)$.
- Translation Invariance: $\rho(X + c) = \rho(X) - c$ for constant cash $c$.
- Positive Homogeneity: $\rho(k X) = k \rho(X)$ for any scalar $k > 0$.
- Subadditivity: $\rho(X + Y) \le \rho(X) + \rho(Y)$.
Critical Exam Distinction: VaR is NOT a coherent risk measure because it can violate subadditivity for non-normal, skewed, or fat-tailed distributions (e.g., portfolios with credit default risk or short option positions). Violating subadditivity means that merging two portfolios could result in a combined VaR that is greater than the sum of individual VaRs, falsely implying that diversification increases risk. In contrast, CVaR is mathematically coherent and strictly subadditive under all return distributions.
5. Sensitivity Measures, Stress Testing & Risk Limits
Sensitivity Risk Measures (First- and Second-Order)
While VaR provides a single aggregate loss number, risk managers require granular sensitivity metrics to diagnose specific market risk drivers:
| Asset Class | Primary Sensitivity Metric | Second-Order / Non-Linear Metric |
|---|---|---|
| Equities | Beta ($\beta$): Systematic market sensitivity | Residual / Idiosyncratic Risk |
| Fixed Income | Modified Duration / Effective Duration: Price sensitivity to parallel yield curve shifts | Convexity: Curvature adjustment for large interest rate shifts; Key Rate Duration for curve twists |
| Options / Derivatives | Delta ($\Delta$): Sensitivity to underlying price; Vega ($\mathcal{V}$): Sensitivity to implied volatility; Theta ($\Theta$): Sensitivity to time decay | Gamma ($\Gamma$): Rate of change of Delta with respect to underlying asset price |
Stress Testing and Scenario Analysis
Because VaR relies on statistical distributions calibrated during normal market conditions, it routinely fails during systemic market crises when correlations spike to 1.0 and liquidity vanishes. Stress testing complements VaR by analyzing severe, non-normal tail events:
- Historical Scenarios: Replaying historical market shocks across the current portfolio (e.g., the 1987 Black Monday crash, 1998 Russian default/LTCM collapse, 2008 Lehman Brothers bankruptcy, and 2020 COVID-19 liquidity shock).
- Hypothetical Scenarios: Modeling plausible forward-looking economic crises that have no historical precedent (e.g., a simultaneous 300 bps stagflation rate spike, 40% crude oil surge, and 200 bps corporate credit spread blowout).
- Reverse Stress Testing: An institutional risk practice that starts with the catastrophic outcome—such as a loss that breaches the firm's regulatory capital buffer or causes insolvency—and works backward to identify the specific combination of market shocks that would trigger that failure.
Risk Limits Framework
Institutional capital allocation enforces multiple interlocking risk limits:
- Position Limits: Maximum dollar/nominal exposure to any single issuer or asset.
- Stop-Loss Limits: Mandatory risk reduction when cumulative losses breach predetermined thresholds.
- VaR Limits: Maximum allowable 1-day or 10-day VaR at the desk, division, and firm level.
- Scenario / Stress Limits: Maximum permitted loss under designated stress-test scenarios.
6. Worked Numerical Example: Parametric VaR, Historical VaR & CVaR
Part A: Parametric Portfolio VaR Calculation
An investment fund manages a $100 million portfolio split between two asset classes:
- Asset 1 (Equities): Weight $w_1 = 60%$ ($V_1 = $60\text{M}$), daily $\sigma_1 = 1.50%$.
- Asset 2 (Bonds): Weight $w_2 = 40%$ ($V_2 = $40\text{M}$), daily $\sigma_2 = 0.80%$.
- Correlation: $\rho_{12} = 0.20$. Daily expected returns $\mu_1 = \mu_2 = 0$.
Step 1: Calculate Daily Portfolio Volatility ($\sigma_P$)
Step 2: Calculate 1-Day 95% and 99% Parametric VaR
- 1-Day 95% VaR ($z = 1.645$):
- 1-Day 99% VaR ($z = 2.326$):
- 10-Day 99% Regulatory VaR (scaled via $\sqrt{10}$):
Part B: Historical Simulation VaR and CVaR Calculation
A risk manager simulates 500 daily historical P&L returns for a $50 million fund. The 10 worst sorted simulated daily portfolio returns are:
\text{Rank 1: } -4.50\% & \text{Rank 2: } -3.80\% & \text{Rank 3: } -3.20\% & \text{Rank 4: } -2.90\% & \text{Rank 5: } -2.70\% \\ \text{Rank 6: } -2.50\% & \text{Rank 7: } -2.40\% & \text{Rank 8: } -2.30\% & \text{Rank 9: } -2.20\% & \text{Rank 10: } -2.10\% \end{array}$$ #### Step 1: Compute 1-Day 99% Historical VaR - Significance level $\alpha = 1 - 0.99 = 1.0\%$. - Tail cutoff rank: $500 \times 0.01 = 5\text{th worst observation}$. - Rank 5 return is $-2.70\%$. - **1-Day 99% Historical VaR:** $2.70\% \times \$50\text{M} = \mathbf{\$1,350,000}$. #### Step 2: Compute 1-Day 99% Conditional VaR (CVaR) - CVaR is the average of the losses in the tail beyond the VaR threshold (the 5 worst outcomes, Ranks 1 to 5): $$\text{Tail Losses} = 4.50\%, 3.80\%, 3.20\%, 2.90\%, 2.70\%$$ $$\text{Mean Tail Loss} = \frac{4.50\% + 3.80\% + 3.20\% + 2.90\% + 2.70\%}{5} = \frac{17.10\%}{5} = 3.42\%$$ - **1-Day 99% CVaR:** $3.42\% \times \$50\text{M} = \mathbf{\$1,710,000}$.A risk analyst is evaluating the market risk of a portfolio containing substantial positions in deep out-of-the-money short call options and credit default swaps. Why is Conditional VaR (CVaR) a superior risk measure to standard Value at Risk (VaR) for this portfolio?
A portfolio manager computes a 1-day 95% Parametric VaR of $800,000 for a $40 million equity portfolio assuming zero daily drift. Under the assumption of independent and identically distributed normal returns, what is the scaled 25-day 95% Parametric VaR?
An institutional bank conducts an enterprise risk assessment where analysts identify severe market stress scenarios by starting with a hypothetical scenario of total insolvency (e.g., loss exceeding $500 million in tier-1 capital) and working backward to deduce which combinations of factor shocks could cause that failure. This risk management procedure is best described as: