java.lang.Object
net.finmath.time.businessdaycalendar.AbstractBusinessdayCalendar
net.finmath.time.businessdaycalendar.BusinessdayCalendarAny
- All Implemented Interfaces:
Serializable,BusinessdayCalendar
A business day calendar, where every day is a business day.
- Version:
- 1.0
- Author:
- Christian Fries
- See Also:
- Serialized Form
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.finmath.time.businessdaycalendar.BusinessdayCalendar
BusinessdayCalendar.DateOffsetUnit, BusinessdayCalendar.DateRollConvention -
Constructor Summary
ConstructorsConstructorDescriptionCreate a business day calendar, where every day is a business day. -
Method Summary
Modifier and TypeMethodDescriptionbooleanisBusinessday(LocalDate date)Test if a given date is a businessday.toString()Methods inherited from class net.finmath.time.businessdaycalendar.AbstractBusinessdayCalendar
convertOffsetCodesToTimes, createDateFromDateAndOffsetCodes, getAdjustedDate, getAdjustedDate, getDateFromDateAndOffsetCode, getRolledDate
-
Constructor Details
-
BusinessdayCalendarAny
public BusinessdayCalendarAny()Create a business day calendar, where every day is a business day.
-
-
Method Details
-
isBusinessday
Description copied from interface:BusinessdayCalendarTest if a given date is a businessday.- Parameters:
date- The given date.- Returns:
- True, if the given date is a businessday, otherwise false.
-
toString
- Overrides:
toStringin classAbstractBusinessdayCalendar
-