Browse Trading

Black-Scholes Option Pricing Model

Closed-form model for estimating European option value from price, strike, time, volatility, rates, and dividends.

The Black-Scholes option pricing model estimates the theoretical value of a European-style option using the current underlying price, strike price, time to expiration, volatility, interest rate, and dividend or carry assumptions.

It is one of the standard models in modern derivatives valuation. It is also a benchmark, not a guarantee that the market price is correct or that the model assumptions hold.

The diagram summarizes the model as a benchmark: contract terms and market assumptions feed a closed-form value and Greeks, then the result must be checked against exercise style, liquidity, dividends, and hedging realism.

SVG diagram showing Black-Scholes inputs flowing into theoretical option value and Greeks with model-limit checks.

Core Formula

For a European call option with continuous dividend yield \(q\), the Black-Scholes-Merton formula is:

$$ C = S_0 e^{-qT}N(d_1) - K e^{-rT}N(d_2) $$

where:

$$ d_1 = \frac{\ln(S_0/K) + (r - q + \sigma^2/2)T}{\sigma\sqrt{T}} $$
$$ d_2 = d_1 - \sigma\sqrt{T} $$

Key terms:

  • \(S_0\): current underlying price
  • \(K\): strike price
  • \(T\): time to expiration in years
  • \(r\): continuously compounded risk-free rate
  • \(q\): continuous dividend yield or carry adjustment
  • \(\sigma\): volatility assumption
  • \(N(\cdot)\): cumulative standard normal distribution

What The Model Is Doing

The model prices the option through a no-arbitrage replication argument. In simplified terms, a continuously adjusted hedge can replicate the option payoff, so the option should trade near the cost of that replicating strategy under the model assumptions.

This is why volatility is so important. The formula turns a volatility assumption into a theoretical premium, and the market can be inverted to infer implied volatility.

Main Assumptions

The basic Black-Scholes framework assumes:

  • European-style exercise
  • continuous trading and frictionless markets
  • no transaction costs or taxes
  • constant volatility and interest rates
  • lognormal underlying price behavior
  • known dividends or carry
  • ability to hedge continuously

Real markets violate many of these assumptions. That does not make the model useless; it means the user must understand the gap between model world and trading reality.

When It Is Useful

Black-Scholes is most useful for:

  • understanding how option premiums react to model inputs
  • estimating theoretical European option value
  • calculating Greeks under a standard framework
  • converting market premiums into implied volatility
  • comparing model prices across strikes and maturities

It is less suitable as a stand-alone answer for American options with early-exercise value, illiquid options, large discrete dividends, jumps, hard-to-borrow stocks, and path-dependent exotic options.

Public Source Checks

Common Confusion

Do not treat Black-Scholes as a trading signal. A model value above or below the market price is only meaningful if the inputs, liquidity, transaction costs, exercise style, and hedge assumptions are realistic.

FAQs

Can Black-Scholes price American options?

Not directly in its basic form. It is built for European-style exercise. American-style options often require binomial, finite-difference, or approximation methods when early exercise matters.

Why does higher volatility increase a Black-Scholes option value?

More volatility increases the range of possible favorable outcomes while the option holder’s loss is limited to the premium paid.

Is implied volatility the same as expected realized volatility?

No. Implied volatility is backed out from market option prices. Realized volatility is what actually happens over the period.
Revised on Sunday, June 21, 2026