For the complete documentation index, see llms.txt. This page is also available as Markdown.

Forward Rates

How BlueGamma calculates forward rates from interest rate curves.

Forward rates represent the market's implied interest rate for a future period. BlueGamma derives forward rates directly from our constructed curves.


What Is a Forward Rate?

A forward rate is the interest rate implied by the curve for a period starting in the future.

Example: The "3M SOFR rate, 6 months forward" is the market-implied 3-month SOFR rate starting 6 months from today.

Today          6M Forward        9M (End)
  │               │                 │
  ▼               ▼                 ▼
  ├───────────────┼─────────────────┤
       6 Months        3 Months
       (waiting)      (rate period)

The Formula

Forward rates are derived from zero-coupon rates using the no-arbitrage relationship:

(1+r0,T)T=(1+r0,t)t×(1+ft,T)(Tt)(1 + r_{0,T})^T = (1 + r_{0,t})^t \times (1 + f_{t,T})^{(T-t)}

Solving for the forward rate:

ft,T=((1+r0,T)T(1+r0,t)t)1Tt1f_{t,T} = \left( \frac{(1 + r_{0,T})^T}{(1 + r_{0,t})^t} \right)^{\frac{1}{T-t}} - 1

Where:

  • r₀,ₜ = Zero rate from today to time t

  • r₀,ₜ = Zero rate from today to time T

  • fₜ,ₜ = Forward rate from time t to T


Example Calculation

Given: SOFR zero-coupon rates (as of December 2024)

Maturity
Zero Rate

6M

4.35%

9M

4.28%

Calculate: 3-month forward rate, 6 months forward

f6M,9M=((1+0.0428)0.75(1+0.0435)0.5)10.251f_{6M,9M} = \left( \frac{(1 + 0.0428)^{0.75}}{(1 + 0.0435)^{0.5}} \right)^{\frac{1}{0.25}} - 1
f6M,9M=(1.03191.0215)41=4.14%f_{6M,9M} = \left( \frac{1.0319}{1.0215} \right)^{4} - 1 = 4.14\%

The market implies a 3-month SOFR rate of 4.14% starting in 6 months.


Using Forward Rates in BlueGamma

API

Excel Add-in


Common Use Cases

Use Case
Description

Floating rate forecasts

Project future interest payments on floating-rate debt

Swap pricing

Calculate expected floating leg cashflows

Budgeting

Estimate future borrowing costs for financial planning

Hedging decisions

Compare forward rates to fixed rates when considering hedges


Key Points

  • Forward rates are implied by the curve, not directly observable in the market

  • They represent the no-arbitrage rate — the rate that prevents risk-free profit

  • Forward rates can be higher or lower than spot rates depending on curve shape

  • Upward-sloping curve → Forward rates higher than spot

  • Inverted curve → Forward rates lower than spot


Last updated

Was this helpful?