|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Tenor in net.objectlab.kit.datecalc.common |
---|
Fields in net.objectlab.kit.datecalc.common declared as Tenor | |
---|---|
static Tenor |
StandardTenor.OVERNIGHT
|
static Tenor |
StandardTenor.SPOT
|
static Tenor |
StandardTenor.T_10Y
|
static Tenor |
StandardTenor.T_15Y
|
static Tenor |
StandardTenor.T_1D
|
static Tenor |
StandardTenor.T_1M
|
static Tenor |
StandardTenor.T_1W
|
static Tenor |
StandardTenor.T_1Y
|
static Tenor |
StandardTenor.T_20Y
|
static Tenor |
StandardTenor.T_2D
|
static Tenor |
StandardTenor.T_2M
|
static Tenor |
StandardTenor.T_2Y
|
static Tenor |
StandardTenor.T_30Y
|
static Tenor |
StandardTenor.T_3M
|
static Tenor |
StandardTenor.T_3Y
|
static Tenor |
StandardTenor.T_4Y
|
static Tenor |
StandardTenor.T_50Y
|
static Tenor |
StandardTenor.T_5Y
|
static Tenor |
StandardTenor.T_6M
|
static Tenor |
StandardTenor.T_7Y
|
static Tenor |
StandardTenor.T_9M
|
Methods in net.objectlab.kit.datecalc.common that return Tenor | |
---|---|
static Tenor |
Tenor.valueOf(java.lang.String tenor)
|
Methods in net.objectlab.kit.datecalc.common that return types with arguments of type Tenor | |
---|---|
static java.util.List<Tenor> |
StandardTenor.getAll()
|
Methods in net.objectlab.kit.datecalc.common with parameters of type Tenor | |
---|---|
DateCalculator<E> |
DateCalculator.moveByTenor(Tenor tenor)
Move the current date by a given tenor, please note that all tenors are relative to the CURRENT day (and NOT from spot). |
DateCalculator<E> |
AbstractDateCalculator.moveByTenor(Tenor tenor)
Move the current date by a given tenor, please note that all tenors are relative to the CURRENT day (and NOT from spot). |
DateCalculator<E> |
DateCalculator.moveByTenor(Tenor tenor,
int spotLag)
Move the current date by a given tenor, please note that all tenors are relative to the SPOT day which is a number of days from the current date. |
DateCalculator<E> |
AbstractDateCalculator.moveByTenor(Tenor tenor,
int spotLag)
move the current date by a given tenor, this means that if a date is either a 'weekend' or holiday, it will be skipped acording to the holiday handler and not count towards the number of days to move. |
Method parameters in net.objectlab.kit.datecalc.common with type arguments of type Tenor | |
---|---|
java.util.List<E> |
DateCalculator.calculateTenorDates(java.util.List<Tenor> tenors)
Calculate a series of Tenor codes in one go based on current day, this does NOT change the current business date. |
java.util.List<E> |
AbstractDateCalculator.calculateTenorDates(java.util.List<Tenor> tenors)
Calculate a series of Tenor codes in one go based on current day, this does NOT change the current business date. |
java.util.List<E> |
DateCalculator.calculateTenorDates(java.util.List<Tenor> tenors,
int spotLag)
Calculate a series of Tenor codes in one go based on SPOT day (calculated with the spot lag), this does NOT change the current business date. |
java.util.List<E> |
AbstractDateCalculator.calculateTenorDates(java.util.List<Tenor> tenors,
int spotLag)
Calculate a series of Tenor codes in one go based on SPOT day (calculated with the spot lag), this does NOT change the current business date. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |