Class BusinessdayCalendarExcludingTARGETHolidays

    • Constructor Detail

      • BusinessdayCalendarExcludingTARGETHolidays

        public BusinessdayCalendarExcludingTARGETHolidays()
        Create TARGET business day calendar.
      • BusinessdayCalendarExcludingTARGETHolidays

        public BusinessdayCalendarExcludingTARGETHolidays​(BusinessdayCalendar baseCalendar)
        Create TARGET business day calendar using a given business day calendar as basis.
        Parameters:
        baseCalendar - Calendar of business days.
    • Method Detail

      • isBusinessday

        public boolean isBusinessday​(LocalDate date)
        Description copied from interface: BusinessdayCalendar
        Test if a given date is a businessday.
        Parameters:
        date - The given date.
        Returns:
        True, if the given date is a businessday, otherwise false.
      • isEasterSunday

        public static boolean isEasterSunday​(LocalDate date)
        Test a given date for being easter sunday. The method uses the algorithms sometimes cited as Meeus,Jones, Butcher Gregorian algorithm. Taken from http://en.wikipedia.org/wiki/Computus
        Parameters:
        date - The date to check.
        Returns:
        True, if date is easter sunday.