Chapter 31
25 min read
Section 260 of 353

Introduction to Financial Derivatives

The Black-Scholes Equation

Learning Objectives

By the end of this section, you will be able to:

  1. Understand what financial derivatives are and why they exist
  2. Explain call and put options and their payoff structures
  3. Recognize the Black-Scholes equation as a PDE for option prices
  4. Identify the key assumptions underlying the model
  5. Appreciate the impact of this work on finance (Nobel Prize 1997)

The Mathematics of Wall Street

"The Black-Scholes formula transformed finance from an art into a science." — The equation that launched a trillion-dollar industry

The Black-Scholes equation is one of the most important equations in mathematical finance. It provides a way to calculate the "fair price" of financial derivatives — contracts whose value depends on an underlying asset like a stock.

Why This Equation Changed Finance

Before Black-Scholes (1973):

  • Options were priced by intuition and negotiation
  • No consistent framework for risk management
  • Markets were inefficient and illiquid

After Black-Scholes:

  • Options could be priced mathematically
  • Risk could be hedged precisely
  • The derivatives market exploded to trillions of dollars

Historical Context

The Nobel Prize-Winning Formula

1900: Louis Bachelier

First applied stochastic processes to financial markets in his PhD thesis. Modeled stock prices as Brownian motion — predating Einstein's work on the topic by 5 years!

1965: Paul Samuelson

Modified Bachelier's model to use geometric Brownian motion, ensuring stock prices stay positive. Laid groundwork for modern financial theory.

1973: Black, Scholes, and Merton

Fischer Black and Myron Scholes published the formula. Robert Merton provided rigorous mathematical foundation and extensions. The Chicago Board Options Exchange (CBOE) opened the same year.

1997: Nobel Prize in Economics

Scholes and Merton received the Nobel Memorial Prize. Black had died in 1995 (Nobel is not awarded posthumously).


Understanding Options

An option is a contract giving the holder the right (but not obligation) to buy or sell an asset at a specified price by a certain date.

📈 Call Option

Right to BUY the underlying asset at the strike price

Payoff at expiration:

max(STK,0)\max(S_T - K, 0)

Profitable when stock goes UP

📉 Put Option

Right to SELL the underlying asset at the strike price

Payoff at expiration:

max(KST,0)\max(K - S_T, 0)

Profitable when stock goes DOWN

Key Option Parameters

SymbolNameDescription
SSpot priceCurrent price of the underlying asset
KStrike pricePrice at which option can be exercised
TTime to expirationTime remaining until the option expires
rRisk-free rateReturn on a risk-free investment
σVolatilityStandard deviation of stock returns
V or C/POption valueThe price/premium of the option

The Black-Scholes PDE

The Black-Scholes equation is a partial differential equation that describes how the price of an option changes with time and the underlying stock price:

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

The Black-Scholes PDE for option pricing

Breaking Down the Terms

TermInterpretation
∂V/∂tTime decay — options lose value as expiration approaches (theta)
½σ²S²(∂²V/∂S²)Curvature effect — how option value curves with stock price (gamma)
rS(∂V/∂S)Growth term — expected return on the hedged position (delta)
-rVDiscounting — present value adjustment at risk-free rate

Connection to Heat Equation

Through a change of variables, the Black-Scholes equation can be transformed into the heat equation! Let x=ln(S)x = \ln(S) and τ=Tt\tau = T - t. The solution techniques from diffusion problems apply directly.


Key Assumptions

The Black-Scholes model relies on several idealized assumptions:

1. Geometric Brownian Motion: Stock prices follow dS=μSdt+σSdWdS = \mu S \, dt + \sigma S \, dW
2. Constant Volatility: σ\sigma doesn't change over the life of the option
3. No Dividends: The underlying stock pays no dividends
4. No Arbitrage: No risk-free profit opportunities
5. Frictionless Markets: No transaction costs, continuous trading possible
6. Constant Risk-Free Rate: rr is constant and known

Reality Check

None of these assumptions hold perfectly in real markets! Volatility changes, there are transaction costs, trading is not continuous, and extreme events occur more often than the model predicts. The 2008 financial crisis highlighted some of these limitations.


The Black-Scholes Formula

Solving the Black-Scholes PDE with appropriate boundary conditions gives the famous closed-form solution for European call options:

European Call Option Price

C=S0N(d1)KerTN(d2)C = S_0 N(d_1) - Ke^{-rT}N(d_2)
d1=ln(S0/K)+(r+σ2/2)TσTd_1 = \frac{\ln(S_0/K) + (r + \sigma^2/2)T}{\sigma\sqrt{T}}
d2=d1σTd_2 = d_1 - \sigma\sqrt{T}

Where N(x)N(x) is the cumulative distribution function of the standard normal distribution.

The Put Formula (Put-Call Parity)

P=KerTN(d2)S0N(d1)P = Ke^{-rT}N(-d_2) - S_0 N(-d_1)

Interpretation

  • S0N(d1)S_0 N(d_1): Expected value of receiving the stock (risk-adjusted)
  • KerTN(d2)Ke^{-rT}N(d_2): Present value of paying strike price times probability of exercise
  • N(d2)N(d_2): Risk-neutral probability the option expires in-the-money

Real-World Applications

💹 Trading Desks

  • Option pricing and market making
  • Arbitrage detection
  • Real-time risk calculations

🏢 Corporate Finance

  • Employee stock option valuation
  • Convertible bond pricing
  • Real options analysis

🛡️ Risk Management

  • Delta hedging portfolios
  • Value-at-Risk calculations
  • Stress testing

📊 Beyond Finance

  • Insurance pricing
  • Project valuation
  • Carbon credit pricing

Limitations and Extensions

Known Limitations

Volatility Smile

Real markets show implied volatility varying with strike price, forming a "smile" pattern. Black-Scholes assumes constant volatility.

Fat Tails

Real stock returns have more extreme events than the normal distribution predicts. Crashes happen more often than the model suggests.

Modern Extensions

ModelExtensionAddresses
Local Volatilityσ = σ(S,t)Volatility smile
Stochastic Volatilitydσ = ... (another SDE)Time-varying volatility
Jump DiffusionAdd Poisson jumpsSudden price moves
Heston ModelMean-reverting volMore realistic dynamics

Summary

The Black-Scholes equation revolutionized finance by providing a mathematical framework for pricing derivatives. It's a beautiful application of PDEs to a completely different domain.

Key Takeaways

  1. Options are contracts giving the right to buy (call) or sell (put) at a set price
  2. The Black-Scholes PDE describes option price evolution: Vt+12σ2S22VS2+rSVS=rV\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
  3. The equation transforms to the heat equation via change of variables
  4. The closed-form solution uses the normal CDF
  5. Key assumptions: geometric Brownian motion, constant volatility, no arbitrage
  6. Real markets violate these assumptions, leading to modern extensions
The Black-Scholes Equation:
"A PDE that connects physics and finance. The same mathematics that describes heat flow also prices options worth trillions of dollars."
Coming Next: In the next section, we'll introduce stochastic calculus and Brownian motion — the mathematical language needed to derive the Black-Scholes equation rigorously.
Loading comments...