The Delta Donut

My personal page for uploading everything data and dollars. I try to deconstruct derivatives, one smart article a time. I also post articles probability related or more general finance.

Enjoy!

Breaking Down the Black-Scholes-Merton Model Assumptions

Let's break down the issues with the Black-Scholes-Merton (BSM) model's assumptions, but before that I will be assuming that you know the following. If you don't then here are links to the prerequisites:

Prerequisites

I. Returns being Log-Normally Distributed

What it means in BSM: The model assumes that the percentage changes (returns) in the underlying asset's price, over a short period, follow a normal distribution. Mathematically, this translates to the price itself following a log-normal distribution. This means the price is always positive (since the exponential of a normal variable is always positive) and that large upward movements are more likely than equally large downward movements.

Why it's a problem:

II. Volatility being Constant

What it means in BSM: The model assumes the volatility of the underlying asset (the standard deviation of its returns) remains constant over the entire life of the option.

Why it's a problem:

III. Having a Closed-Form Solution

What it means in BSM: The BSM model provides a direct formula (a closed-form solution) to calculate the theoretical price of an option. You simply plug in the inputs (stock price, strike price, time to expiration, risk-free rate, volatility) and get the option price.

The Black-Scholes formula is as follows:

$$ \begin{aligned} C &= S_0 N(d_1) - K e^{-rT} N(d_2) \\ \text{where: } \\ d_1 &= \frac{\ln\left(\frac{S_0}{K}\right) + \left(r + \frac{\sigma^2}{2}\right)T}{\sigma\sqrt{T}} \\ d_2 &= d_1 - \sigma\sqrt{T} \end{aligned} $$

Where:

Why it's related to the other problems:

While having a closed-form solution is computationally efficient, it's a consequence of the simplifying assumptions. If you try to relax those assumptions (e.g., allow for stochastic volatility, jumps in the price process), you generally lose the closed-form solution. You then have to rely on numerical methods (e.g., Monte Carlo simulations, binomial trees) to approximate the option price, which are more computationally intensive. The desire for a simple, easy-to-use formula forced the model to make unrealistic assumptions.

IV. Assuming Events are Independent

What it means in BSM: The model implicitly assumes that price movements in the underlying asset are independent of each other. The past price history has no bearing on future price movements, beyond its impact on estimated volatility.

Why it's a problem:

V. In Summary: Why These Assumptions Matter

The flawed assumptions of the BSM model mean that:

VI. What's Used Instead?

Because of these limitations, practitioners have developed more sophisticated models that try to address these issues, including:

While BSM has its limitations, it is still a valuable tool for understanding options pricing and hedging, and it serves as a foundational model for more advanced techniques. It's crucial to be aware of its shortcomings and to use it judiciously.

Further Readings

References