QuoteAnalyticsgetInterestOnInterest(Double) Method
Get the Interest on Interest to the Redemption that produces the
lowest yield using the provided reinvestment yield.
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public virtual double getInterestOnInterest(
	double reinvestmentYield
)
Public Overridable Function getInterestOnInterest ( 
	reinvestmentYield As Double
) As Double
- reinvestmentYield  Double
 -  
 
Double
Interest On Interest calculated to the YTW Redemption.
AnalyticsgetInterestOnInterest(Double)