| Package | Description |
|---|---|
| com.opengamma.strata.calc.runner |
The calculation runner.
|
| Modifier and Type | Method and Description |
|---|---|
static FxRateLookup |
FxRateLookup.ofMatrix()
Obtains an instance that uses an FX matrix.
|
static FxRateLookup |
FxRateLookup.ofMatrix(FxMatrixId matrixId)
Obtains an instance that uses an FX matrix.
|
static FxRateLookup |
FxRateLookup.ofRates()
Obtains the standard instance.
|
static FxRateLookup |
FxRateLookup.ofRates(Currency triangulationCurrency)
Obtains an instance that uses triangulation on the specified currency.
|
static FxRateLookup |
FxRateLookup.ofRates(Currency triangulationCurrency,
ObservableSource observableSource)
Obtains an instance that uses triangulation on the specified currency.
|
static FxRateLookup |
FxRateLookup.ofRates(ObservableSource observableSource)
Obtains the standard instance.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.