AdjustedCashFlowSchedule(CashFlowSchedule, HolidaySchedule) Constructor

Creates an instance of AdjustedCashFlowSchedule. The cashflow dates from the provided CashFlowSchedule are adjusted to fall on a business date. If HolidaySchedule is null, then only weekends are considered non-business days.

Definition

Namespace: com.ftlabs.fisa.calc
Assembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
C#
public AdjustedCashFlowSchedule(
	CashFlowSchedule cashFlowSchedule,
	HolidaySchedule holidaySchedule
)

Parameters

cashFlowSchedule  CashFlowSchedule
A CashFlowSchedule to be used to create a CashFlowSchedule with CashFlows adjusted for Holidays and Weekends.
holidaySchedule  HolidaySchedule
A HolidaySchedule. If one is not provided, then only weekends are considered as non-business days.

See Also