InterestRateSchedulegetDate(Int32, FISADate) Method

Get the conversionDate 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#
void getDate(
	int index,
	FISADate date
)

Parameters

index  Int32
the interest rate index
date  FISADate
A FISADate object that will be populated with the conversionDate for the specified index

See Also