| Package | Description |
|---|---|
| com.opengamma.strata.pricer.fx |
Calculators for FX instruments, such as FX forward and FX swap.
|
| com.opengamma.strata.pricer.rate |
Calculators for rates instruments, such as Forward Rate Agreement (FRA) and interest rate swap.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiscountFxForwardRates
Provides access to discount factors for currencies.
|
| Modifier and Type | Method and Description |
|---|---|
FxForwardRates |
FxIndexRates.getFxForwardRates()
Gets the underlying FX forward rates.
|
FxForwardRates |
ForwardFxIndexRates.getFxForwardRates()
Gets the underlying FX forward rates.
|
FxForwardRates |
FxForwardRates.withParameter(int parameterIndex,
double newValue) |
FxForwardRates |
FxForwardRates.withPerturbation(ParameterPerturbation perturbation) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<FxForwardRates> |
ForwardFxIndexRates.Meta.fxForwardRates()
The meta-property for the
fxForwardRates property. |
| Modifier and Type | Method and Description |
|---|---|
static ForwardFxIndexRates |
ForwardFxIndexRates.of(FxIndex index,
FxForwardRates fxForwardRates)
Obtains an instance based on discount factors with no historic fixings.
|
static ForwardFxIndexRates |
ForwardFxIndexRates.of(FxIndex index,
FxForwardRates fxForwardRates,
LocalDateDoubleTimeSeries fixings)
Obtains an instance based on discount factors and historic fixings.
|
ForwardFxIndexRates |
ForwardFxIndexRates.withFxForwardRates(FxForwardRates fxForwardRates)
Returns a new instance with different FX forward rates.
|
| Modifier and Type | Method and Description |
|---|---|
FxForwardRates |
RatesProvider.fxForwardRates(CurrencyPair currencyPair)
Gets the forward FX rates for a currency pair.
|
FxForwardRates |
ImmutableRatesProvider.fxForwardRates(CurrencyPair currencyPair) |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.