WebCab Options and Futures for COM v3.1

Interest.DepositWithExplicitTime Method 

Calculates the return for a fixed interest bearing investment over n years.

public double DepositWithExplicitTime(
   double interest,
   double years,
   double deposit
);

Parameters

interest
The fixed interest rate paid by the investment per annum given in decimal format (i.e. 1 percent = 0.01).
years
The number of years over which the investment is held.
deposit
The amount which is invested.

Return Value

The value which the deposit has accumulated to when the investment is sold.

See Also

Interest Class | WebCab.COM.Finance.Futures Namespace