CalculatorcalculateInterestOnInterest Method

Calculate the interest earned on reinvested interest cashflows using the provided reinvestmentYield.

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
double calculateInterestOnInterest(
	double reinvestmentYield
)

Parameters

reinvestmentYield  Double
The assumed yield of the reinvested interest cashflows.

Return Value

Double
The interest earned on reinvested interest cashflows.

See Also