In financial mathematics, the Black-Scholes Model has gained significant attention for its analytical approach to pricing European-style options. This model is closely tied to the Geometric Brownian Motion (GBM), a well-established method for modeling financial asset prices. But before we delve into GBM, it’s essential to understand its foundation: the Wiener Process.
The Wiener Process is a fundamental concept in stochastic calculus, and its extension into GBM provides the mathematical basis for the Black-Scholes Model. Let’s discuss through this progression, from the Wiener Process to GBM, and then to the Black-Scholes Model, highlighting the importance of each step in understanding option pricing.
The Wiener Process (\( W_t \)) is defined by four properties: independence, stationarity, normality, and continuity. It models the randomness in the evolution of a variable over continuous time.
The Geometric Brownian Motion (GBM) is a common model used to depict the trajectory of stock prices over time in a continuous domain. The stochastic differential equation (SDE) for GBM is given by:
\[ dS_t = \mu S_t dt + \sigma S_t dW_t \]Let’s break down each term:
The entire equation models the dynamics of a stock price over time, combining deterministic trends (drift term) and stochastic shocks (diffusion term).
The Black-Scholes Model (BSM) is built on the foundation laid by the GBM. It aims to determine the theoretical value of European-style options. The core of the Black-Scholes Model is the Black-Scholes PDE given by:
\[ \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 \]
Dissecting the PDE:
The Black-Scholes PDE encapsulates how the option price evolves over time, considering the stock price movements, time decay, and volatility.
The starting point is the stochastic differential equation for GBM:
$$dS_t = \mu S_t dt + \sigma S_t dW_t$$
We have already discussed on it earlier.
To transition from GBM to the Black-Scholes formula, apply Itô’s Lemma to the function \(f(t, S_t)\) where \(f\) is twice differentiable. Itô’s Lemma yields the following expression:
$$df(t, S_t) = \left( \frac{\partial f}{\partial t} + \mu S_t \frac{\partial f}{\partial S_t} + \frac{1}{2} \sigma^2 S_t^2 \frac{\partial^2 f}{\partial S_t^2} \right) dt + \sigma S_t \frac{\partial f}{\partial S_t} dW_t$$
Construct a portfolio consisting of one option and a certain number of shares of the stock to eliminate the risk. Let \(V(t, S_t)\) be the price of the option, and let \(-\Delta\) be the number of shares held. The value of the portfolio is:
$$\Pi(t) = V(t, S_t) – \Delta S_t$$
Differentiate \(\Pi(t)\) with respect to \(t\) using Itô’s Lemma to obtain a riskless portfolio (i.e., one whose value does not depend on \(dW_t\)). By choosing \(\Delta\) such that the term in front of \(dW_t\) vanishes, obtain an expression for \(\Delta\) and eliminate \(dW_t\) from the expression for \(d\Pi\). This yields the Black-Scholes PDE:
$$\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$$
Solve the Black-Scholes PDE with the boundary condition that \(V(T, S_T)\) equals the payoff of the option at expiry. This leads to the Black-Scholes formula for a European call option:
$$C(S_t, t) = S_t N(d_1) – X e^{-r(T-t)} N(d_2)$$
and for a European put option:
$$P(S_t, t) = X e^{-r(T-t)} N(-d_2) – S_t N(-d_1)$$
where
$$d_1 = \frac{1}{\sigma \sqrt{T-t}} \left( \ln \left( \frac{S_t}{X} \right) + \left( r + \frac{\sigma^2}{2} \right)(T-t) \right)$$
$$d_2 = d_1 – \sigma \sqrt{T-t}$$
The Black-Scholes formula provides a theoretical estimate of the prices of European-style options. This formula assumes that stock prices follow a Geometric Brownian Motion, which is consistent with the continuous compounding and continuous trading assumptions inherent in the Black-Scholes model. Through this derivation, we see how the Black-Scholes formula emerges naturally from the dynamics of the stock price as modeled by the GBM, under the risk-neutral measure.
The transition from the Wiener Process to the Black-Scholes formula is a compelling illustration of the application of stochastic calculus in financial mathematics. The transition from GBM to the Black-Scholes Model demonstrates a profound blend of stochastic calculus and financial modeling. The GBM serves as a bedrock for deriving the Black-Scholes PDE, which in turn leads to the Black-Scholes formula, a cornerstone in the field of financial derivatives pricing.