Home/Study Plan/Black-Scholes Intuition

Options & Derivatives

Black-Scholes Intuition

Hard6–8 hrsBlack-ScholesRisk-NeutralImplied VolVolatility Smile

Overview

Black-Scholes is the most important equation in finance. Its key insight: in a world where you can continuously hedge, the option's risk can be eliminated. The price is just the discounted expected payoff under a risk-neutral probability. You don't need to know the drift (μ) — it cancels. You only need volatility (σ). Implied vol is just the market's price translated back into vol units — it's how traders quote options.

How to Recognize

  • Asked for option price, not just bounds
  • 'What assumptions does Black-Scholes make? When does it break?'
  • Implied vol, vol smile, vol surface questions
  • 'How would you price an exotic option?'

Step-by-Step Approach

  1. 1.BS: discounted expected payoff under risk-neutral measure Q
  2. 2.Call = S·Φ(d₁) − K·e^(−rT)·Φ(d₂). ATM shortcut: C ≈ 0.4·S·σ·√T
  3. 3.d₁ = [ln(S/K) + (r+σ²/2)T] / (σ√T); d₂ = d₁ − σ√T
  4. 4.Implied vol: solve BS equation backwards for σ given market price
  5. 5.Vol smile: market prices show higher vol for OTM puts → fat tails in reality

Key Formulas

01C=SΦ(d1)KerTΦ(d2)C = S\Phi(d_1) - Ke^{-rT}\Phi(d_2)
02d1=ln(S/K)+(r+σ2/2)TσT,d2=d1σTd_1 = \frac{\ln(S/K)+(r+\sigma^2/2)T}{\sigma\sqrt{T}},\quad d_2 = d_1 - \sigma\sqrt{T}
03ATM approximation: C0.4SσTC \approx 0.4 \cdot S\sigma\sqrt{T}
04Implied vol rule of thumb: 1% move per day ≈ 16% annual vol (σannual=σdaily252\sigma_{annual} = \sigma_{daily}\sqrt{252})

Worked Examples

0Quick Example
ATM call S=100,σ=20100, σ=20%, T=1yr. C ≈ 0.4·100·0.20·1 = 8. Actual BS ≈ $7.97. The rule is excellent.

Problem

S=$200, σ=25%, T=3 months (T=0.25). Estimate the ATM call price.

Solution

1

ATM approximation: C ≈ 0.4·S·σ·√T.

2

= 0.4 · 200 · 0.25 · √0.25

3

= 0.4 · 200 · 0.25 · 0.5

4

= 0.4 · 200 · 0.125

5

= 0.4 · 25 = $10.

6

Note the formula scales: doubling vol doubles the call. Doubling time multiplies by √2. Doubling price doubles the call.

Answer

C_{ATM} \approx 0.4 \times \200 \times 0.25 \times 0.5 = \1010. ATM options are roughly proportional to vol and √time.

Common Mistakes

  • !

    Using μ (expected return) instead of r (risk-free rate) in the d₁ formula. Under risk-neutral measure, the drift is always r.

  • !

    Forgetting σ²/2 in d₁: d₁ includes (r + σ²/2)T in the numerator, not just rT.

  • !

    Confusing Φ (CDF of standard normal) and φ (PDF). d₁ and d₂ go into Φ for call price, into φ for gamma.

  • !

    Thinking implied vol = realized vol. Implied vol is the market's forward-looking expectation; realized vol is what actually happened.

Practice Problems

Click "Show Answer" to reveal
1

Estimate the 1-month ATM call price on a $150 stock with 30% annual vol. (T=1/12)

Hint: ATM approx: C ≈ 0.4·S·σ·√T.
2

Stock is at 100,strikeis100, strike is 110, T=1 year, σ=20%, r=0%. Is this call in-the-money or out-of-the-money? Qualitatively, should it be worth more or less than an ATM call?

Hint: OTM calls are worth less than ATM calls.
3

What are the five BS assumptions and which two break most severely in practice?

Hint: Think: log-normal, constant vol, no dividends, continuous trading, no transaction costs.

Only works in the Electron app

<webview> is an Electron-only tag. Run npm run electron:dev to use this.

25:00Focus
0

25 min focus · 5 min break · long break every 4 sessions

The Ultimate Grind