5. Interest Rate Models

Term Structure

Yield curves, forward rates, bootstrapping market data, and mapping between yields, prices, and forward rate representations.

Term Structure

Hi students! šŸ‘‹ Welcome to one of the most fascinating topics in mathematical finance - the term structure of interest rates. In this lesson, you'll discover how financial markets price time itself through yield curves, learn to extract forward rates that reveal market expectations, and master the bootstrapping technique that transforms market data into powerful analytical tools. By the end of this lesson, you'll understand how bond prices, yields, and forward rates are interconnected, giving you the foundation to analyze fixed-income securities like a professional trader or risk manager.

Understanding Yield Curves and the Term Structure

The term structure of interest rates is essentially a snapshot of how much it costs to borrow money for different periods of time. Think of it like a menu at a restaurant - but instead of food prices, you're looking at the "price" of money over various time periods! šŸ“Š

A yield curve is the graphical representation of this term structure, plotting interest rates (yields) against time to maturity. The most commonly observed yield curve plots the yields of government bonds (like U.S. Treasury securities) across different maturities, from 3 months to 30 years.

There are three main types of yield curves you'll encounter:

Normal (Upward Sloping) Yield Curve: This is the most common shape, where longer-term bonds offer higher yields than shorter-term ones. This makes intuitive sense - if you're lending money for 10 years instead of 1 year, you'd want to be compensated more for tying up your money longer and taking on additional risks. Historically, about 70% of the time, yield curves exhibit this normal shape.

Inverted (Downward Sloping) Yield Curve: This occurs when short-term rates are higher than long-term rates. It's relatively rare and often signals that investors expect economic troubles ahead. Since 1950, inverted yield curves have preceded every U.S. recession, making them a closely watched economic indicator.

Flat Yield Curve: This happens when yields are similar across all maturities, typically occurring during transitions between normal and inverted curves.

The mathematical representation of a yield curve can be expressed as a function $y(t)$, where $t$ represents time to maturity and $y(t)$ represents the yield for that maturity. For a bond with maturity $T$, the relationship between price $P$ and yield $y$ is:

$$P = \sum_{t=1}^{T} \frac{C}{(1+y)^t} + \frac{F}{(1+y)^T}$$

where $C$ represents coupon payments and $F$ is the face value.

Spot Rates: The Building Blocks of Bond Pricing

Spot rates (also called zero-coupon rates) are the interest rates for lending money for specific periods, starting today, with no intermediate payments. Think of them as the "pure" interest rate for each time period - like buying a zero-coupon bond that pays nothing until maturity.

If you have spot rates $s_1, s_2, s_3, ..., s_n$ for periods 1, 2, 3, ..., n, you can price any bond by discounting each cash flow using the appropriate spot rate:

$$P = \frac{C}{(1+s_1)^1} + \frac{C}{(1+s_2)^2} + \frac{C}{(1+s_3)^3} + ... + \frac{C+F}{(1+s_n)^n}$$

Here's a real-world example: Suppose you observe these spot rates in the market:

  • 1-year spot rate: 2.5%
  • 2-year spot rate: 3.0%
  • 3-year spot rate: 3.2%

If you want to price a 3-year bond with annual $50 coupons and $1,000 face value:

$$P = \frac{50}{(1.025)^1} + \frac{50}{(1.030)^2} + \frac{1050}{(1.032)^3} = 48.78 + 47.14 + 953.85 = \$1,049.77$$

The beauty of spot rates is that they eliminate the reinvestment risk present in yield-to-maturity calculations. Each cash flow is discounted at the rate appropriate for its specific timing.

Forward Rates: Predicting Future Interest Rates

Forward rates represent the interest rates that are implied by current spot rates for future periods. They answer the question: "What interest rate does the market expect for lending from year 2 to year 3, based on today's information?" šŸ”®

The mathematical relationship between spot rates and forward rates is fundamental. The one-year forward rate starting in year $n$, denoted as $f_{n,1}$, can be calculated from spot rates using:

$$(1+s_{n+1})^{n+1} = (1+s_n)^n \times (1+f_{n,1})$$

Solving for the forward rate:

$$f_{n,1} = \frac{(1+s_{n+1})^{n+1}}{(1+s_n)^n} - 1$$

Let's use our previous example with spot rates:

  • 2-year spot rate: 3.0%
  • 3-year spot rate: 3.2%

The one-year forward rate starting in year 2 would be:

$$f_{2,1} = \frac{(1.032)^3}{(1.030)^2} - 1 = \frac{1.1003}{1.0609} - 1 = 3.72\%$$

This tells us that the market expects the one-year interest rate to be 3.72% starting two years from now.

