Business Calendar
A business calendar performs date calculations that take into account national holidays and weekends. This is a typical feature of financial contracts, in which a business may not want a payment event to fall on a day when no staff are around to handle problems.
Functions
Link copied to clipboard
open fun applyRollConvention(testDate: LocalDate, dateRollConvention: DateRollConvention): LocalDate
Link copied to clipboard
Link copied to clipboard
Returns a date which is the inbound date plus/minus a given number of business days. TODO: Make more efficient if necessary
Link copied to clipboard