The Black-Scholes-Merton (BSM) model is a mathematical model used to determine the theoretical price of European-style options. Developed independently by Fischer Black, Myron Scholes, and Robert Merton in the early 1970s, it is a cornerstone of modern financial theory and has been widely used in practice.
The BSM model assumes that the underlying asset follows a geometric Brownian motion (GBM), which is a continuous-time stochastic process characterized by a constant drift rate and a constant volatility. The key point of the BSM model is the derivation of the Black-Scholes Partial Differential Equation (PDE), which specifies how the option price depends on the underlying asset price, time, and the model parameters.
Here is the Black-Scholes PDE for a European call option (the same PDE holds for a put option, but with a different boundary condition):
$$\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(S,โt) is the option price as a function of the underlying asset price S and time t;
- ฯ is the constant volatility of the underlying asset;
- r is the risk-free interest rate.
The BSM model then provides explicit formulas for the prices of European call and put options:
Call option price:
C(S,โt)โ=โSN(d1)โ
โโ
Keโ
โโ
r(Tโ
โโ
t)N(d2)
Put option price:
P(S,โt)โ=โKeโ
โโ
r(Tโ
โโ
t)N(โ
โโ
d2)โ
โโ
SN(โ
โโ
d1)
where:
- T is the option expiration time;
- K is the option strike price;
- N(x) is the cumulative distribution function (CDF) of the standard normal distribution;
- d1 and d2 are given by:
$$d_1 = \frac{\ln{\frac{S}{K}} + (r + \frac{1}{2}\sigma^2)(T - t)}{\sigma\sqrt{T - t}}$$
$$d_2 = d_1 - \sigma\sqrt{T - t}$$
The role of the BSM model in option pricing is twofold:
1. **Theoretical foundation**: The BSM model provides a theoretically sound framework for option pricing, allowing market participants to better understand the factors affecting option prices, such as the underlying asset price, time to expiration, volatility, and the risk-free rate. This understanding helps to standardize the option market, making it more transparent and efficient.
2. **Practical implementation**: The BSM model, together with its extensions and refinements, has been widely implemented in various financial software packages and platforms, allowing market participants to quickly compute option prices based on the model. By adopting the BSM model, market participants can quickly and easily evaluate the fair prices of options in real-time, enabling better decision-making in trading and risk management.
In summary, the BSM model plays a critical role in option pricing by providing both a solid theoretical foundation and practical tools for pricing European-style options under specific assumptions. However, it is important to note that the BSM model has its limitations, and in practice, there are various alternative models and extensions that account for features not captured by the BSM model, such as stochastic volatility and early exercise of American-style options.