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 classForwardFxIndexRatesProvides access to rates for an FX index.Methods in com.opengamma.strata.pricer.fx that return FxIndexRates Modifier and Type Method Description FxIndexRatesFxIndexRates. withParameter(int parameterIndex, double newValue)FxIndexRatesFxIndexRates. 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 FxIndexRatesImmutableRatesProvider. fxIndexRates(FxIndex index)FxIndexRatesRatesProvider. fxIndexRates(FxIndex index)Gets the rates for an FX index.
-