Quant Memo

Paper Explained

Correlations Move Too: Engle's Dynamic Conditional Correlation

Modelling volatility for one asset is easy. Modelling how a hundred assets move together used to be impossible. Engle's two-step trick made it routine.

QM
Quant Memo

July 13, 2026

The paper

Dynamic Conditional Correlation: A Simple Class of Multivariate Generalized Autoregressive Conditional Heteroskedasticity Models

Robert F. Engle · 2002

Read the original →

Every risk model, every portfolio optimiser, every hedge ratio depends on one object: the covariance matrix. It says how volatile each asset is and how strongly each pair moves together. Get it wrong and your diversification is an illusion.

The trouble is that this object is not fixed. Volatilities move around, which GARCH had solved by 1986. But correlations move around too, and in the most inconvenient way imaginable: they spike toward one in a crisis. Exactly when you need diversification, it evaporates. Every portfolio manager who lived through a crash knows this in their bones.

So why did it take until 2002 to have a workable model for it? Because the obvious approaches drown in a combinatorial explosion.

The problem: the curse of the covariance matrix

Modelling volatility for one asset with GARCH takes a handful of parameters. Fine.

Now do a hundred assets. A covariance matrix for a hundred assets has about five thousand distinct entries. And you want each of them to evolve over time according to some GARCH-like rule. The early multivariate GARCH models tried to do this honestly, and the parameter count exploded into the tens of thousands. You cannot estimate that from any realistic amount of data, and even if you could, the optimiser would never converge. And there is a further indignity: whatever you produce must be a valid covariance matrix, which is a real mathematical constraint that most parameterisations casually violate.

The escape route people had been using was Bollerslev's constant conditional correlation model: let each asset's volatility move with its own GARCH, but freeze the correlations at their historical average. Cheap, tractable, and wrong in precisely the way that hurts most, because it assumes away the whole phenomenon of correlations rising in a crisis.

The key idea via analogy: separate the loudness from the harmony

Engle's insight is a divide-and-conquer of great elegance.

Think of a portfolio as an orchestra. There are two separate things you want to describe:

  1. How loudly each instrument is playing. That is each asset's individual volatility.
  2. How much they are playing in unison. That is the correlation structure.

The old models tried to describe both at once, with a single tangled apparatus. Engle said: do them one at a time.

Step one: Fit a plain univariate GARCH model to each asset separately. A hundred assets means a hundred small, fast, well-understood estimation problems. Each one gives you that asset's time-varying volatility. Nothing new here, and that is the point.

Step two: Now standardise each asset's return by dividing it by its own GARCH volatility. This is the crucial move. You have stripped out the loudness. What is left is a series of returns that all have roughly the same scale, and whatever co-movement remains among them is pure correlation, uncontaminated by the fact that some assets are simply more volatile than others.

Then you model the correlation of those standardised returns with a small GARCH-like rule of its own, one that lets correlations rise when assets have recently moved together and fall when they have not. And here is the trick that makes it scale: that correlation rule needs only two parameters, no matter how many assets you have. Two. For a hundred assets or a thousand.

The result is called DCC, dynamic conditional correlation, and it turns an intractable problem into two easy ones.

Why it mattered

  • It made time-varying correlation practical at scale. Before DCC, modelling a large covariance matrix dynamically was a research problem. After DCC, it was a Tuesday afternoon. It is now standard in risk systems, in academic work on contagion, and in portfolio construction.
  • It captured the phenomenon that matters most. DCC lets correlations spike in a crisis. Any risk model that assumes constant correlation will underestimate portfolio risk exactly when the portfolio is being destroyed. This is not a subtle refinement, it is the difference between a risk model that works and one that lies to you.
  • It gave contagion research a tool. Enormous literatures on financial contagion, spillovers between markets, and systemic risk are built on DCC, because it produces a correlation series you can look at and ask "when did these markets start moving together, and why?"
  • The two-step logic is reusable. The idea of factoring a hard multivariate problem into per-asset volatility and a shared correlation structure now shows up throughout financial econometrics.
  • It contributed to a Nobel. Engle's work on ARCH-family models, of which this is a late and important part, won the 2003 Nobel Prize in Economics.

The honest limitations

  • The two-parameter correlation rule is very restrictive. Every pair of assets in the entire universe shares the same two parameters governing how their correlation evolves. Bank stocks and gold and Japanese bonds all get exactly the same correlation dynamics. That is obviously a simplification, and it is the price of scalability.
  • The two-step estimation is not fully efficient. By fitting volatilities first and correlations second, you leave some statistical efficiency on the table compared to estimating everything jointly. In practice this is usually a price worth paying.
  • It still creaks at very large scale. DCC handles dozens or a few hundred assets comfortably. For thousands, the correlation target matrix itself has to be estimated, and the estimate is noisy and possibly not invertible. Shrinkage or a factor structure is typically needed on top.
  • Estimating it correctly is subtle. There has been real technical debate in the literature about the consistency properties of the two-step estimator, and about how the correlation targeting step should be done.
  • It is a reactive model, not a predictive one. DCC learns that correlations have risen after they have risen. It does not anticipate the regime shift. When correlations go to one overnight, a DCC model finds out at the same time you do.

The one-line takeaway

Engle split the impossible problem of modelling a large, time-varying covariance matrix into two easy ones, fit each asset's volatility separately, then model the correlation of what is left over with just two parameters, and gave the industry a practical way to represent the single most dangerous fact about portfolios: that diversification vanishes precisely when you need it.

Related concepts