Delta-Gamma VaR for Option Books
A straight-line approximation to an option's payoff badly understates risk near the strike, where the payoff curves. Adding a second, curvature term to the VaR formula captures most of that error without the cost of a full repricing simulation.
Prerequisites: Variance-Covariance VaR, Delta Hedging Frequency And Costs
Variance-covariance VaR assumes a portfolio's profit and loss moves in a straight line with the underlying market factor. A stock position genuinely does; an option position does not, its payoff curves, which is precisely why anyone bothers holding it. Using the straight-line assumption on an option book badly misjudges risk near the strike, where the curve bends hardest. Full Monte Carlo revaluation fixes this exactly but costs computation. Delta-gamma VaR is the middle path: keep the fast quadratic formula, but add one more term that captures the curvature a straight line misses.
The analogy before any symbols
Estimating how far a car travels in the next second using only its current speed works fine if the car is cruising at constant velocity. It fails badly if the car is accelerating hard, because speed alone (a straight-line, first-order fact) misses the curvature in the distance-versus-time relationship that acceleration creates. Adding one more term, half the acceleration times time squared, captures most of that curvature cheaply, without needing to simulate the car's exact motion second by second. Delta is an option's "speed" with respect to the underlying; gamma is its "acceleration." Delta-gamma VaR is exactly this second-order correction applied to option risk.
The mechanics
For a small move in the underlying, a Taylor expansion of the option's value gives:
where (delta, the straight-line sensitivity) and (gamma, the curvature). In words: the option's profit or loss is approximately delta times the underlying's move, plus a correction of half the gamma times the move squared, and that squared term is always positive for a long option position, which is exactly why buying options tends to help on big moves in either direction and plain delta-hedging misses that benefit entirely.
Because enters the expression, is no longer normally distributed even when is, it becomes skewed, so the plain variance-covariance formula cannot be reused unchanged. Two common fixes: (1) a Cornish-Fisher style adjustment, computing the skewness the gamma term induces and feeding it into the quantile adjustment from Cornish-Fisher VaR, or (2) a quadratic Monte Carlo, simulating many times cheaply and applying the formula above directly rather than fully repricing the option, which is much faster than true full revaluation while still capturing curvature.
Compare the true curved payoff shown here to a straight tangent line drawn at today's spot: near the strike, the two diverge fast, which is exactly the region where a delta-only VaR estimate is most wrong and a delta-gamma correction matters most.
Worked example: an at-the-money option
A book holds 100 at-the-money call contracts (100 shares each) on a $50 stock, delta 0.55 per share, gamma 0.08 per share, so portfolio delta shares-equivalent and portfolio gamma . Daily volatility is 2%, so a 99% move in the stock price is , i.e. $2.326 per share. Delta-only VaR: , i.e. $12,793. Adding the gamma term for that same move: , i.e. $2,164. Because gamma benefits a long option position on a large move in either direction, the true 99% loss estimate is actually reduced by this term for a long position, giving a delta-gamma VaR of , i.e. $10,629, roughly 17% lower than the delta-only number suggested. A pure delta approximation would have overstated this long option book's downside risk.
Worked example: a short-gamma book
Now the same position is a short (written) option book: delta , gamma . Delta-only VaR on a down move is the same magnitude, $12,793, but the gamma term now works against the position on large moves in either direction, since a short option loses convexity: , i.e. minus $2,164, which subtracted becomes an addition to the loss, giving delta-gamma VaR of , i.e. $14,957, about 17% higher than delta alone suggests. This is the sign flip that makes delta-gamma VaR essential for option-selling desks: gamma always hurts short-option positions on big moves, and a delta-only VaR would understate exactly the risk that matters most for them.
What this means in practice
Delta-gamma VaR is the standard fast approximation for option and convertible-bond desks that need intraday risk numbers without full revaluation, and it is a meaningful improvement over delta-only VaR whenever gamma is large relative to delta, near expiry or near the strike. It degrades for large moves or for portfolios with significant higher-order sensitivities (vega, vanna, volga), where the second-order Taylor expansion itself stops being a good approximation to the true payoff curve.
Delta-gamma VaR adds a curvature term, half of gamma times the squared market move, to the straight-line delta term, capturing most of what a linear VaR approximation misses for option books, at a fraction of the cost of full Monte Carlo revaluation.
The Taylor expansion delta-gamma VaR relies on is only accurate for small moves; it is a local approximation, and using it to estimate a large, extreme move, exactly the kind a high-confidence VaR is meant to capture, extrapolates a curve fit near today's spot out to a region it was never fit to describe well. For deep out-of-the-money options, options near expiry with extreme gamma, or genuinely large market dislocations, delta-gamma VaR can be badly wrong in either direction, and full Monte Carlo revaluation, see Monte Carlo VaR, remains the more trustworthy answer despite its cost.
Practice in interviews
Further reading
- Britten-Jones & Schaefer (1999), Non-Linear Value-at-Risk
- Hull, Options, Futures, and Other Derivatives (Ch. 22)