Uses of Class
com.opengamma.strata.product.fx.type.ImmutableFxSwapConvention
-
Packages that use ImmutableFxSwapConvention Package Description com.opengamma.strata.product.fx.type Conventions and templates to aid the construction of foreign exchange products. -
-
Uses of ImmutableFxSwapConvention in com.opengamma.strata.product.fx.type
Methods in com.opengamma.strata.product.fx.type that return ImmutableFxSwapConvention Modifier and Type Method Description ImmutableFxSwapConvention
ImmutableFxSwapConvention.Builder. build()
static ImmutableFxSwapConvention
ImmutableFxSwapConvention. of(CurrencyPair currencyPair, DaysAdjustment spotDateOffset)
Obtains a convention based on the specified currency pair and spot date offset.static ImmutableFxSwapConvention
ImmutableFxSwapConvention. of(CurrencyPair currencyPair, DaysAdjustment spotDateOffset, BusinessDayAdjustment businessDayAdjustment)
Obtains a convention based on the specified currency pair, spot date offset and adjustment.Methods in com.opengamma.strata.product.fx.type that return types with arguments of type ImmutableFxSwapConvention Modifier and Type Method Description Class<? extends ImmutableFxSwapConvention>
ImmutableFxSwapConvention.Meta. beanType()
-