GenericCashFlowScheduleremoveCashFlow(FISADate) Method

Remove cashflow for the provided date from this schedule.

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 removeCashFlow(
	FISADate cashFlowDate
)

Parameters

cashFlowDate  FISADate
The date of the cashflow to be removed.

See Also