Uses of Class
net.finmath.time.businessdaycalendar.AbstractBusinessdayCalendar
Packages that use AbstractBusinessdayCalendar
Package
Description
Provides interface separating implementation from specification (of models and products)
Provides business day calendars, e.g., as used in date roll conventions.
-
Uses of AbstractBusinessdayCalendar in net.finmath.modelling.descriptor
Constructors in net.finmath.modelling.descriptor with parameters of type AbstractBusinessdayCalendarModifierConstructorDescriptionScheduleDescriptor(LocalDate startDate, LocalDate maturityDate, ScheduleGenerator.Frequency frequency, ScheduleGenerator.DaycountConvention daycountConvention, ScheduleGenerator.ShortPeriodConvention shortPeriodConvention, BusinessdayCalendar.DateRollConvention dateRollConvention, AbstractBusinessdayCalendar abstractBusinessdayCalendar, int fixingOffsetDays, int paymentOffsetDays)
Construct a schedule descriptor via a set of parameters for a factory. -
Uses of AbstractBusinessdayCalendar in net.finmath.time.businessdaycalendar
Subclasses of AbstractBusinessdayCalendar in net.finmath.time.businessdaycalendarModifier and TypeClassDescriptionclass
A business day calendar, where every day is a business day.class
An abstract base class for a business day calendar, where every day is a business day, except weekends days provided by aSet
provided by the methodgetHolidays
.class
A class for a business day calendar, where every day is a business day, except weekends days provided by aSet
.class
A business day calendar, where every day is a business day, except for weekends and London holidaysclass
A business day calendar, where every day is a business day, except for weekends and New York holidaysclass
A business day calendar, where every day is a business day, expect the TARGET holidays.class
A business day calendar, where every day is a business day, expect SATURDAY and SUNDAY.