The Black-Scholes-Merton (BSM) model is a mathematical model for pricing European-style options on stocks (and other underlying assets). It was developed by Fischer Black, Myron Scholes, and Robert Merton in the early 1970s. There are several key assumptions underlying the BSM model, which are crucial for understanding its limitations and potential applications:
1. **European-style Options**: The BSM model assumes that options can only be exercised at their expiration date (European-style options). This simplifies the mathematics considerably compared to American-style options, which can be exercised at any time before the expiration date.
2. **No Dividends**: The BSM model assumes that the underlying asset does not pay dividends during the option’s life. If the underlying asset does pay dividends, then the model needs to be adjusted to account for this cash flow.
3. **No Arbitrage**: The BSM model assumes that no arbitrage opportunities exist in the market, which means that it is not possible to create a risk-free investment by combining the option with other assets.
4. **Lognormal Asset Price Dynamics and Geometric Brownian Motion**: The BSM model assumes that the underlying asset’s price follows a lognormal distribution and evolves according to a geometric Brownian motion (GBM) with constant drift (return) and volatility:
$$\frac{dS_t}{S_t} = \mu dt + \sigma dW_t$$
where St is the asset price at time t, μ is the constant expected return, σ is the asset’s constant volatility, and dWt is a standard Brownian motion (Wiener process). This assumption has a significant impact on option pricing as it implies that the returns of the asset are normally distributed and that volatility is constant over the option’s life, which may not hold in practice.
5. **Constant Interest Rates**: The BSM model assumes that the risk-free interest rate is constant and known over the life of the option. This implies that the present value of the option’s payoff can be calculated using a constant discount factor.
6. **Continuous Trading and Frictionless Markets**: The BSM model assumes that trading in the underlying asset and options can occur continuously and without any transaction costs, taxes, or other market frictions. This also means that it is possible to buy and sell any fraction of the asset and that short-selling is allowed.
The aforementioned assumptions have a significant impact on option pricing within the BSM framework:
- The assumptions of European-style options, no dividends, and continuous trading allow for a relatively simple closed-form solution for the option price, which may not apply in cases where these assumptions do not hold.
- The lognormal asset price dynamics and GBM assumption impacts option pricing by imposing a certain probability distribution on the underlying asset’s returns, leading to specific shapes for option price sensitivity (Greeks). For instance, call option prices increase with volatility due to the convex relationship between the asset price and the option price. If the asset returns distribution were different, this relationship might also be different.
- The constant interest rate assumption simplifies the discounting process in option pricing but may not accurately reflect real-world situations where interest rates can change during the option’s life.
- Continuous trading and frictionless markets assumptions allow for easy calculation of option hedge ratios (delta) and creation of risk-neutral portfolios leading to the derivation of the BSM equation. However, these assumptions may not hold in practice, and the potential impact of transaction costs, bid-ask spreads, and other frictions should be considered when using the BSM model in real-world applications.
In summary, the key assumptions of the BSM model greatly simplify the option pricing process and the derivation of the famous Black-Scholes equation. However, these assumptions may not always hold in practice, and users of the model should be aware of the limitations and adjustments required to accommodate deviations from the assumptions.