Traditional portfolio theory focuses on the first two moments of return distributions, while more advanced approaches incorporate the third moment (skewness). Cokurtosis extends this further by capturing the fourth moment, which measures the propensity for extreme outcomes—both positive and negative—and the "fatness" of the return distribution tails.
Assets with high positive cokurtosis tend to amplify extreme market movements, potentially exacerbating portfolio losses during market crashes. Conversely, assets with low or negative cokurtosis can provide a cushioning effect during extreme market events, making them valuable for tail risk management and crisis-resilient portfolio construction.
Kurtosis measures the "tailedness" of a probability distribution. For a return series , kurtosis is defined as:
Where is the mean return and is the standard deviation. A distribution with kurtosis greater than 3 (the kurtosis of a normal distribution) is called leptokurtic and has fatter tails, indicating a higher probability of extreme outcomes.
Cokurtosis extends this concept to measure the co-movement between an asset's returns and cubed market returns:
Where and are the returns of asset and the market, and are their respective means, and and are their standard deviations.
In an unstandardized form, cokurtosis can be expressed as:
For a portfolio of assets, cokurtosis can be represented using a four-dimensional matrix:
The cokurtosis of a portfolio with weights can then be calculated as:
In practice, we often focus on the cokurtosis between each asset and the market portfolio for computational tractability.
Similar to coskewness, cokurtosis can be estimated using regression analysis:
Where captures the asset's sensitivity to cubed market returns (cokurtosis), alongside the traditional beta and coskewness coefficients.
Cokurtosis is financially significant for several reasons:
Tail risk management: Cokurtosis directly measures an asset's contribution to portfolio tail risk, helping identify securities that might amplify losses during market crashes.
Pricing impact: Assets with high positive cokurtosis (which tend to exacerbate extreme market movements) may command higher risk premiums in a four-moment asset pricing framework.
Crisis resilience: Building portfolios with controlled cokurtosis can enhance resilience to market crashes and extreme events beyond what traditional diversification achieves.
Options pricing: Cokurtosis helps explain the volatility smile observed in options markets, as it captures the non-normality of return distributions that affects option values.
Parameter | Default | Description |
---|---|---|
window | 252 | Rolling window length in trading days (~1 year) |
standardized | True | Whether to use standardized or raw cokurtosis |
method | "dittmar" | Estimation method (dittmar, fang-lai) |
min_periods | 100 | Minimum observations required for estimation |
rf | 0.0 | Risk-free rate subtracted from returns before estimation |
When implementing cokurtosis in portfolio optimization:
Data requirements: Fourth-moment statistics require substantial historical data for reliable estimation—typically two to three years of daily returns at minimum. Longer periods provide more stable estimates but may include outdated market regimes.
Estimation precision: Cokurtosis is even more sensitive to outliers and estimation error than coskewness. Shrinkage estimators or robust statistics can improve reliability.
Computational complexity: The full cokurtosis tensor for a portfolio of assets has elements, making it computationally intensive for large portfolios. Market-based simplifications reduce this to calculations.
Optimization challenges: Including cokurtosis in portfolio optimization leads to quartic programming problems, which are more complex than quadratic (mean-variance) or cubic (mean-variance-skewness) problems.
Empirical relevance: While theoretically important, the empirical significance of cokurtosis varies across markets and time periods. Test its relevance in your specific investment universe before implementation.