Cornish-Fisher VaR
Keep the speed of the normal-distribution VaR formula, but nudge the quantile to account for skew and fat tails measured from the actual data. A cheap patch for the biggest weakness of variance-covariance VaR.
Prerequisites: Variance-Covariance VaR, Skewness and Kurtosis
Variance-covariance VaR is fast because it only needs a mean and a standard deviation, but it assumes those two numbers fully describe the risk, which is exactly false whenever a portfolio has meaningful skew, an option-selling strategy with limited upside and occasional large downside, say, or fat tails beyond what a normal curve predicts. Rerunning the whole risk engine as a full Monte Carlo or historical simulation fixes that, but costs speed. Cornish-Fisher VaR offers a shortcut: keep the fast formula, but adjust the quantile itself using the data's actual skewness and kurtosis.
The analogy before any symbols
A tailor with only a client's height and weight can guess a reasonable suit size, using standard proportions built into any pattern book. But if the client is unusually broad-shouldered or long-armed, that standard-proportions guess will be visibly off. A skilled tailor does not remeasure the client from scratch; she takes two extra numbers, shoulder width and arm length, and nudges the standard pattern to fit. Cornish-Fisher does the same to the normal-distribution quantile: instead of remeasuring the whole loss distribution, it takes two extra numbers, skewness and kurtosis, and nudges the standard normal quantile to fit the actual shape better.
The mechanics
Start from the standard normal quantile used in ordinary variance-covariance VaR ( at 95%, at 99%). The Cornish-Fisher expansion replaces it with an adjusted quantile :
where is the sample skewness and is the sample excess kurtosis (kurtosis in excess of the normal distribution's value of 3). In words: start from the ordinary normal quantile, then add a correction for skew (pulls the quantile further left if losses are skewed negative) and a correction for excess kurtosis (pulls it further left again if tails are fatter than normal), with a small final term that corrects for skew and kurtosis interacting. VaR is then computed exactly as before, just with in place of :
In words: same formula shape as plain variance-covariance VaR, but the "how many standard deviations out" number now reflects the actual lopsidedness and tail-heaviness of the return distribution, not just its width.
Picture this normal curve with its left side pulled down and out, more mass pushed into the tail, without changing its center or width, that stretched left tail is what negative skewness and excess kurtosis are doing to relative to the plain .
Worked example: a book with negative skew
A short-volatility strategy has monthly returns with mean 0.5%, standard deviation 3%, skewness , excess kurtosis (much fatter tails than normal). At 99% confidence, . Plain normal VaR: of capital. Now compute : the skew term is ; the kurtosis term is ; the cross term is small, roughly . Summing: . Cornish-Fisher VaR: of capital, roughly double the plain normal estimate, purely from accounting for this strategy's known lopsided, fat-tailed payoff shape.
Worked example: a nearly-normal book barely changes
A diversified long-only equity book has skewness and excess kurtosis , close to normal. At 95% confidence, : skew term ; kurtosis term . The adjustment is tiny, , moving VaR by only about 2%. Cornish-Fisher barely matters when a portfolio's return distribution is already close to normal, exactly as it should.
What this means in practice
Cornish-Fisher is popular in hedge fund and derivatives risk reporting because it needs only the first four moments of the historical return series, no simulation infrastructure, and slots directly into an existing variance-covariance pipeline. It is most valuable for exactly the books that break the normal assumption hardest: option sellers, merger arbitrage, credit strategies, anything with a "steady gains, occasional large loss" payoff shape.
Cornish-Fisher VaR keeps the normal-distribution VaR formula but replaces the plain quantile with an adjusted built from the sample's skewness and kurtosis, cheaply correcting for the two most common ways real return distributions depart from normal.
The expansion is a local approximation, not an exact distribution fit, and it can misbehave for extreme skew or kurtosis combinations, sometimes producing a that implies VaR decreases with confidence level, which is nonsensical (higher confidence must never give a lower VaR). This "Cornish-Fisher inversion" failure is a known limitation, most likely exactly in the high-kurtosis, high-confidence regime where you most need the adjustment to work. Always sanity-check that moves monotonically with before reporting the number, and treat Cornish-Fisher as a fast approximation to validate against full simulation, not a replacement for it.
Related concepts
Practice in interviews
Further reading
- Cornish & Fisher (1938), Moments and Cumulants in the Specification of Distributions
- Favre & Galeano (2002), Mean-Modified Value-at-Risk Optimization with Hedge Funds