4. Derivative Pricing

Black Scholes

Black–Scholes model derivation, lognormal asset dynamics, closed-form option formula, and Greeks for sensitivity analysis.

Black Scholes

Hey students! 👋 Welcome to one of the most revolutionary topics in mathematical finance - the Black-Scholes model! This lesson will take you through the fascinating world of option pricing, where we'll explore how mathematicians Fischer Black, Myron Scholes, and Robert Merton changed finance forever in 1973. By the end of this lesson, you'll understand how to derive the famous Black-Scholes equation, work with lognormal asset dynamics, apply the closed-form option pricing formula, and calculate the Greeks for sensitivity analysis. Get ready to dive into the mathematical foundation that powers modern derivatives trading! 🚀

Understanding the Foundation: Lognormal Asset Dynamics

Before we jump into the Black-Scholes equation, students, let's understand how stock prices actually move! 📈 The Black-Scholes model assumes that stock prices follow what we call a "geometric Brownian motion" with lognormal distribution.

Think about it this way: if you flip a coin repeatedly, you get random heads or tails - that's similar to how stock prices move, but with a twist! Stock prices can't go negative (a company's stock can't be worth -$50), and they tend to grow exponentially over time rather than linearly.

The mathematical representation of this price movement is:

$$dS = \mu S dt + \sigma S dW$$

Where:

  • $S$ is the stock price
  • $\mu$ is the expected return (drift rate)
  • $\sigma$ is the volatility (how much the price fluctuates)
  • $dW$ is a Wiener process (random walk)
  • $dt$ is a small time increment

This equation tells us that the change in stock price ($dS$) has two components: a predictable drift term ($\mu S dt$) and a random fluctuation term ($\sigma S dW$). Real-world example: if Apple's stock is trading at $150 with 20% annual volatility, the model predicts how it might move to $148 or $153 in the next day based on both market trends and random market noise.

The beauty of lognormal distribution is that it ensures stock prices remain positive while allowing for the exponential growth we observe in real markets. Historical data from the S&P 500 shows that daily returns approximately follow this lognormal pattern, making it a reasonable assumption for modeling.

The Black-Scholes Partial Differential Equation

Now comes the exciting part, students! 🎯 Let's derive the famous Black-Scholes equation. The key insight is that we can create a risk-free portfolio by combining the option with the underlying stock in just the right proportions.

Imagine you're holding a call option on Microsoft stock. If you simultaneously short a specific number of Microsoft shares (determined by the option's "delta"), you can create a portfolio that doesn't change in value regardless of small stock price movements. This is called a "delta-neutral" portfolio.

Using Itô's lemma (a powerful tool in stochastic calculus) and the principle of no-arbitrage (you can't make risk-free profits), we arrive at the Black-Scholes partial differential equation:

$$\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$ is the option value
  • $t$ is time
  • $r$ is the risk-free interest rate
  • The partial derivatives represent how the option value changes with respect to time and stock price

This equation is remarkable because it doesn't depend on the expected return $\mu$ of the stock! This means the option price is independent of investors' opinions about the stock's future performance - a counterintuitive but powerful result.

The Closed-Form Solution: Black-Scholes Formula

The magic happens when we solve this differential equation with appropriate boundary conditions, students! ✨ For a European call option (which can only be exercised at expiration), the solution is the famous Black-Scholes formula:

$$C = S_0 N(d_1) - Ke^{-rT} N(d_2)$$

Where:

$$d_1 = \frac{\ln(S_0/K) + (r + \sigma^2/2)T}{\sigma\sqrt{T}}$$

$$d_2 = d_1 - \sigma\sqrt{T}$$

And:

  • $C$ is the call option price
  • $S_0$ is the current stock price
  • $K$ is the strike price
  • $T$ is time to expiration
  • $N(x)$ is the cumulative standard normal distribution function

For a put option, we have:

$$P = Ke^{-rT} N(-d_2) - S_0 N(-d_1)$$

Let's work through a real example: Suppose Tesla stock is trading at $200, you want to price a call option with a $210 strike price expiring in 3 months, the risk-free rate is 3%, and Tesla's volatility is 40%. Plugging these values into our formula gives us the theoretical fair value of this option!

