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.
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public AdjustedCashFlowSchedule(
	CashFlowSchedule cashFlowSchedule,
	HolidaySchedule holidaySchedule
)
Public Sub New ( 
	cashFlowSchedule As CashFlowSchedule,
	holidaySchedule As 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.