WebCab Bonds Web Services for .NET v2.01

Interest.DepositContinuouslyCompounded Method 

Calculates the returns from a fixed interest bearing investment which is continuously compounded.

public double DepositContinuouslyCompounded(
   double interest,
   DateTime purchaseDate,
   DateTime saleDate,
   double deposit,
   string businessCalendarName
);

Parameters

interest
The fixed interest rate of the investment given in decimal format (i.e. 1 percent = 0.01).
purchaseDate
The date when the fixed interest investment was purchased.
saleDate
The date when the fixed interest investment was sold.
deposit
The amount which is invested.
businessCalendarName
The name of one of the implemented business calendars, "London" by default.

Return Value

The value to which the fixed interest investment has accumulated to after years years.

See Also

Interest Class | BasicBonds Namespace