Black-Scholes-Merton Intro

The Black-Scholes-Merton (BSM) model gives a closed-form price for European options on a non-dividend paying stock. The call formula is C=S0N(d1)โˆ’Keโˆ’rTN(d2)C = S_0 N(d_1) - K e^{-rT} N(d_2). The model rests on five assumptions, continuous trading with no transaction costs, lognormal stock prices, no dividends in the basic form, constant volatility ฯƒ\sigma, and a constant risk-free rate rr with continuous compounding. Black and Scholes (1973) and Merton (1973) showed that, under these assumptions, a self-financing portfolio of stock and bond can replicate the option, so its price is unique and free of any risk premium.

Why it matters

BSM is what the binomial tree becomes when you take the number of steps to infinity. Each tiny step is a coin flip on the stock, and as the steps shrink to zero, the lognormal limit kicks in and the discrete tree converges to the BSM formula (Cox, Ross and Rubinstein, 1979). The key conceptual move is that the option price does not depend on the stock's expected return ฮผ\mu. Risk-neutral pricing replaces ฮผ\mu with the risk-free rate rr, because the writer can hedge away the directional risk by holding N(d1)N(d_1) shares against each short call.

Formulas

European call
C=S0N(d1)โˆ’Keโˆ’rTN(d2)C = S_0 N(d_1) - K e^{-rT} N(d_2)
S0S_0 is spot, KK is strike, rr is the risk-free rate, TT is time to expiry in years, and N(โ‹…)N(\cdot) is the standard normal CDF.
European put
P=Keโˆ’rTN(โˆ’d2)โˆ’S0N(โˆ’d1)P = K e^{-rT} N(-d_2) - S_0 N(-d_1)
Follows from the call by put-call parity, Cโˆ’P=S0โˆ’Keโˆ’rTC - P = S_0 - K e^{-rT}.

Worked examples

Scenario

A non-dividend stock trades at A$50 with ฯƒ=30%\sigma = 30\%, r=5%r = 5\%, K=K = A$50, T=1T = 1 year. Price the European call using BSM.

Solution

Compute d1=[lnโก(1)+(0.05+0.045)(1)]/0.30=0.3167d_1 = [\ln(1) + (0.05 + 0.045)(1)] / 0.30 = 0.3167 and d2=0.3167โˆ’0.30=0.0167d_2 = 0.3167 - 0.30 = 0.0167. From a z-table, N(d1)=0.6242N(d_1) = 0.6242 and N(d2)=0.5067N(d_2) = 0.5067. Discount factor eโˆ’rT=eโˆ’0.05=0.9512e^{-rT} = e^{-0.05} = 0.9512. So C=50ร—0.6242โˆ’50ร—0.9512ร—0.5067โ‰ˆC = 50 \times 0.6242 - 50 \times 0.9512 \times 0.5067 \approx A$7.12.

Scenario

BSM transformed option markets. Before 1973 traders priced options by feel. After Fischer Black, Myron Scholes and Robert Merton published the formula, the Chicago Board Options Exchange (also founded in April 1973) had a consistent benchmark.

Solution

Within two years, Texas Instruments was selling a handheld calculator pre-loaded with the BSM formula. Scholes and Merton shared the 1997 Nobel Memorial Prize in Economic Sciences for the work. Black had died in 1995.

Common mistakes

  • โœ—BSM gives the true price. It gives the no-arbitrage price under its assumptions. Real markets have stochastic volatility, jumps, transaction costs, and discrete trading. The 1987 crash made the constant-volatility assumption visibly wrong, and traders have priced options off a volatility smile ever since.
  • โœ—BSM only works because of complex math. The derivation rests on one financial idea, a dynamic hedge of ฮ”\Delta shares against the option removes all market risk. The PDE and the normal CDF are just the machinery for turning that hedge into a number.

Revision bullets

  • โ€ขClosed-form price for European options
  • โ€ขAssumes constant ฯƒ\sigma, constant rr, no dividends
  • โ€ขCall C=S0N(d1)โˆ’Keโˆ’rTN(d2)C = S_0 N(d_1) - K e^{-rT} N(d_2)
  • โ€ขContinuous limit of the binomial tree
  • โ€ขPrice is independent of ฮผ\mu, the stock's expected return
  • โ€ขBlack, Scholes, Merton published the result in 1973

Quick check

The BSM closed-form formula directly prices

Which input does the BSM call price NOT depend on?

Connected topics

In learning paths

Sources

  1. Black, Fischer, and Myron Scholes. "The Pricing of Options and Corporate Liabilities." Journal of Political Economy 81, no. 3 (1973): 637-654.
    Original paper deriving the closed-form European call price under continuous trading and lognormal stock dynamics.
  2. Merton, Robert C. "Theory of Rational Option Pricing." Bell Journal of Economics and Management Science 4, no. 1 (Spring 1973): 141-183.
    Companion paper extending Black-Scholes under weaker assumptions and introducing the dividend-yield generalisation used throughout modern option pricing.
  3. Hull (2022), ยง15
    Hull, John C. Options, Futures, and Other Derivatives. 11th ed. Pearson, 2022. ISBN 978-0-13-693997-9.
    Standard undergraduate derivation of BSM, including the PDE, risk-neutral valuation, and worked numerical examples.
  4. Cox, John C., Stephen A. Ross, and Mark Rubinstein. "Option Pricing: A Simplified Approach." Journal of Financial Economics 7, no. 3 (1979): 229-263.
    Shows that the binomial tree converges to the BSM formula as the number of steps grows, the bridge that links the discrete and continuous approaches.
How to cite this page
Dr. Phil's Quant Lab. (2026). Black-Scholes-Merton Intro. Derivatives Atlas. https://phucnguyenvan.com/concept/bsm-intro