WebCab Bonds for COM v2.01

ForwardRates.ForwardRateAgreementWithExplicitTime Method 

Calculates the value of the forward rate agreement (FRA) for a holder which pays an interest rate `agreedRate' within the period between `firstMaturity' and `secondMaturity' on a principle sum `principle'.

public double ForwardRateAgreementWithExplicitTime(
   double principleSum,
   double agreedRate,
   double firstMaturity,
   double secondMaturity,
   double forwardRate,
   double zeroRate
);

Parameters

principleSum
The principle sum which changes hands in the FRA.
agreedRate
The rate of interest payment (in decimal format, i.e. 1 percent = 0.01) agreed within the period `firstMaturity' and `secondMaturity'. Note that this interest rate is expressed with respect to the compounding period `(firstMaturity - secondMaturity)'.
firstMaturity
The time in years (in decimal format) at which the FRA begins.
secondMaturity
The time in years (in decimal format) at which the FRA expires.
forwardRate
The forward rate for the period between `firstMaturity' and `secondMaturity'. Note that this interest rate is expressed with respect to the compounding period `(firstMaturity - secondMaturity)'.
zeroRate
The continuously compounded zero-coupon interest rate for the maturity `secondMaturity'.

Remarks

Remarks

See Also

ForwardRates Class | WebCab.COM.Finance.Bonds Namespace