WebCab Bonds for COM v2.01

Interest.InterestPeriodConversion Method 

Converts the interest compounded over m periods per annum to the equivalent interest rate calculated over n periods per annum.

public double InterestPeriodConversion(
   double m,
   double n,
   double interest
);

Parameters

m
The number of input interest rate compounding periods.
n
The number of output interest rate compounding periods.
interest
The interest rate expressed as the compound interest rate over m periods.

Return Value

The equivalent interest rate over n periods returned in decimal format (i.e. 1 percent = 0.01).

See Also

Interest Class | WebCab.COM.Finance.Bonds Namespace