Traditional mean-variance optimization only considers the first two moments of return distributions—expected returns and covariances. However, investors typically prefer positive skewness (larger probabilities of extreme positive returns) and avoid negative skewness. Coskewness extends portfolio theory to include these preferences by measuring how an asset's returns vary with squared market returns.
Assets with positive coskewness tend to perform well when market volatility increases, providing a hedge against market turbulence and commanding lower risk premiums. Conversely, assets with negative coskewness typically suffer during high market volatility periods and require higher expected returns to compensate investors.
Skewness measures the asymmetry of a probability distribution. For a return series , skewness is defined as:
Where is the mean return and is the standard deviation. Positive skewness indicates an asymmetric tail extending toward more positive values, while negative skewness indicates an asymmetric tail extending toward more negative values.
Coskewness extends this concept to measure the relationship between an asset's return and squared 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, coskewness can be expressed as:
For a portfolio of assets, coskewness can be represented using a three-dimensional matrix:
The coskewness of a portfolio with weights can then be calculated as:
In practice, we often focus on the coskewness between each asset and the market portfolio, which simplifies the calculation.
Coskewness can also be estimated using regression analysis:
Where captures the sensitivity of asset returns to squared market returns (coskewness), is the traditional beta (systematic risk), and is the intercept.
Coskewness is financially significant for several reasons:
Pricing impact: Assets with negative coskewness (which tend to perform poorly when market volatility increases) command higher risk premiums in equilibrium, as demonstrated in three-moment asset pricing models.
Diversification benefits: Including assets with positive coskewness can improve a portfolio's risk profile beyond what mean-variance optimization alone would achieve.
Crisis hedging: Assets with positive coskewness can serve as partial hedges during market turbulence, as they tend to perform relatively better when market volatility spikes.
Parameter | Default | Description |
---|---|---|
window | 252 | Rolling window length in trading days (~1 year) |
standardized | True | Whether to use standardized or raw coskewness |
method | "kraus-litzenberger" | Estimation method (kraus-litzenberger, harvey-siddique) |
min_periods | 60 | Minimum observations required for estimation |
rf | 0.0 | Risk-free rate subtracted from returns before estimation |
When implementing coskewness in portfolio optimization:
Data requirements: Accurate coskewness estimation requires substantial historical data, as third-moment statistics are more sensitive to sampling error than means and variances.
Estimation method: The regression-based approach (Kraus-Litzenberger) is generally more stable and interpretable than direct calculation, especially for small samples.
Time-variation: Coskewness tends to vary over time, particularly during market regime changes. Rolling-window or GARCH-based approaches can capture this time variation.
Portfolio optimization: Including coskewness in portfolio optimization requires solving a cubic programming problem, which is more complex than quadratic programming used in mean-variance optimization.
Standardization: Standardized coskewness is comparable across assets and time periods, while raw coskewness depends on the scale of returns.