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 FxResetCalculation
FxResetCalculation.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 thefxReset
property.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.Builder
NotionalSchedule.Builder. fxReset(FxResetCalculation fxReset)
Sets the FX reset definition, optional.
-