CONTENTS

Exercise: ATM Gamma Explosion Near Expiry

Prerequisites: Gamma

Problem

A market maker is short a large position in a 1-week ATM call (S0=K=100,r=0.05,σ=0.2,q=0S_0 = K = 100, r = 0.05, \sigma = 0.2, q = 0). As expiry approaches, gamma explodes and hedging becomes increasingly costly.

  1. Compute and tabulate ATM gamma (S=K=100S = K = 100) at times to expiry Tt{0.02,0.01,0.005,0.001,0.0001}T - t \in \{0.02, 0.01, 0.005, 0.001, 0.0001\} (in years). Note the growth rate.

  2. Show analytically that ΓATM1/Tt\Gamma_{\text{ATM}} \sim 1/\sqrt{T - t} as Tt0T - t \to 0 (with q=0,r0q = 0, r \approx 0). What's the exact constant?

  3. Pin-risk scenario. Suppose at t=Tϵt = T - \epsilon (e.g. ϵ=0.001\epsilon = 0.001 years 6\approx 6 hours before expiry), the stock is at 100100 and a $0.50 move in either direction would change delta by how much?
  4. Why does this create operational risk? Explain the feedback mechanism: as expiry approaches for an ATM option, delta jumps from near-0 to near-1 over an arbitrarily small move in SS. How does this cause a market maker who has sold the option to get squeezed?

Hint

Use Γ=eqTϕ(d1)/(SσTt)\Gamma = e^{-qT}\phi(d_1)/(S\sigma\sqrt{T-t}). For ATM with q=r=0q = r = 0: d1=12σTt0d_1 = \tfrac{1}{2}\sigma\sqrt{T-t} \to 0, so ϕ(d1)ϕ(0)=1/2π\phi(d_1) \to \phi(0) = 1/\sqrt{2\pi}.

Jump to the solution when you're ready.