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 |
JdkCurrencyProvider |
Modifier and Type | Method and Description |
---|---|
CurrencyProvider |
FxRateCalculatorBuilder.getCurrencyProvider() |
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.currencyProvider(CurrencyProvider currencyProvider)
The interface to determine Currency details.
|
Constructor and Description |
---|
FxRateImpl(CurrencyPair currencyPair,
String crossCcy,
boolean marketConvention,
BigDecimal bid,
BigDecimal ask,
CurrencyProvider currencyProvider) |
Copyright © 2006–2022 Appendium - Portfolio Financing Platform. All rights reserved.