Uses of Class
com.opengamma.strata.product.swap.FxResetCalculation
-
Packages that use FxResetCalculation Package Description com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of FxResetCalculation in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return FxResetCalculation Modifier and Type Method Description FxResetCalculationFxResetCalculation.Builder. build()Methods in com.opengamma.strata.product.swap that return types with arguments of type FxResetCalculation Modifier and Type Method Description Class<? extends FxResetCalculation>FxResetCalculation.Meta. beanType()org.joda.beans.MetaProperty<FxResetCalculation>NotionalSchedule.Meta. fxReset()The meta-property for thefxResetproperty.Optional<FxResetCalculation>NotionalSchedule. getFxReset()Gets the FX reset definition, optional.Methods in com.opengamma.strata.product.swap with parameters of type FxResetCalculation Modifier and Type Method Description NotionalSchedule.BuilderNotionalSchedule.Builder. fxReset(FxResetCalculation fxReset)Sets the FX reset definition, optional.
-