DK
Deniz Kartal
Back to posts

Understanding the Black-Scholes Model

2025-01-152 min read
quantmathprobability

The Black-Scholes model revolutionized options pricing when it was introduced in 1973. At its core, it provides a closed-form solution for European option prices based on several key assumptions.

The Core Equation

The Black-Scholes partial differential equation is:

Vt+12σ2S22VS2+rSVSrV=0\frac{\partial V}{\partial t} + \frac{1}{2}\sigma^2 S^2 \frac{\partial^2 V}{\partial S^2} + rS\frac{\partial V}{\partial S} - rV = 0

Where:

  • V is the option price
  • S is the stock price
  • σ is the volatility
  • r is the risk-free rate
  • t is time

Key Assumptions

The model makes several critical assumptions:

  1. Log-normal distribution: Stock prices follow a geometric Brownian motion
  2. No arbitrage: Markets are efficient with no arbitrage opportunities
  3. Constant volatility: The volatility parameter σ remains constant
  4. European options: Only exercisable at expiration

Applications in Practice

While the assumptions are strong, the Black-Scholes model remains widely used because:

  • It provides a benchmark for option pricing
  • Greeks derived from the model are useful for risk management
  • The framework extends to other derivative instruments

Limitations

The model's limitations have led to various extensions:

  • Stochastic volatility models (Heston, SABR)
  • Jump diffusion models (Merton)
  • Local volatility models

Understanding both the power and limitations of Black-Scholes is essential for anyone working in quantitative finance.