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 | Method and Description |
---|---|
SpotLag |
CurrencyDateCalculatorBuilder.getSpotLag() |
SpotLag |
CurrencyDateCalculator.getSpotLag() |
static SpotLag |
SpotLag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpotLag[] |
SpotLag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CurrencyDateCalculatorBuilder<E> |
CurrencyDateCalculatorBuilder.currencyPair(String ccy1,
String ccy2,
SpotLag spotLag)
This specialises the calculator to the given currency pair and the SpotLag (0, 1, 2).
|
CurrencyDateCalculator<E> |
KitCalculatorsFactory.getDefaultCurrencyDateCalculator(String ccy1,
String ccy2,
SpotLag spotLag)
Create a new IMMUTABLE CurrencyDateCalculator specialised for 2 currencies, including WorkingWeek, calendars
registered and CurrencyCalculatorConfig.
|
CurrencyDateCalculatorBuilder<E> |
KitCalculatorsFactory.getDefaultCurrencyDateCalculatorBuilder(String ccy1,
String ccy2,
SpotLag spotLag)
Create a new CurrencyDateCalculatorBuilder specialised for 2 currencies, including WorkingWeek, calendars registered and CurrencyCalculatorConfig.
|
Modifier and Type | Method and Description |
---|---|
SpotLag |
AbstractCurrencyDateCalculator.getSpotLag() |
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.