WebCab Bonds for COM v2.01

FixedInterestBonds.SeriesOfPayments Method 

Calculates the present value of a series of payments of one per interval payable in arrears for intervals intervals.

public double SeriesOfPayments(
   double interest,
   int intervals
);

Parameters

interest
The rate of interest per interval expressed in decimal format.
intervals
The number of intervals over which the payments are made.

See Also

FixedInterestBonds Class | WebCab.COM.Finance.Bonds Namespace