Package | Description |
---|---|
net.objectlab.kit.fxcalc |
New to 1.4.0: FX Market Convention and FX Rates, including cross currency calculations.
|
Modifier and Type | Class and Description |
---|---|
class |
MajorCurrencyRankingImpl
Utility class to determine the market convention for the FX Rate for a given currency pair.
|
class |
StandardMajorCurrencyRanking
Utility class to determine the market convention for the FX Rate for a given currency pair.
|
Modifier and Type | Method and Description |
---|---|
static MajorCurrencyRanking |
StandardMajorCurrencyRanking.getDefault() |
MajorCurrencyRanking |
FxRateCalculatorBuilder.getMajorCurrencyRanking() |
Modifier and Type | Method and Description |
---|---|
static FxRate |
CrossRateCalculator.calculateCross(CurrencyPair targetPair,
FxRate fx1,
FxRate fx2,
int precision,
int precisionForInverseFxRate,
MajorCurrencyRanking ranking,
int bidRounding,
int askRounding,
CurrencyProvider currencyProvider)
Calculate the cross rate, use this only if required.
|
FxRateCalculatorBuilder |
FxRateCalculatorBuilder.majorCurrencyRanking(MajorCurrencyRanking majorCurrencyRanking)
The interface to determine which currency is major, defaults to StandardMajorCurrencyRanking.
|
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.