CashFlowCalculatorgetCashFlowCount Method

Get the number of cashflows within the bounding settlement to Redemption period.

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 int getCashFlowCount()

Return Value

Int32
The number of cashflows within the supported settlement to Redemption period.

Implements

CalculatorgetCashFlowCount

Remarks

The value returned by this method may not match the value returned by the underlying CashFlowSchedule. This method will return only the number of cashflows between settlement and redemption.

See Also