Black-Scholes Model
The foundational options pricing model used across financial markets.
The Black-Scholes model (also called Black-Scholes-Merton) is a mathematical formula that calculates the theoretical price of European-style options. Published in 1973 by Fischer Black, Myron Scholes, and Robert Merton, it revolutionized finance by providing the first widely accepted method for pricing options. The model takes five inputs — stock price, strike price, time to expiration, risk-free interest rate, and volatility — and outputs a fair option price.
Why It Matters
Black-Scholes is the foundation on which all modern options trading is built. Even though no trader uses it in its pure form today (markets have moved to more sophisticated models), every pricing model, every broker platform, and every Greek calculation traces back to Black-Scholes concepts. Understanding it helps you understand why options are priced the way they are.
The model's most important practical contribution is implied volatility. By plugging the market price of an option into the Black-Scholes formula and solving backward for volatility, you get implied volatility — the single most useful number in options trading. Without Black-Scholes, IV as a concept would not exist in its current form.
How It Works
The five inputs:
- S — Current stock price
- K — Strike price
- T — Time to expiration (in years)
- r — Risk-free interest rate
- sigma — Volatility (annualized standard deviation of returns)
The formula (for a call):
C = S x N(d1) - K x e^(-rT) x N(d2)
Where d1 and d2 are intermediate calculations involving the five inputs, and N() is the cumulative normal distribution function. The put price can be derived using put-call parity.
Key assumptions (and their limitations):
- Returns are log-normally distributed (real returns have fat tails)
- Volatility is constant (in reality, volatility changes constantly)
- No dividends (adjustments exist for dividend-paying stocks)
- European-style exercise only (most equity options are American-style)
- No transaction costs or taxes
- Continuous trading is possible
- The risk-free rate is constant
How traders use Black-Scholes today: Rather than using the raw formula, traders use it as a framework:
- Computing IV: Plug in the market price and solve for volatility
- Calculating Greeks: All Greeks are derived from partial derivatives of the Black-Scholes formula
- Identifying mispricing: Compare model price to market price to find potential edges
- Understanding relationships: The formula shows how each input affects the option price
Modern extensions: Real-world pricing models incorporate adjustments for dividends, early exercise (American options), volatility skew, and fat tails. The binomial model, Monte Carlo simulation, and local volatility models all extend Black-Scholes to handle real market conditions.
Quick Example
Stock XYZ trades at $100. You want to price a $105 call expiring in 60 days. Inputs: S = $100, K = $105, T = 60/365 = 0.164 years, r = 5%, sigma = 30%.
Running these through Black-Scholes produces a theoretical call price of approximately $2.45. If the market is pricing this call at $3.00, implied volatility is higher than 30% — the market expects more movement than your 30% input assumed. This difference between your estimate and the market's is where trading opportunities exist.
The model also outputs the Greeks: delta of about 0.37, gamma of 0.03, theta of -$0.05/day, and vega of $0.16 per 1% IV change.