AdjustedCashFlowSchedule(CashFlowSchedule) | Creates an instance of AdjustedCashFlowSchedule. The cashflow dates from the provided CashFlowSchedule are adjusted to fall on a business date. This constructor only considers weekend days as non-business days. |
AdjustedCashFlowSchedule(CashFlowSchedule, HolidaySchedule) | 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. |