WebCab Options and Futures Web Services for .NET v3.1

Interest.InterestContinuousToCompound Method 

Converts the interest expressed in terms of continuously compounded per annum to the interest expressed as the equivalent interest rate with compounding periods times per annum.

public double InterestContinuousToCompound(
   double interest,
   double periods
);

Parameters

interest
The continuously compounded interest rate.
periods
The number of periods per annum which the compound interest is expressed over.

Return Value

The discretely compounded interest returned in decimal format (i.e. 1 percent = 0.01).

See Also

Interest Class | Futures Namespace