Package | Description |
---|---|
net.objectlab.kit.datecalc.common |
This package provides functionalities that are used by both JDK and Joda implementation,
it is not released alone but included in the datecalc-jdk, datecalc-jdk8 or datecalc-joda JARs.
|
Modifier and Type | Method and Description |
---|---|
HolidayHandler<E> |
AbstractDateCalculator.getHolidayHandler() |
HolidayHandler<E> |
KitCalculatorsFactory.getHolidayHandler(String holidayHandlerType)
Create a new holiday handler of given type
|
HolidayHandler<E> |
CurrencyDateCalculatorBuilder.getTenorHolidayHandler() |
Modifier and Type | Method and Description |
---|---|
protected abstract DateCalculator<E> |
AbstractDateCalculator.createNewCalculator(String calcName,
E theStartDate,
HolidayCalendar<E> holidays,
HolidayHandler<E> handler) |
DateCalculator<E> |
AbstractDateCalculator.setHolidayHandler(HolidayHandler<E> holidayHandler) |
CurrencyDateCalculatorBuilder<E> |
CurrencyDateCalculatorBuilder.tenorHolidayHandler(HolidayHandler<E> holidayHandler)
Provides the holiday handler for the Tenor Date, note that Spot is ALWAYS using Forward.
|
Constructor and Description |
---|
AbstractDateCalculator(String name,
HolidayCalendar<E> holidayCalendar,
HolidayHandler<E> holidayHandler) |
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.