InterestRateSchedulegetInterestRate(Int32) Method

Get the interest reate for the specified index.

Definition

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

Parameters

index  Int32
the interest rate index

Return Value

Double
the interest rate for the specified index.

See Also