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.
|
net.objectlab.kit.datecalc.common.ccy |
This package implements the abstract CurrencyDateCalculator interfaces; it is not released alone but included in the datecalc-jdk, datecalc-jdk8 or datecalc-joda JARs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HolidayCalendar<E>
A Holiday Calendar not only defines a set of holiday dates but an early and
late boundary for these dates, e.g.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHolidayCalendar<E extends Serializable> |
class |
ImmutableHolidayCalendar<E>
This is an immutable holiday calendar, once given to a DateCalculator, a HolidayCalendar cannot be
modified, it will throw
UnsupportedOperationException . |
Modifier and Type | Method and Description |
---|---|
ReadOnlyHolidayCalendar<E> |
CurrencyDateCalculator.getCcy1Calendar() |
ReadOnlyHolidayCalendar<E> |
CurrencyDateCalculator.getCcy2Calendar() |
ReadOnlyHolidayCalendar<E> |
CurrencyDateCalculator.getCrossCcyCalendar()
If enabled show the CrossCcy calendar that may be used on Spot or Tenor dates (in some cases, it is required that GBP/EUR AND USD [the
crossCcy] have all a working day in common for the Spot/Tenor date).
|
Modifier and Type | Method and Description |
---|---|
ReadOnlyHolidayCalendar<E> |
AbstractCurrencyDateCalculator.getCcy1Calendar() |
ReadOnlyHolidayCalendar<E> |
AbstractCurrencyDateCalculator.getCcy2Calendar() |
ReadOnlyHolidayCalendar<E> |
AbstractCurrencyDateCalculator.getCrossCcyCalendar() |
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.