Black-Scholes Model
The Black-Scholes model is a closed-form mathematical formula that prices European options on non-dividend-paying stocks. Published in 1973 by Fischer Black, Myron Scholes, and Robert Merton, it revolutionized derivatives markets by providing an instant, analytically tractable method to compute option values. The model takes five inputs—stock price, strike price, time to expiration, volatility, and interest rates—and outputs the fair value of call and put options, plus the options Greeks.
The formula and intuition
The Black-Scholes call price formula is:
C = S₀ × N(d₁) − K × e^(−rT) × N(d₂)
Where:
- S₀ is the current stock price
- K is the strike price
- r is the risk-free interest rate
- T is time to expiration
- σ is volatility
- N(d) is the cumulative normal distribution function
- d₁ and d₂ are derived from these inputs
The intuition: the call is worth the present value of the expected payoff if the stock finishes above the strike, minus the present value of the strike price. The normal distributions weight the payoffs by their probabilities under a log-normal stock price model.
For puts, the formula is:
P = K × e^(−rT) × N(−d₂) − S₀ × N(−d₁)
Assumptions underlying Black-Scholes
- Log-normal distribution: Stock prices follow a log-normal distribution.
- Constant volatility: Volatility is constant over the option’s life (unrealistic but tractable).
- No dividends: The stock pays no dividends. (Extensions add dividend yield.)
- Frictionless markets: No transaction costs, taxes, or borrowing constraints.
- Continuous trading: You can buy/sell at any time (not gaps).
- No arbitrage: Markets are efficient; prices preclude riskless profit.
These assumptions are violated in real markets, but the model’s simplicity and accuracy in many scenarios made it the industry standard.
Greeks from Black-Scholes
The Black-Scholes formula yields closed-form Greeks:
- Delta: N(d₁) for calls; N(d₁) − 1 for puts
- Gamma: φ(d₁) / (S₀ × σ × √T), where φ is the standard normal density
- Theta: Daily decay formula (negative for long options)
- Vega: S₀ × φ(d₁) × √T for both calls and puts
- Rho: K × T × e^(−rT) × N(d₂) for calls; −K × T × e^(−rT) × N(−d₂) for puts
These formulas let traders compute hedging ratios instantly.
Extensions and variants
For dividends: The Black-Scholes formula is adjusted by replacing the stock price with S₀ × e^(−q×T), where q is the dividend yield. This shifts the call price down and the put price up.
For American options: Black-Scholes does not account for early exercise. The binomial-option-pricing model or numerical methods are needed for american-options.
For exotics: Exotic options with path-dependent payoffs (e.g., asian-options, barrier-options) require Monte-carlo-options-pricing or other numerical methods.
Implied volatility
The Black-Scholes formula is also used in reverse: given a market option price, solve for the volatility that makes the formula equal the market price. This is the implied volatility. The market’s implied volatility is a key input for traders pricing and hedging other options.
Historical impact
Before Black-Scholes, options pricing was ad-hoc and subjective. After publication, the model became the lingua franca of options markets. It enabled:
- Quantitative pricing of options across exchanges.
- Hedging using precise Greeks.
- Volatility arbitrage by comparing implied and realized volatility.
- Derivatives explosion (swaps, exotics, structured products).
The 1997 Nobel Prize in Economics recognized its importance.
Limitations and real-world adjustments
Volatility smile/skew: Markets do not trade all strikes at the same implied volatility. The Black-Scholes model assumes constant volatility, but market data shows it varies by strike price and expiration. Traders adjust prices and Greeks manually or use alternative models.
Jump risk: Real stocks can gap (jump) overnight (earnings, news). Black-Scholes assumes continuous paths. Extended models account for jumps.
Stochastic volatility: Volatility itself changes over time. Models like Heston’s stochastic volatility model improve on Black-Scholes.
Dividends and early exercise: American options can be exercised early; Black-Scholes does not handle this.
See also
Closely related
- Option — the instrument being priced
- Call option — one primary output
- Put option — other primary output
- Implied volatility — volatility input and market observation
- Historical volatility — alternative volatility input
Extensions and alternatives
- Binomial option pricing — for American options
- Monte Carlo options pricing — for exotic options
- Volatility smile — empirical deviation from Black-Scholes
- Heston model — stochastic volatility extension
Greeks and risk
- Options Greeks — delta, gamma, theta, vega, rho
- Delta — primary risk measure
- Vega — volatility risk
Deeper context
- European option — main application
- Derivatives pricing — fundamental principle
- Financial modeling — core quantitative tool