InterestRateSchedulegetInterestRate(FISADate) Method

Get the interest rate that would be applicable for the given date.

Definition

Namespace: com.ftlabs.fisa
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
double getInterestRate(
	FISADate date
)

Parameters

date  FISADate
a date

Return Value

Double
the interest rate that is applicable for the given date.

See Also