WebCab Options and Futures for COM v3.1

Interest.DepositCompoundedWithExplicitTime Method 

Calculates the return for a fixed interest bearing investment which is compounded n times a year over m years.

public double DepositCompoundedWithExplicitTime(
   double interest,
   double periods,
   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).
periods
The number of times per annum which the interest is compounded over (i.e. n).
years
The number of years over which the investment in held (i.e. m).
deposit
The amount which is invested.

Return Value

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

See Also

Interest Class | WebCab.COM.Finance.Futures Namespace