DelegatingCalculatorgetPeriodicTimeToFlow 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.
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public virtual double getPeriodicTimeToFlow(
int cashFlowIndex
)
Public Overridable Function getPeriodicTimeToFlow (
cashFlowIndex As Integer
) As Double
- cashFlowIndex Int32
-
The cashflow index. cashFlowIndex is zero based and must be a number
from 0 to getCashFlowCount() - 1.
Double
The periodic time to flow as calculated with an actual day count
method for the specified cashflow.
CalculatorgetPeriodicTimeToFlow(Int32)