The Black-Scholes-Merton Pricing Model
The Black-Scholes-Merton (BSM) model is the cornerstone of modern options pricing theory. Published in 1973 by Fischer Black and Myron Scholes, with key contributions from Robert Merton, this model provided the first widely accepted framework for pricing European-style options. The model's elegance lies in its closed-form solution - given five inputs, it produces an exact theoretical price without iterative computation.
The BSM model works by constructing a risk-neutral portfolio that perfectly hedges the option using the underlying stock and risk-free borrowing. Under the model's assumptions, this hedge eliminates all risk, meaning the option must be priced so that the hedged portfolio earns exactly the risk-free rate. The resulting formula involves the cumulative standard normal distribution function, reflecting the probability-weighted expected payoff of the option.
Complete Black-Scholes Formula
- 1T = 90/365 = 0.2466 years
- 2sigma*sqrt(T) = 0.25 * 0.4966 = 0.1241
- 3ln(S/K) = ln(100/100) = 0
- 4(r + sigma^2/2)*T = (0.05 + 0.03125) * 0.2466 = 0.02005
- 5d1 = (0 + 0.02005) / 0.1241 = 0.1616
- 6d2 = 0.1616 - 0.1241 = 0.0374
- 7N(d1) = N(0.1616) = 0.5642
- 8N(d2) = N(0.0374) = 0.5149
- 9C = 100 * 0.5642 - 100 * e^(-0.05*0.2466) * 0.5149 = 56.42 - 50.86 = $5.56
Model Assumptions
| Assumption | Reality | Impact |
|---|---|---|
| Constant volatility | Volatility changes continuously | Volatility smile/skew in market prices |
| Log-normal returns | Returns have fat tails | Model underprices OTM options (tail risk) |
| European exercise only | US stocks have American options | BSM may undervalue deep ITM puts |
| No dividends (basic model) | Many stocks pay dividends | Use Merton adjustment for dividends |
| Continuous trading | Markets close, prices gap | Weekend/overnight gap risk not captured |
| No transaction costs | Real costs exist | Model ignores bid-ask spreads and commissions |
Greeks Derivations from Black-Scholes
The option Greeks are partial derivatives of the BSM formula with respect to each input variable. Delta is the first derivative with respect to stock price, gamma is the second derivative, theta is the derivative with respect to time, vega with respect to volatility, and rho with respect to interest rate. These closed-form Greek expressions make BSM particularly useful for real-time risk management.
- Delta (call) = N(d1), ranges from 0 to 1. An ATM call has delta ~0.50. Deep ITM approaches 1.0, deep OTM approaches 0.
- Delta (put) = N(d1) - 1, ranges from -1 to 0. ATM put delta ~-0.50.
- Gamma = N'(d1) / (S * sigma * sqrt(T)). Highest for ATM options near expiry. Same for calls and puts.
- Theta = -(S * N'(d1) * sigma) / (2 * sqrt(T)) - r * K * e^(-rT) * N(d2). Always negative for long positions.
- Vega = S * sqrt(T) * N'(d1). Same for calls and puts. Highest for ATM long-dated options.
Extensions and Alternatives to Black-Scholes
Several extensions address BSM's limitations. The Merton model adds continuous dividend yield. The Bjerksund-Stensland model provides a closed-form approximation for American options. The Heston model incorporates stochastic volatility. The SABR model is popular for interest rate options. For most retail traders and standard equity options, the basic BSM model with Merton's dividend adjustment provides practical accuracy.