CONTENTS

Exercise: Why the Vol Smile Falsifies Black-Scholes

Problem

Black-Scholes assumes STS_T is log-normally distributed under Q\mathbb{Q} with a single volatility parameter σ\sigma. Under this assumption the implied vol σimp(K)\sigma_{\text{imp}}(K) for a fixed maturity TT would be a flat function of strike — every option reads back the same σ\sigma. Real markets display non-flat σimp(K)\sigma_{\text{imp}}(K) curves (smiles, skews). This exercise explains why.

Consider the S&P 500 skew on a day when:

Strike KKσimp(K)\sigma_{\text{imp}}(K)
808028%28\%
100100 (ATM)18%18\%
12012015%15\%

S0=100S_0 = 100, T=0.25T = 0.25, r=0r = 0.

  1. Using the Black-Scholes formula with σ=0.18\sigma = 0.18, compute the Q\mathbb{Q}-probabilities Q(ST<80)\mathbb{Q}(S_T < 80) and Q(ST>120)\mathbb{Q}(S_T > 120) under the ATM-implied log-normal distribution.
  2. Now compute the market's Q\mathbb{Q}-probability of Q(ST<80)\mathbb{Q}(S_T < 80) as implied by the 8080-strike put's price. Repeat for Q(ST>120)\mathbb{Q}(S_T > 120) using the 120120-strike call's price. Compare to Part 1.
  3. Argue that the vol smile is equivalent to the statement: the market's implied risk-neutral density is not log-normal. Specifically, if σimp(K)\sigma_{\text{imp}}(K) is decreasing in KK (as in the equity skew), what does this say about the left vs right tails of the risk-neutral distribution compared to log-normal?
  4. Use the relation Q(ST<K)=erTPmarket(K)K\mathbb{Q}(S_T < K) = e^{rT}\frac{\partial P_{\text{market}}(K)}{\partial K} (Breeden-Litzenberger, for puts) to sketch how the full risk-neutral density q(s)q(s) can in principle be read off from the full vol-smile curve.

Hint

For part 1, use the standard formulas: Q(ST<K)=Φ(d2)\mathbb{Q}(S_T < K) = \Phi(-d_2) and Q(ST>K)=Φ(d2)\mathbb{Q}(S_T > K) = \Phi(d_2) where d2=(ln(S0/K)+(rσ2/2)T)/(σT)d_2 = (\ln(S_0/K) + (r - \sigma^2/2)T)/(\sigma\sqrt{T}). For part 2, solve for Φ(d2(K))\Phi(-d_2(K)) using each strike's own σimp(K)\sigma_{\text{imp}}(K).

Jump to the solution when you're ready.