QuoteAnalyticsgetInterestOnInterest(Double) Method

Get the Interest on Interest to the Redemption that produces the lowest yield using the provided reinvestment yield.

Definition

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

Parameters

reinvestmentYield  Double
 

Return Value

Double
Interest On Interest calculated to the YTW Redemption.

Implements

AnalyticsgetInterestOnInterest(Double)

See Also