Class BusinessdayCalendarExcludingLONHolidays

All Implemented Interfaces:
Serializable, BusinessdayCalendar

public class BusinessdayCalendarExcludingLONHolidays extends BusinessdayCalendarExcludingGivenHolidays
A business day calendar, where every day is a business day, except for weekends and London holidays
Version:
1.0
Author:
Niklas Rodi
See Also:
  • Constructor Details

    • BusinessdayCalendarExcludingLONHolidays

      public BusinessdayCalendarExcludingLONHolidays()
      Create LONDON business day calendar.
    • BusinessdayCalendarExcludingLONHolidays

      public BusinessdayCalendarExcludingLONHolidays(BusinessdayCalendar baseCalendar)
      Create LONDON business day calendar using a given business day calendar as basis.
      Parameters:
      baseCalendar - Calendar of business days.
  • Method Details