CalculatorgetPeriodicTimeToFlow Method

Get the periodic time to flow as calculated with an actual day count method for a particular cashflow, as specified by cashFlowIndex. This value is generally used in actual convexity and duration methods.

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
double getPeriodicTimeToFlow(
	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 periodic time to flow as calculated with an actual day count method for the specified cashflow.

See Also