Welcome to the World of Binomial Trees!
Hello there! Today, we are diving into one of the most intuitive and powerful tools in finance: Binomial Trees. This chapter is part of the "Valuation and Risk Models" section of your FRM Part I journey.
Why do we learn this? Well, while the Black-Scholes-Merton model is famous, it can be a bit of a "black box." Binomial trees, on the other hand, let us see exactly how an option’s value changes step-by-step. They are particularly useful for valuing American options, which can be exercised at any time. Don't worry if math isn't your favorite subject—we'll break this down into simple, logical steps!
1. The Basics: What is a Binomial Tree?
Imagine a stock price today. In the next "step" of time, we simplify reality by assuming the stock can only do two things: go up or go down. That’s it! No staying the same, no middle ground. This "two-branch" approach is why we call it "Bi-nomial."
Key Components:
- \( S_0 \): The current stock price.
- \( u \): The "up" factor (e.g., 1.10 if the stock goes up 10%).
- \( d \): The "down" factor (e.g., 0.90 if the stock goes down 10%).
- \( f \): The value of the option (what we are trying to find!).
Analogy: Think of it like a "Choose Your Own Adventure" book. At every page, you have two choices. The path you take determines your final reward.
Quick Review: A binomial tree builds a path of possible stock prices over time. In an "up" state, the price is \( S_0 u \). In a "down" state, the price is \( S_0 d \).
2. The One-Step Binomial Model
To value an option, we use a clever trick called No-Arbitrage Pricing. We create a "portfolio" consisting of a certain amount of stock (\( \Delta \)) and a short position in one option. We choose \( \Delta \) so that the portfolio's value is the same whether the stock goes up or down.
The Delta (\( \Delta \))
The Delta is the number of shares of stock we need to buy for every option we sell to create a "riskless" hedge.
The formula is:
\( \Delta = \frac{f_u - f_d}{S_0 u - S_0 d} \)
Where:
- \( f_u \) is the option value if the stock goes up.
- \( f_d \) is the option value if the stock goes down.
Important Point: Because this portfolio is riskless, it must earn the risk-free rate of interest (\( r \)). If it earned more or less, investors would exploit the difference (arbitrage).
3. Risk-Neutral Valuation: The "Magic" Shortcut
Here is a secret that makes FRM exams much easier: Risk-Neutral Valuation. In a risk-neutral world, we assume investors don't care about risk; they only care about expected returns. In this world, every asset earns the risk-free rate.
To use this, we calculate a risk-neutral probability (\( p \)). This isn't the actual probability the stock will go up, but rather a "pretend" probability that makes the math work perfectly.
The formula for \( p \) is:
\( p = \frac{e^{r \Delta t} - d}{u - d} \)
Once you have \( p \), the value of the option today (\( f \)) is just the discounted average of the future values:
\( f = e^{-r \Delta t} [p f_u + (1 - p) f_d] \)
Don't worry if this seems tricky! Just remember:
1. Find \( p \).
2. Calculate the average payout using \( p \).
3. Discount it back to today using the risk-free rate \( r \).
Key Takeaway:
We don't need to know the actual probability of the stock going up to price an option. We only need the risk-free rate, the volatility (which determines \( u \) and \( d \)), and the time to expiration.
4. Two-Step Binomial Trees
A two-step tree is just two one-step trees glued together. We start at the end (the "leaves") and work our way backward to the beginning (the "root").
The Step-by-Step Process:
1. Calculate Stock Prices: Work forward from \( S_0 \) to find all possible prices at Step 1 and Step 2.
2. Calculate Option Payoffs: At the very end (Step 2), calculate what the option is worth based on the stock price (e.g., for a Call: \( Max(S - K, 0) \)).
3. Work Backward: Use the risk-neutral formula to find the option values at Step 1.
4. Work Backward Again: Use the Step 1 values to find the value at Step 0.
Did you know? As we add more and more steps to our tree (3 steps, 10 steps, 100 steps), the price we get from the Binomial Tree gets closer and closer to the price from the Black-Scholes-Merton formula!
5. Valuing American Options
This is where Binomial Trees really shine! American options can be exercised at any time. To value them, we have to check at every node in the tree if it is better to:
1. Hold the option (the value calculated using our risk-neutral formula).
2. Exercise the option immediately (the intrinsic value).
The Rule: At each node, the option value is the higher of the "Hold Value" or the "Exercise Value."
\( Value = Max(Exercise Value, e^{-r \Delta t} [p f_u + (1 - p) f_d]) \)
Common Mistake: Students often forget to check for early exercise on American Put options. Remember, if a stock price crashes significantly, it might be better to exercise a Put early to get your cash now and start earning interest!
6. Matching Volatility (\( \sigma \))
How do we pick the numbers for \( u \) and \( d \)? We want our tree to reflect the actual volatility (\( \sigma \)) of the stock. We use the following formulas (often called the Cox-Ross-Rubinstein formulas):
\( u = e^{\sigma \sqrt{\Delta t}} \)
\( d = e^{-\sigma \sqrt{\Delta t}} = \frac{1}{u} \)
Simple Trick: Notice that \( d \) is just the reciprocal of \( u \). If \( u \) is 1.10, then \( d \) is \( 1 / 1.10 = 0.909 \). This keeps the tree "symmetric."
Summary and Tips for Success
Quick Review Box:
- Delta (\( \Delta \)): The ratio of the change in option price to the change in stock price.
- Risk-Neutral Probability (\( p \)): The mathematical "weight" used to average future payoffs.
- Backward Induction: The process of starting at the end of the tree and working back to today.
- Early Exercise: Only relevant for American options; always take the maximum of the calculated value or the exercise value.
Final Encouragement: Binomial trees can look intimidating when you see a big diagram, but they are just a series of simple calculations repeated over and over. Practice drawing a small two-step tree and filling in the numbers manually—it's the best way to make the concept "stick!" You've got this!