CONTENTS

Exercise: Computing Implied Vol by Hand (ATM approximation)

Problem

The Brenner-Subrahmanyam (1988) approximation for the at-the-money (ATM) call price is:

CBSATMS0σT/(2π)(for small σT, with r=0)C_{\text{BS}}^{\text{ATM}} \approx S_0\,\sigma\sqrt{T/(2\pi)} \qquad \text{(for small } \sigma\sqrt{T}\text{, with } r = 0\text{)}
  1. Derive this approximation by evaluating CBS(S0,K=S0,T,r=0,σ)=S0(Φ(d1)Φ(d2))C_{\text{BS}}(S_0, K = S_0, T, r = 0, \sigma) = S_0(\Phi(d_1) - \Phi(d_2)) at the ATM strike, then Taylor-expanding around σT=0\sigma\sqrt{T} = 0 to leading order.
  2. Invert the approximation to get σimp(Cmarket/S0)2π/T\sigma_{\text{imp}} \approx (C_{\text{market}}/S_0)\sqrt{2\pi/T}.
  3. Apply the approximation to the following trades:
    • ATM call, S0=100S_0 = 100, T=0.25T = 0.25 years, r=0r = 0, Cmarket=4.00C_{\text{market}} = 4.00. Estimate σimp\sigma_{\text{imp}}.
    • ATM call, S0=50S_0 = 50, T=1.0T = 1.0 years, r=0r = 0, Cmarket=3.00C_{\text{market}} = 3.00. Estimate σimp\sigma_{\text{imp}}.
  4. For the second trade, the exact implied vol (from numerical inversion) is σimp0.1508\sigma_{\text{imp}} \approx 0.1508. Compare to your approximation and comment on the accuracy.

Hint

For part 1, at K=S0K = S_0 and r=0r = 0, note that d1=σT/2d_1 = \sigma\sqrt{T}/2 and d2=σT/2d_2 = -\sigma\sqrt{T}/2 — symmetric around 00. Use Φ(x)Φ(x)=2Φ(x)12ϕ(0)x=2/πx\Phi(x) - \Phi(-x) = 2\Phi(x) - 1 \approx 2\phi(0)x = \sqrt{2/\pi}\, x for small xx.

Jump to the solution when you're ready.