Fixed Income Forward Valuation

Fixed income forward valuation is used to price and value forwards on fixed income securities. Pricing of fixed income forwards is typically based on the condition that arbitrage is not possible.

On this page, we show that pricing a fixed income forward is remarkably similar to pricing a dividend paying stock. Once the price is set, the value of the forward contract will fluctuate. Thus, we should also be able to value the contract over time. For that purpose, we also discuss the formula to value a fixed income forward. Finally, we implement the above formulas such that all the methods become clear. The file used to implement the model is available at the bottom of the page.

Fixed income forward pricing

Let’s start by discussing the formula to price a fixed income forward. The formula is

    $$ FP(\textrm{on a fixed income security}) = (S_0 - PVC)\cdot (1+R_f)^T$$

or

    $$ = (S_0)\cdot (1+R_f)^T - FVC$$

where S0 is the current price of the bond, PVC (FVC) is the present value (future value) of the coupon payments over the life of the forward, Rf is the risk-free rate and T is the life of the forward contract.

Fixed income forward valuation formula

Next, let’s value the contract prior to expiration

    $$ V_t(long) = [S_t - PVC_t] - [\frac{FP}{(1+R_f)^{(T-t)}}]$$

where PVCt is the present value of the remaining coupon payments. We can also use different formula if we are given the current forward price on a fixed income forward on the same underlying bond and with the same remaining maturity.

    $$ V_t(long) = [\frac{FP_t - FP}{(1+R_f)^{(t)}}]$$

Fixed income forward valuation example

Next, let’s apply the above formulas using a simple numerical example. The table below calculates both the price and the value of the same fixed income forward contract. 

Fixed-Income-Forward-Valuation

The spreadsheet used to create the example is available for download below.

Summary

We discussed how to price and value fixed income forwards. The formulas are identical to the formulas used to value a dividend-paying stock.

The above topic is related to the following set of topics: