ConvexPi

Generalized autoregressive conditional heteroskedasticity

Tim Bollerslev

Journal of Econometrics · 1986 · 22289 citations

Low Vol
Community wiki✎ Edit⟲ History

Generalized Autoregressive Conditional Heteroskedasticity


Source: Bollerslev, T. (1986). Journal of Econometrics 31(3), 307–327.


TL;DR

Generalizes Engle's ARCH to GARCH by letting the conditional variance depend on its **own past

values as well as past squared shocks. The result is dramatically more parsimonious: GARCH(1,1)** —

just three parameters — captures the slowly decaying volatility persistence seen in nearly all financial

return series, and remains the default volatility model in practice.


What it documents (models)

ARCH needed many lags to fit persistent volatility; GARCH adds lagged conditional variances, giving an

ARMA-like structure for variance that fits long memory in volatility with few parameters.


The model

σ²_t = ω + α ε²_{t-1} + β σ²_{t-1} (GARCH(1,1)). The sum α + β measures volatility persistence

(close to 1 for most assets); ω/(1 − α − β) is the long-run variance the process mean-reverts toward.


Why it matters

  • The workhorse volatility model across finance — risk management, VaR, option pricing, and as the
  • benchmark every richer model must beat (Hansen-Lunde: for many series, nothing does).

  • The base for the asymmetric extensions (EGARCH, GJR-GARCH) that add the leverage effect.

  • Limitations and risks

  • Symmetric response to good/bad news (no leverage) — a key gap for equities.
  • Assumes a specific parametric form; high persistence can approach non-stationarity (IGARCH).

  • Key references

  • Bollerslev, T. (1986) — Generalized Autoregressive Conditional Heteroskedasticity — Journal of Econometrics
  • Engle, R. (1982) — Autoregressive Conditional Heteroscedasticity... — Econometrica
  • Hansen, P. & Lunde, A. (2005) — A Forecast Comparison of Volatility Models: Does Anything Beat a GARCH(1,1)? — Journal of Applied Econometrics

  • Community-maintained wiki — anyone can suggest an edit or view its revision history. Not peer-reviewed; verify claims against the original paper.

    Wiki last updated: June 23, 2026