DelegatingCalculatorcalculateInterestOnInterest Method
Calculate the interest earned on reinvested interest cashflows using the
provided reinvestmentYield.
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public virtual double calculateInterestOnInterest(
double reinvestmentYield
)
Public Overridable Function calculateInterestOnInterest (
reinvestmentYield As Double
) As Double
- reinvestmentYield Double
-
The assumed yield of the reinvested interest cashflows.
Double
The interest earned on reinvested interest cashflows.
CalculatorcalculateInterestOnInterest(Double)