WebCab Bonds for COM v2.01

ForwardRates.ForwardRateWithExplicitTime Method 

Calculates the forward rate for a period of time between the `firstMaturity' and the `secondMaturity' when the continuously compounded zero rates for the `firstMaturity' and `secondMaturity' are known.

public double ForwardRateWithExplicitTime(
   double firstZeroRate,
   double secondZeroRate,
   double firstMaturity,
   double secondMaturity
);

Parameters

firstZeroRate
The first of the two zero rates.
secondZeroRate
The second of the zero rates.
firstMaturity
The number of years expressed in decimal format of the maturity of the `firstZeroRate'.
secondMaturity
The number of years expressed in decimal format of the maturity of the `secondZeroRate'.

See Also

ForwardRates Class | WebCab.COM.Finance.Bonds Namespace