Value at Risk (VaR) at confidence level is the minimum loss such that the probability of a loss exceeding over a given holding period is at most :
In practice for a portfolio with return , is the negative of the -quantile of the return distribution: large means more risk.
Under GARCH with conditionally normal errors, the conditional return distribution at time is . The one-day VaR at level is:
where (e.g., for 99% VaR). The key input is , estimated from the GARCH model. Because varies over time, so does VaR.
S&P 500 example (Nobel Committee 2003). Fitting GARCH(1,1) to daily S&P 500 returns (1995–2003):
For a $1 million portfolio, the 99% one-day VaR ranges from:
The five-fold difference illustrates why time-varying volatility matters for risk management.
Dow Jones Industrial Average (DJIA)+bond portfolio example (Engle 2001). Fitting GARCH(1,1) to a mixed equity/bond portfolio (1990–2000) yields , () and long-run daily standard deviation (SD) . The 1% VaR on a $1M portfolio ranged from $8,400 (calm periods) to $52,900 (crisis periods). Persistence of 0.9922 implies the half-life of a variance shock is trading days — three times longer than the 30-day stylized half-life assumed by RiskMetrics.
The integrated GARCH (IGARCH) (Engle and Bollerslev 1986) imposes , so shocks to variance are permanent. The special case is an exponentially weighted moving average (EWMA) of past squared returns. This is the formula underlying the RiskMetrics methodology widely used by banks prior to the GARCH era; its simplicity (no intercept to estimate) made it practical for large portfolios. Under IGARCH, the unconditional variance does not exist, but conditional VaR forecasts are well-defined at short horizons.
For -day VaR, one simulates or approximates the distribution of cumulative returns . Under GARCH, the multi-step conditional variance has a closed-form recursion at horizon :
where is the unconditional variance. For close to 1 (high persistence), the conditional forecast mean-reverts slowly, so the GARCH-VaR remains elevated for many days following a volatility spike.
Historical simulation (HS-VaR) computes the -th percentile of the empirical distribution of the most recent portfolio returns (typically trading days), without any parametric model:
where are ordered pseudo returns. HS-VaR is simple and assumption-free, but has two fundamental problems:
No conditionality. The estimate is the same whether yesterday was calm or a crisis. Pritsker (2001) and Andersen et al. (2004) demonstrate via simulation that the nominal 1% HS-VaR can have a true conditional coverage probability as high as 10% on any day following a volatility spike. After the October 1987 crash, the 1% HS-VaR barely moved because the second- and third-worst historical returns (which govern the 1st-percentile estimate) were largely unchanged.
No multi-day term structure. Scaling 1-day HS-VaR by is only valid if returns are independent and identically distributed (i.i.d.) — the very assumption violated by volatility clustering. A 10-day 1% VaR from 250 daily observations would require only the 2–3 most extreme observations and is highly imprecise.
Filtered Historical Simulation (Barone-Adesi, Bourgoin, and Giannopoulos 1998; Diebold et al. 1998; Hull and White 1998) combines a parametric variance model with nonparametric bootstrap on the standardized innovations:
FHS retains the distributional flexibility of HS (no parametric shape assumed for ) while inheriting the conditionality of GARCH (today's volatility governs tomorrow's risk). In the multivariate case, standardized returns (where is the Cholesky factor of the estimated covariance matrix ) are resampled as vectors to preserve constant cross-sectional dependence patterns including non-normal tails.
Andersen, Bollerslev, Diebold, and Labys (2001) establish that returns standardized by realized volatility are approximately , whereas GARCH-standardized returns still show fat left tails (see Figure 6 vs. Figure 7 in Andersen et al. 2004). This motivates a mixture model for the conditional return distribution:
Integrating out gives a scale mixture of normals with fat tails. ABDL apply this to foreign exchange (FX) returns and find it produces well-calibrated VaR coverage rates. In the multivariate case with realized covariance matrices, the multivariate analogue applies directly when realized covariances are available for all assets.
The bivariate normal distribution implies that correlations between extreme observations converge to zero as the threshold defining "extreme" grows. Empirically, equity return correlations between large negative returns are much higher than normal, not lower. Longin and Solnik (2001) show for major international equity indices that extreme-positive-return correlations taper off toward zero (consistent with normality), while extreme-negative-return correlations remain elevated even for tail thresholds beyond two standard deviations.
This asymmetric tail dependence means that VaR models based on normal multivariate distributions systematically underestimate portfolio tail losses: in a market crash, asset correlations rise precisely when diversification is most needed, and the normal-model-based VaR ignores this. Copula-based models (e.g., Clayton copula for lower tail dependence) or multivariate extreme value theory can capture this pattern, though scalability to large portfolios remains a challenge.
An alternative approach avoids specifying the full return distribution by directly modeling the conditional -quantile as an autoregressive process:
where is a function of lagged returns (e.g., or ). Estimation uses quantile regression (minimizing the asymmetric check loss). Conditional autoregressive value at risk (CAViaR) requires no distributional assumption — it is consistent for the true conditional quantile even if the return distribution is non-normal.