GenericCashFlowSchedulegetInterest Method

Get the interest to be paid for the cashflow specified by cashFlowIndex.

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 getInterest(
	int cashFlowIndex
)

Parameters

cashFlowIndex  Int32
The cashflow index. cashFlowIndex is zero based and must be a number from 0 to getCashFlowCount() - 1.

Return Value

Double
The interest to be paid for the specified cashflow.

Implements

CashFlowSchedulegetInterest(Int32)

See Also