The formula tells us that a call option's value depends on five factors: current stock price, strike price, time to expiration, risk-free rate, and volatility. Interestingly, the Black-Scholes model has been so successful that it's used to price over $1 trillion worth of options daily in global markets.

The Greeks: Sensitivity Analysis

Here's where things get really practical, students! 📊 The Greeks are partial derivatives of the option price that tell us how sensitive the option is to changes in various factors. Think of them as the "speedometer" and "steering wheel" of options trading.

Delta (Δ) measures how much the option price changes for a $1 change in the stock price:

$$\Delta = \frac{\partial V}{\partial S}$$

For call options, delta ranges from 0 to 1. If a call option has a delta of 0.6, it means the option price increases by $0.60 for every $1 increase in the stock price. Professional traders use delta to hedge their positions - if they're long 1000 call options with delta 0.6, they'll short 600 shares to create a delta-neutral position.

Gamma (Γ) measures how fast delta changes:

$$\Gamma = \frac{\partial^2 V}{\partial S^2}$$

Think of gamma as the "acceleration" of your option position. High gamma means delta changes rapidly, making your position more difficult to hedge.

Theta (Θ) measures time decay:

$$\Theta = -\frac{\partial V}{\partial t}$$

This is crucial because options lose value as time passes, all else being equal. A theta of -0.05 means the option loses $0.05 in value each day due to time decay.

Vega (ν) measures sensitivity to volatility:

$$\nu = \frac{\partial V}{\partial \sigma}$$

When market uncertainty increases (like during earnings announcements), option prices typically rise due to positive vega.

Rho (ρ) measures sensitivity to interest rate changes:

$$\rho = \frac{\partial V}{\partial r}$$

While often the least significant Greek, rho becomes important for long-term options or in changing interest rate environments.

Real-world application: Market makers at exchanges like the Chicago Board Options Exchange use sophisticated computer systems to continuously calculate and hedge these Greeks across thousands of option positions, ensuring they maintain market-neutral portfolios while profiting from bid-ask spreads.

Conclusion

The Black-Scholes model represents one of the most elegant applications of mathematics to finance, students! We've journeyed from understanding lognormal asset dynamics through deriving the fundamental partial differential equation to applying the closed-form pricing formula and analyzing sensitivities through the Greeks. This model earned Myron Scholes and Robert Merton the 1997 Nobel Prize in Economics and continues to be the foundation for modern derivatives pricing, even though real markets often deviate from its assumptions. Understanding Black-Scholes gives you the mathematical toolkit to analyze options and other derivatives, making you well-equipped to tackle advanced topics in quantitative finance.

Study Notes

• Lognormal Asset Dynamics: Stock prices follow $dS = \mu S dt + \sigma S dW$, ensuring positive prices and exponential growth

• 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$

• Call Option Formula: $C = S_0 N(d_1) - Ke^{-rT} N(d_2)$ where $d_1 = \frac{\ln(S_0/K) + (r + \sigma^2/2)T}{\sigma\sqrt{T}}$ and $d_2 = d_1 - \sigma\sqrt{T}$

• Put Option Formula: $P = Ke^{-rT} N(-d_2) - S_0 N(-d_1)$

• Delta: $\Delta = \frac{\partial V}{\partial S}$ (price sensitivity to stock price changes)

• Gamma: $\Gamma = \frac{\partial^2 V}{\partial S^2}$ (rate of change of delta)

• Theta: $\Theta = -\frac{\partial V}{\partial t}$ (time decay)

• Vega: $\nu = \frac{\partial V}{\partial \sigma}$ (volatility sensitivity)

• Rho: $\rho = \frac{\partial V}{\partial r}$ (interest rate sensitivity)

• Key Assumptions: Constant volatility, constant risk-free rate, no dividends, European exercise, lognormal price distribution

• No-Arbitrage Principle: The foundation that eliminates risk-free profit opportunities and makes the formula independent of expected returns

Practice Quiz

5 questions to test your understanding