Uses of Class
com.opengamma.strata.pricer.fx.ForwardFxIndexRates
-
Packages that use ForwardFxIndexRates Package Description com.opengamma.strata.pricer.fx Calculators for FX instruments, such as FX forward and FX swap. -
-
Uses of ForwardFxIndexRates in com.opengamma.strata.pricer.fx
Methods in com.opengamma.strata.pricer.fx that return ForwardFxIndexRates Modifier and Type Method Description static ForwardFxIndexRatesForwardFxIndexRates. of(FxIndex index, FxForwardRates fxForwardRates)Obtains an instance based on discount factors with no historic fixings.static ForwardFxIndexRatesForwardFxIndexRates. of(FxIndex index, FxForwardRates fxForwardRates, LocalDateDoubleTimeSeries fixings)Obtains an instance based on discount factors and historic fixings.ForwardFxIndexRatesForwardFxIndexRates. withFxForwardRates(FxForwardRates fxForwardRates)Returns a new instance with different FX forward rates.ForwardFxIndexRatesForwardFxIndexRates. withParameter(int parameterIndex, double newValue)ForwardFxIndexRatesForwardFxIndexRates. withPerturbation(ParameterPerturbation perturbation)Methods in com.opengamma.strata.pricer.fx that return types with arguments of type ForwardFxIndexRates Modifier and Type Method Description Class<? extends ForwardFxIndexRates>ForwardFxIndexRates.Meta. beanType()org.joda.beans.BeanBuilder<? extends ForwardFxIndexRates>ForwardFxIndexRates.Meta. builder()
-