Black-Scholes Model
The Black-Scholes model (also Black-Scholes-Merton) is a continuous-time mathematical framework for pricing European-style options on non-dividend-paying assets, developed by Fischer Black, Myron Scholes, and Robert Merton in 1973, which derives an options price from five inputs — underlying price, strike price, time to expiration, risk-free rate, and volatility — through a partial differential equation (PDE) with a closed-form solution.
Key takeaways
- The model derives options prices from a no-arbitrage argument: a dynamic hedging strategy (the 'delta hedge') can replicate the option payoff exactly, so the option must be priced to eliminate arbitrage.
- The five inputs are: current asset price (S), strike price (K), risk-free interest rate (r), time to expiration (T), and volatility (σ) — the only unobservable input, making implied volatility the key market variable.
- Key assumptions include: continuous trading, no transactions costs, log-normally distributed returns, constant volatility and risk-free rate, and no dividends.
- These assumptions fail in practice — volatility is not constant (the 'volatility smile/skew'), returns have fat tails, and markets are not continuously liquid — limiting the model's applicability to vanilla options on liquid underlyings.
- Despite its limitations, Black-Scholes remains the universal framework for options market communication: implied volatility (the volatility that, when plugged into the BSM formula, reproduces the observed market price) is the lingua franca of options markets.
Explanation
Black and Scholes's 1973 paper 'The Pricing of Options and Corporate Liabilities' and Merton's companion paper introduced the revolutionary insight that an option on a stock can be perfectly hedged by a continuously rebalanced portfolio of the underlying stock and a risk-free bond. Because the hedge eliminates all risk, the hedged portfolio must earn the risk-free rate — and this no-arbitrage condition uniquely determines the option price. Scholes and Merton received the Nobel Prize in Economics in 1997 (Black had died in 1995).
The Black-Scholes PDE is: ∂V/∂t + (1/2)σ²S²(∂²V/∂S²) + rS(∂V/∂S) − rV = 0. For a European call option, the closed-form solution is: C = S × N(d1) − K × e^(−rT) × N(d2), where d1 = [ln(S/K) + (r + σ²/2)T] / (σ√T) and d2 = d1 − σ√T. The terms N(d1) and N(d2) are cumulative standard normal probabilities. Intuitively, S×N(d1) is the present value of receiving the stock if the call expires in-the-money, and K×e^(−rT)×N(d2) is the present value of paying the strike price.
The model's assumptions reveal its limitations. The assumption of constant volatility is violated in every real market: implied volatilities vary with strike (the volatility smile or skew) and with maturity (the term structure). The volatility surface — a two-dimensional map of implied volatility across strikes and maturities — fully captures the deviation from the BSM flat-vol assumption. For equity options, the skew is typically downward-sloping (higher vol for lower strikes), reflecting the left tail risk of equity markets and the demand for downside protection.
Despite its known limitations, BSM is used daily by every options practitioner. Its primary role is as a mapping tool: converting between option prices and implied volatility, enabling traders to compare options on different strikes, maturities, and underlyings on a common scale. Greeks — Delta, Gamma, Vega, Theta, Rho — are all defined within the BSM framework and used universally for position management and risk communication, even by traders who use more sophisticated models (stochastic volatility models like Heston, SABR, or local volatility) for actual pricing.
Formula
C = S × N(d1) - K × e^(-rT) × N(d2) P = K × e^(-rT) × N(-d2) - S × N(-d1) d1 = [ln(S/K) + (r + σ²/2) × T] / (σ × √T) d2 = d1 - σ × √T
Example
A European call option on a stock with S = $100, K = $105, T = 3 months (0.25 years), r = 5%, σ = 25%: d1 = [ln(100/105) + (0.05 + 0.0313)×0.25] / (0.25×√0.25) = [−0.0488 + 0.0203] / 0.125 = −0.228; d2 = −0.228 − 0.125 = −0.353. N(d1) = N(−0.228) = 0.410; N(d2) = N(−0.353) = 0.362. C = 100×0.410 − 105×e^(−0.05×0.25)×0.362 = 41.0 − 105×0.9876×0.362 = 41.0 − 37.5 = $3.50. The option's delta is 0.41 (the hedge ratio), meaning the delta-neutral hedge requires selling 0.41 shares for every option contract held. If market implied volatility for this option is quoted at 30% (above the 25% used in the BSM calculation), the option would trade at approximately $4.30 — a $0.80 vega-driven premium reflecting market participants pricing greater expected volatility than 25%.
Related terms
Arbitrage Bond Call Option Delta Dividend Equity Forward Rate Agreement Gamma Greeks Hedge Ratio Implied Volatility In The Money