| Package | Description |
|---|---|
| com.opengamma.strata.data |
Basic types to model market data.
|
| Modifier and Type | Method and Description |
|---|---|
static FxRateId |
FxRateId.of(Currency base,
Currency counter)
Obtains an instance representing the FX rate for a currency pair.
|
static FxRateId |
FxRateId.of(Currency base,
Currency counter,
ObservableSource observableSource)
Obtains an instance representing the FX rate for a currency pair, specifying the source.
|
static FxRateId |
FxRateId.of(CurrencyPair currencyPair)
Obtains an instance representing the FX rate for a currency pair.
|
static FxRateId |
FxRateId.of(CurrencyPair currencyPair,
ObservableSource observableSource)
Obtains an instance representing the FX rate for a currency pair, specifying the source.
|
| Modifier and Type | Method and Description |
|---|---|
static org.joda.beans.TypedMetaBean<FxRateId> |
FxRateId.meta()
The meta-bean for
FxRateId. |
org.joda.beans.TypedMetaBean<FxRateId> |
FxRateId.metaBean() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.