Uses of Interface
com.opengamma.strata.pricer.fx.FxIndexRates
-
Packages that use FxIndexRates 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. -
-
Uses of FxIndexRates in com.opengamma.strata.pricer.fx
Classes in com.opengamma.strata.pricer.fx that implement FxIndexRates Modifier and Type Class Description class
ForwardFxIndexRates
Provides access to rates for an FX index.Methods in com.opengamma.strata.pricer.fx that return FxIndexRates Modifier and Type Method Description FxIndexRates
FxIndexRates. withParameter(int parameterIndex, double newValue)
FxIndexRates
FxIndexRates. withPerturbation(ParameterPerturbation perturbation)
-
Uses of FxIndexRates in com.opengamma.strata.pricer.rate
Methods in com.opengamma.strata.pricer.rate that return FxIndexRates Modifier and Type Method Description FxIndexRates
ImmutableRatesProvider. fxIndexRates(FxIndex index)
FxIndexRates
RatesProvider. fxIndexRates(FxIndex index)
Gets the rates for an FX index.
-