Derivation of the Black-Scholes Formula

The Black-Scholes formula is a fundamental result in financial mathematics used to price European-style options. There are several intuitive approaches to derive the formula, each focusing on different principles. The most common methods include:

1. Risk-Neutral Valuation

This approach is based on the idea that the price of an option can be viewed as the discounted expected value of its payoff at maturity, evaluated under a risk-neutral probability measure. Here are the key steps:

Modeling the Underlying Asset:

We assume that the price of the underlying asset follows a geometric Brownian motion, characterized by its drift (average return) and volatility (price fluctuations). The mathematical expression is:

dS_t = μ * S_t * dt + σ * S_t * dW_t,
where: - S_t is the asset price, - μ is the drift, - σ is the volatility, - dW_t is a standard Wiener process (representing random movement in asset prices).

Risk-Neutral Measure:

Under the risk-neutral measure, we adjust the expected return of the asset to equal the risk-free rate. This means the stochastic process is modified to:

dS_t = r * S_t * dt + σ * S_t * dW_t^Q,
where r represents the risk-free rate and dW_t^Q is a Wiener process under the risk-neutral measure.

Expected Payoff Calculation:

At the expiration date (T), the payoff of a European call option is defined as:

C_T = max(S_T - K, 0,
where S_T is the asset price at expiration and K is the strike price. The expected value of this payoff, calculated under the risk-neutral probability measure (Q), is given by:

C_0 = e^(-rT) * E_Q[max(S_T - K, 0)],
where C_0 represents the option price at time 0.

Discounting:

Finally, we find the present value of the expected payoff by applying the discounting factor based on the risk-free rate. This leads us to the formula:

C_0 = S_0 * N(d_1) - K * e^(-rT) * N(d_2),
where: - N(d) is the cumulative normal distribution function, - d_1 and d_2 are calculated as: d_1 = (ln(S_0 / K) + (r + (σ² / 2)) * T) / (σ * sqrt(T)), d_2 = d_1 - σ * sqrt(T). ---

2. Arbitrage-Free Pricing

The second approach relies on the concept of no-arbitrage opportunities. Below are the steps involved:

Constructing a Replicating Portfolio:

We form a portfolio consisting of a quantity Δ of shares of the underlying asset and a cash amount B_t, such that the portfolio replicates the payoff of the option at expiration:

V_t = Δ * S_t + B_t.

Dynamic Hedging:

By continually adjusting Δ based on changes in the asset price, we create a portfolio whose value matches the value of the option at expiration:

dV_t = Δ * dS_t + r * B_t * dt.

No-Arbitrage Condition:

Since there are no arbitrage opportunities, the value of the replicating portfolio must equal the price of the option. This results in a partial differential equation (PDE):

∂C/∂t + (1/2)σ²S²∂²C/∂S² + rS∂C/∂S - rC = 0.

Solving the PDE:

Solving this PDE with the appropriate boundary conditions leads to the Black-Scholes formula:

C(S_t, t) = S_t * N(d_1) - K * e^(-r*(T-t)) * N(d_2).
---

3. Other Approaches

In addition to the methods above, here are some other notable approaches to derive the Black-Scholes formula or gain insights into option pricing:

3.1 Dynamic Programming (Bellman Equation)

This approach employs recursive decision-making to evaluate the optimal exercise strategy for options. The Bellman equation determines the value of an option at each state, ultimately leading to the Black-Scholes pricing.

3.2 Replication via Numerical Methods

Numerical methods, such as finite difference methods and Monte Carlo simulations, can also estimate option prices as alternatives or complements to analytical approaches.

3.3 Empirical Approaches

These approaches focus on estimating parameters from historical market data or using implied volatility derived from market prices instead of relying solely on theoretical derivations.

3.4 Stochastic Calculus and Ito's Lemma

Using Ito's Lemma from stochastic calculus allows for the direct derivation of the Black-Scholes PDE based on the stochastic behavior of asset prices.

3.5 Market Microstructure Approach

This perspective examines how the behavior of market participants influences option pricing. Factors like transaction costs and liquidity considerations can lead to modifications of the Black-Scholes pricing model.

---

4. Summary of Approaches

In summary, the major methodologies for deriving the Black-Scholes formula include:

5. Equivalent Approaches

Both the Risk-Neutral Valuation and Arbitrage-Free Pricing approaches are mathematically equivalent, resulting in the same Black-Scholes formula:

C_0 = S_0 * N(d_1) - K * e^(-rT) * N(d_2).

This equivalency arises because the expected payoff calculated under the risk-neutral measure complements the no-arbitrage principle. This demonstrates the interconnectedness of expectations, risk neutrality, and arbitrage conditions in financial mathematics.

---

Conclusion

The diversity of methods for deriving the Black-Scholes formula underscores its importance and versatility in modern financial mathematics. Each approach offers unique insights, helping practitioners understand and price options more effectively.