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 |
---|---|
static IMMPeriod |
IMMPeriod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IMMPeriod[] |
IMMPeriod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<E> |
IMMDateCalculator.getIMMDates(E start,
E end,
IMMPeriod period)
Returns a list of IMM dates between 2 dates, it will exclude the start
date if it is an IMM date but would include the end date if it is an IMM.
|
protected abstract E |
AbstractIMMDateCalculator.getNextIMMDate(boolean requestNextIMM,
E theStartDate,
IMMPeriod period) |
E |
AbstractIMMDateCalculator.getNextIMMDate(E startDate,
IMMPeriod period) |
E |
IMMDateCalculator.getNextIMMDate(E startDate,
IMMPeriod period)
Given a start date, it will return the next IMM Date based on the
IMMPeriod, even if the start date is an IMM date.
|
E |
AbstractIMMDateCalculator.getPreviousIMMDate(E startDate,
IMMPeriod period) |
E |
IMMDateCalculator.getPreviousIMMDate(E startDate,
IMMPeriod period)
Given a start date, it will return the previous IMM Date based on the
IMMPeriod, even if the start date is an IMM date.
|
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.