Interface IBusinessDayConvention

    • Method Detail

      • businessDay

        LocalDate businessDay​(LocalDate date,
                              IBusinessDayCalendar calendar)
        Rolls the input date to the appropriate business day.
        Parameters:
        date - The initial date (not necessarily a business day).
        calendar - Calendar to identify business days
        Returns:
        The business day.