Delta and Gamma Approximations to Option Prices

How the linear (delta) and quadratic (delta-gamma) Taylor approximations to a Black-Scholes-Merton option price break down as the underlying moves further from the current spot

Risk management of an option position starts from the change in its value as the underlying asset moves. Because option payoffs are non-linear in the underlying price \(S\), that change is not proportional to \(\Delta S\): a call gains more from a rally than it loses from an equivalent sell-off. Two local approximations to the option price \(c(S)\) are standard (Christoffersen 2012, chap. 11):

Linear (delta) approximation: \[ c(S_{t+\tau}) \approx c(S_t) + \delta \, (S_{t+\tau} - S_t) \]

Quadratic (delta-gamma) approximation: \[ c(S_{t+\tau}) \approx c(S_t) + \delta \, (S_{t+\tau} - S_t) + \tfrac{1}{2} \gamma \, (S_{t+\tau} - S_t)^{2} \]

Here \(S_t\) is today’s spot price and \(S_{t+\tau}\) is the spot after a horizon \(\tau\). The option delta \(\delta = \partial c / \partial S\) is the first-order sensitivity to the underlying, and the option gamma \(\gamma = \partial^{2} c / \partial S^{2}\) is the curvature.

For a European option with strike \(X\), risk-free rate \(r_f\), continuous dividend yield \(q\), volatility \(\sigma\), and time to maturity \(\tilde T\), the Black-Scholes-Merton greeks are \[ \delta^{c} = e^{-q\tilde T}\,\Phi(d), \qquad \delta^{p} = e^{-q\tilde T}\left(\Phi(d) - 1\right), \qquad \gamma = \frac{e^{-q\tilde T}\,\phi(d)}{S_t\,\sigma\sqrt{\tilde T}}, \] with \(d = \left[\ln(S_t/X) + \tilde T(r_f - q + \sigma^{2}/2)\right]/(\sigma\sqrt{\tilde T})\), where \(\Phi(\cdot)\) and \(\phi(\cdot)\) are the standard normal CDF and PDF and the superscripts \(c\) and \(p\) identify the call and put delta. Gamma is always positive, peaks near the money, and flattens deep in-the-money or out-of-the-money.

Option price and its approximations

Tip

How to experiment

Start from the default at-the-money call. The true price is a convex curve; the tangent line (delta) hugs it only near \(S_t\). Drag \(S_{t+\tau}\) away from the strike and watch the approximation errors grow. Change the option to deep OTM: the curve flattens, so delta alone is nearly perfect. Change the moneyness so the option is deep ITM: delta approaches 1 and the linear approximation becomes accurate again. The worst case is at-the-money with a large move, where gamma is tall and the linear approximation is far below the true price.

Note

From approximation to portfolio VaR. Delta and gamma only describe a single position. The next page uses them (together with Monte Carlo and full valuation) to build the full distribution of \(\Delta P\) and compare four VaR estimators.

References

Christoffersen, Peter F. 2012. Elements of Financial Risk Management. 2nd ed. Academic Press.