Uses of Class
com.opengamma.strata.product.swap.FxReset
-
Packages that use FxReset Package Description com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of FxReset in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return FxReset Modifier and Type Method Description static FxReset
FxReset. of(FxIndexObservation observation, Currency referenceCurrency)
Obtains an instance from the observation and reference currency.Methods in com.opengamma.strata.product.swap that return types with arguments of type FxReset Modifier and Type Method Description Class<? extends FxReset>
FxReset.Meta. beanType()
org.joda.beans.BeanBuilder<? extends FxReset>
FxReset.Meta. builder()
org.joda.beans.MetaProperty<FxReset>
RatePaymentPeriod.Meta. fxReset()
The meta-property for thefxReset
property.Optional<FxReset>
RatePaymentPeriod. getFxReset()
Gets the FX reset definition, optional.BiFunction<Integer,SchedulePeriod,Optional<FxReset>>
FxResetCalculation. resolve(ReferenceData refData)
Resolves this adjustment using the specified reference data.Methods in com.opengamma.strata.product.swap with parameters of type FxReset Modifier and Type Method Description RatePaymentPeriod.Builder
RatePaymentPeriod.Builder. fxReset(FxReset fxReset)
Sets the FX reset definition, optional.
-