Volatility, Tails, and Financial Risk
Volatility, Tails, and Financial Risk
Why finance changes the second moment
Daily returns often have weak linear autocorrelation but strong dependence in squared or absolute returns. A useful decomposition is
The conditional mean and conditional variance are separate modelling problems. An unconditional ARMA model can describe while missing the risk clustering in .
From ARCH to GARCH
Engle's ARCH model lets recent squared shocks drive variance. Bollerslev's GARCH model adds lagged variance:
If , the unconditional variance is
Interpretation:
- is the immediate variance response to news;
- is persistence in the variance state;
- controls the decay of a volatility shock;
- sets the long-run scale jointly with persistence.
When is close to one, volatility forecasts revert slowly. That is not the same as a unit root in the return level.
Conditional covariance as a matrix
Given past information, a block of future shocks has covariance
only when future standardised innovations are conditionally uncorrelated. In a multivariate model, is a full positive-definite matrix and must simultaneously control variances and correlations.
The one-step GARCH forecast is
For ,
Gaussian quasi-likelihood
Ignoring constants, the conditional Gaussian objective is
It is a quasi-likelihood when is not Gaussian. Under suitable conditions it can still estimate the variance recursion consistently, but Gaussian tail probabilities and conventional standard errors need not be valid.
Always inspect standardised residuals
Remaining dependence in signals an inadequate variance recursion; heavy tails in signal an inadequate innovation distribution.
R laboratory: estimate GARCH by recursion
Simulate and estimate a GARCH(1,1) with base R
The constraints are built into the parameter transformation. This is safer than accepting negative variances after optimisation. The simulated returns are in percentage-like units, so the reported VaR and ES use the same units.
Heavy tails and leverage
Two extensions answer different diagnostics:
- Student- innovations: large standardised shocks occur more often than under a Normal distribution.
- Asymmetric variance dynamics: negative and positive shocks of equal magnitude can affect future volatility differently.
For example, a GJR-style recursion is
represents a larger variance response after negative news. Do not use asymmetry and heavy tails as interchangeable explanations.
From volatility to a risk decision
For lower-tail probability , define the return quantile by
If losses are , then . Expected shortfall is the expected loss beyond VaR. State the sign convention; otherwise a “negative VaR” can mean either a gain or a loss.
A volatility model is not validated merely because its likelihood is high:
| Layer | Diagnostic |
|---|---|
| variance dynamics | dependence remaining in |
| distribution | quantile and tail calibration |
| decision | VaR exceptions, expected-shortfall loss, capital or utility impact |
| stability | rolling performance through calm and stressed periods |
Finance versus economics
GARCH is central in finance because the conditional scale of returns is itself a decision input. In macroeconomics it is useful only when time-varying uncertainty is part of the question—for example inflation uncertainty or exchange-rate volatility. For GDP nowcasting, publication timing and latent-state estimation are usually more central than a daily GARCH recursion.
Practice
- If , what fraction of a variance deviation remains after ten forecast steps?
- Why can uncorrelated returns still be dependent?
- A model has correct average VaR coverage but all exceptions occur in one crisis month. Is it calibrated?
Answers
- Approximately ; mean reversion is slow.
- Their conditional variances can be dependent, so squared returns cluster.
- Not dynamically: unconditional coverage can hide clustered exceptions.
Predictive Regressions and Persistent Predictors
Matrix derivations for forecasting regressions, overlapping horizons, persistent predictors, and Newey–West inference.
Unit Roots, Cointegration, and Error Correction
Diagnose spurious levels, derive reduced-rank error correction, and distinguish financial spreads from economic equilibria.