CashFlowCalculatorgetCashFlowDate(Int32, FISADate) Method

Set the provided FISADate to the cash flow date of a particular cashflow, as specified by the provided 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 override void getCashFlowDate(
	int cashFlowIndex,
	FISADate date
)

Parameters

cashFlowIndex  Int32
The cashflow index. cashFlowIndex is zero based and must be a number from 0 to getCashFlowCount() - 1.
date  FISADate
A reference to a FISADate to be set to the specified cash flow date.

Implements

CalculatorgetCashFlowDate(Int32, FISADate)

Remarks

A cashFlowIndex of 0 will access the first cashflow after the settlement date and not necessarily the first cashflow in the underlying CashFlowSchedule.

See Also