Uses of Class
com.opengamma.strata.product.swap.type.ImmutableXCcyIborIborSwapConvention
-
Packages that use ImmutableXCcyIborIborSwapConvention Package Description com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of ImmutableXCcyIborIborSwapConvention in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return ImmutableXCcyIborIborSwapConvention Modifier and Type Method Description ImmutableXCcyIborIborSwapConvention
ImmutableXCcyIborIborSwapConvention.Builder. build()
static ImmutableXCcyIborIborSwapConvention
ImmutableXCcyIborIborSwapConvention. of(String name, IborRateSwapLegConvention spreadLeg, IborRateSwapLegConvention flatLeg)
Obtains a convention based on the specified name and leg conventions.static ImmutableXCcyIborIborSwapConvention
ImmutableXCcyIborIborSwapConvention. of(String name, IborRateSwapLegConvention spreadLeg, IborRateSwapLegConvention flatLeg, DaysAdjustment spotDateOffset)
Obtains a convention based on the specified name and leg conventions.Methods in com.opengamma.strata.product.swap.type that return types with arguments of type ImmutableXCcyIborIborSwapConvention Modifier and Type Method Description Class<? extends ImmutableXCcyIborIborSwapConvention>
ImmutableXCcyIborIborSwapConvention.Meta. beanType()
-