AdjustedCashFlowSchedulegetCashFlowDate(Int32, FISADate) Method

Set the provided FISADate to be the date on which the cash flow, as specified by cashFlowIndex, will be paid. This date is adjusted from the original cashflow date to fall on a business date.

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 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
 

Return Value

The business date adjusted cash flow date for the provided cash flow index.

Implements

CashFlowSchedulegetCashFlowDate(Int32, FISADate)

See Also