Options & Derivatives
Black-Scholes Intuition
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.BS: discounted expected payoff under risk-neutral measure Q
- 2.Call = S·Φ(d₁) − K·e^(−rT)·Φ(d₂). ATM shortcut: C ≈ 0.4·S·σ·√T
- 3.d₁ = [ln(S/K) + (r+σ²/2)T] / (σ√T); d₂ = d₁ − σ√T
- 4.Implied vol: solve BS equation backwards for σ given market price
- 5.Vol smile: market prices show higher vol for OTM puts → fat tails in reality
Key Formulas
Worked Examples
Problem
S=$200, σ=25%, T=3 months (T=0.25). Estimate the ATM call price.
Solution
ATM approximation: C ≈ 0.4·S·σ·√T.
= 0.4 · 200 · 0.25 · √0.25
= 0.4 · 200 · 0.25 · 0.5
= 0.4 · 200 · 0.125
= 0.4 · 25 = $10.
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 = \. 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 revealEstimate the 1-month ATM call price on a $150 stock with 30% annual vol. (T=1/12)
Stock is at 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?
What are the five BS assumptions and which two break most severely in practice?