ConceptComplete

The Black-Scholes Model

The Black-Scholes model revolutionized mathematical finance by providing a closed-form formula for pricing European options using stochastic calculus.


Model setup

Assume:

  1. Stock price follows geometric Brownian motion: dSt=ΞΌStdt+ΟƒStdBtdS_t = \mu S_t dt + \sigma S_t dB_t.
  2. Risk-free rate rr is constant.
  3. No arbitrage, perfect markets, continuous trading.

A European call option pays (STβˆ’K)+(S_T - K)^+ at maturity TT, where KK is the strike price.


Black-Scholes formula

Theorem8.1Black-Scholes formula

The fair price of a European call option is:

C(t,St)=StΞ¦(d1)βˆ’Keβˆ’r(Tβˆ’t)Ξ¦(d2),C(t, S_t) = S_t \Phi(d_1) - K e^{-r(T-t)} \Phi(d_2),

where

d1=log⁑(St/K)+(r+Οƒ2/2)(Tβˆ’t)ΟƒTβˆ’t,d2=d1βˆ’ΟƒTβˆ’t,d_1 = \frac{\log(S_t/K) + (r + \sigma^2/2)(T-t)}{\sigma\sqrt{T-t}}, \quad d_2 = d_1 - \sigma\sqrt{T-t},

and Ξ¦\Phi is the standard normal CDF.

Derivation: Under the risk-neutral measure (via Girsanov), StS_t has drift rr, and the option price is eβˆ’rTEQ[(STβˆ’K)+]e^{-rT}\mathbb{E}_\mathbb{Q}[(S_T - K)^+]. Computing this expectation (using the lognormal distribution of STS_T) yields the formula.

ExampleAt-the-money call

For S0=K=100S_0 = K = 100, r=0.05r = 0.05, Οƒ=0.2\sigma = 0.2, T=1T = 1, the Black-Scholes price is approximately Cβ‰ˆ10.45C \approx 10.45. The option has significant value due to volatility.


Greeks

The Greeks measure sensitivities of the option price:

  • Delta: Ξ”=βˆ‚Cβˆ‚S=Ξ¦(d1)\Delta = \frac{\partial C}{\partial S} = \Phi(d_1) (hedge ratio).
  • Gamma: Ξ“=βˆ‚2Cβˆ‚S2\Gamma = \frac{\partial^2 C}{\partial S^2} (convexity).
  • Vega: βˆ‚Cβˆ‚Οƒ\frac{\partial C}{\partial \sigma} (sensitivity to volatility).
  • Theta: βˆ‚Cβˆ‚t\frac{\partial C}{\partial t} (time decay).

Delta-hedging (holding Ξ”\Delta shares) replicates the option payoff, forming the basis of dynamic hedging strategies.


Summary

Black-Scholes uses stochastic calculus (ItΓ΄, Girsanov, Feynman-Kac) to derive a closed-form option pricing formula, with applications to hedging, risk management, and derivatives trading.