Quant Memo
Advanced

Asymptotic Principal Components

A version of principal component analysis designed for the case where you have more assets than time periods, extracting common factors from returns without needing the number of assets to be small.

Ordinary principal component analysis on stock returns runs into trouble when you have thousands of assets but only a few hundred days of history: the covariance matrix between assets is huge and can't be estimated reliably from so few observations. Asymptotic principal components flips the usual approach around — instead of decomposing the (huge) covariance matrix between assets, it decomposes the (much smaller) covariance matrix between time periods, and recovers the same underlying common factors from that.

Concretely, with a returns matrix of NN assets over TT time periods where NTN \gg T, you compute the T×TT \times T matrix of cross-time-period covariances (comparing how the whole cross-section of returns on one day relates to another day), extract its eigenvectors, and these directly give you the time-series behavior of a small number of common factors. The asset-level factor loadings then fall out from a simple regression of each asset's returns on those recovered factors. The method is called "asymptotic" because its statistical guarantees are proven as NN \to \infty: the more assets you add, holding TT fixed, the more precisely the common factors get pinned down, since idiosyncratic noise across assets averages out.

This is the practical trick behind large-panel factor extraction in equity risk models: rather than needing a huge number of time periods to estimate a huge asset covariance matrix, you lean on having many assets to estimate a handful of common factors from a modest amount of history.

Asymptotic principal components extracts common return factors by decomposing the small time-period-by-time-period covariance matrix rather than the huge asset-by-asset one, so it works even when there are far more assets than historical time periods — accuracy comes from adding more assets, not more history.

Related concepts

Practice in interviews

Further reading

  • Connor and Korajczyk, 'Risk and return in an equilibrium APT', 1986
ShareTwitterLinkedIn