WebCab Bonds Web Services for .NET v2.01

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.

Remarks

@excepFunction deposit

See Also

Interest Class | BasicBonds Namespace