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 |
---|---|
CurrencyCalculatorConfig |
KitCalculatorsFactory.getCurrencyCalculatorConfig() |
CurrencyCalculatorConfig |
CurrencyDateCalculatorBuilder.getCurrencyCalculatorConfig() |
CurrencyCalculatorConfig |
AbstractKitCalculatorsFactory.getCurrencyCalculatorConfig()
Provides the registered instance of currencyCalculatorConfig or use DefaultCurrencyCalculatorConfig if none registered.
|
Modifier and Type | Method and Description |
---|---|
CurrencyDateCalculatorBuilder<E> |
CurrencyDateCalculatorBuilder.currencyCalculatorConfig(CurrencyCalculatorConfig currencyCalculatorConfig)
Provides information about currencies subject to USD on T+1 and WorkingWeeks if not specified individually.
|
void |
KitCalculatorsFactory.setCurrencyCalculatorConfig(CurrencyCalculatorConfig config)
Use this method register a specific currency config, if not provided then the DefaultCurrencyCalculatorConfig will be given.
|
void |
AbstractKitCalculatorsFactory.setCurrencyCalculatorConfig(CurrencyCalculatorConfig config)
Use this method register a specific currency config, if not provided then the DefaultCurrencyCalculatorConfig will be given.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCurrencyCalculatorConfig
Default for:
currencies subject to USD Holidays for T+1: MXN, CLP, ARS (Mexican Peso, Chile Pese and Argentina Peso).
Arabic currencies Sun-Thu: AED, BHD, EGP, KWD, OMR, QAR.
Arabic currencies Mon-Thu: SAR, JOD.
|
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.