Forward rates are incredibly useful for:

  • Investment decisions: Comparing expected returns on different strategies
  • Risk management: Understanding how interest rate changes might affect portfolios
  • Economic analysis: Gauging market expectations about future monetary policy

Bootstrapping: Extracting Market Information

Bootstrapping is a powerful technique that allows us to extract spot rates from observable market prices of coupon-bearing bonds. It's called "bootstrapping" because we build up the spot rate curve step by step, using each newly calculated rate to help determine the next one - like pulling yourself up by your bootstraps! 🄾

The bootstrapping process works iteratively:

  1. Start with the shortest maturity: Use a Treasury bill or short-term bond to determine the first spot rate
  2. Move to the next maturity: Use a coupon bond and the previously calculated spot rates to solve for the next spot rate
  3. Continue the process: Work your way up the maturity spectrum

Here's how it works mathematically. Suppose you have:

  • A 1-year Treasury bill trading at $970 with $1,000 face value
  • A 2-year bond with 5% annual coupon trading at $1,019.13

Step 1: Calculate the 1-year spot rate:

$$970 = \frac{1000}{1+s_1}$$

$$s_1 = \frac{1000}{970} - 1 = 3.09\%$$

Step 2: Use this to find the 2-year spot rate:

$$1019.13 = \frac{50}{1.0309} + \frac{1050}{(1+s_2)^2}$$

$$1019.13 = 48.50 + \frac{1050}{(1+s_2)^2}$$

$$970.63 = \frac{1050}{(1+s_2)^2}$$

$$s_2 = \sqrt{\frac{1050}{970.63}} - 1 = 4.00\%$$

This process continues for longer maturities, with each step building on the previous calculations.

Bootstrapping is essential in modern finance because:

  • Pricing: It provides the foundation for pricing all fixed-income securities
  • Risk management: Banks and investment firms use bootstrapped curves for value-at-risk calculations
  • Regulatory compliance: Financial institutions must mark-to-market their bond portfolios using current yield curves

Mapping Between Different Rate Representations

Understanding how to convert between yields, prices, and forward rates is crucial for financial analysis. These different representations are like different languages for describing the same underlying economic reality.

From Yield to Price: Given a bond's yield-to-maturity $y$, you can calculate its price using:

$$P = \sum_{t=1}^{n} \frac{C}{(1+y)^t} + \frac{F}{(1+y)^n}$$

From Price to Yield: This requires solving the above equation for $y$, typically done using numerical methods like Newton-Raphson iteration.

From Spot Rates to Forward Rates: As we've seen:

$$f_{n,1} = \frac{(1+s_{n+1})^{n+1}}{(1+s_n)^n} - 1$$

From Forward Rates to Spot Rates: The reverse calculation:

$$(1+s_n)^n = (1+s_1)(1+f_{1,1})(1+f_{2,1})...(1+f_{n-1,1})$$

These conversions are constantly used by traders, portfolio managers, and risk analysts. For example, a bond trader might observe that forward rates are unusually high compared to current spot rates, suggesting an opportunity to profit from expected interest rate movements.

Conclusion

The term structure of interest rates forms the backbone of modern fixed-income analysis, providing the tools to understand how markets price time and risk. You've learned how yield curves visualize the relationship between time and interest rates, how spot rates provide pure discount factors for each time period, and how forward rates reveal market expectations about future interest rates. The bootstrapping technique transforms observable market prices into the fundamental building blocks needed for sophisticated financial analysis. These concepts work together to create a comprehensive framework for understanding bond pricing, risk management, and investment decision-making in fixed-income markets.

Study Notes

• Term Structure: The relationship between interest rates and time to maturity, typically displayed as a yield curve

• Yield Curve Types: Normal (upward sloping), inverted (downward sloping), and flat curves

• Spot Rate Formula: $P = \sum_{t=1}^{n} \frac{C}{(1+s_t)^t} + \frac{F}{(1+s_n)^n}$

• Forward Rate Calculation: $f_{n,1} = \frac{(1+s_{n+1})^{n+1}}{(1+s_n)^n} - 1$

• Bootstrapping Process: Iterative method to extract spot rates from coupon bond prices, starting with shortest maturity

• Yield-to-Maturity: Single discount rate that equates bond price to present value of all cash flows

• Zero-Coupon Rate: Pure interest rate for specific time period with no intermediate payments

• Bond Pricing Equation: $P = \sum_{t=1}^{T} \frac{C}{(1+y)^t} + \frac{F}{(1+y)^T}$

• Spot-Forward Relationship: $(1+s_n)^n = (1+s_1)(1+f_{1,1})(1+f_{2,1})...(1+f_{n-1,1})$

• Applications: Bond pricing, risk management, investment analysis, and regulatory compliance

Practice Quiz

5 questions to test your understanding

Term Structure — Mathematical Finance | A-Warded