Uses of Class
com.opengamma.strata.product.swap.type.ImmutableFixedIborSwapConvention
-
Packages that use ImmutableFixedIborSwapConvention Package Description com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of ImmutableFixedIborSwapConvention in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return ImmutableFixedIborSwapConvention Modifier and Type Method Description ImmutableFixedIborSwapConvention
ImmutableFixedIborSwapConvention.Builder. build()
static ImmutableFixedIborSwapConvention
ImmutableFixedIborSwapConvention. of(String name, FixedRateSwapLegConvention fixedLeg, IborRateSwapLegConvention floatingLeg)
Obtains a convention based on the specified name and leg conventions.static ImmutableFixedIborSwapConvention
ImmutableFixedIborSwapConvention. of(String name, FixedRateSwapLegConvention fixedLeg, IborRateSwapLegConvention floatingLeg, 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 ImmutableFixedIborSwapConvention Modifier and Type Method Description Class<? extends ImmutableFixedIborSwapConvention>
ImmutableFixedIborSwapConvention.Meta. beanType()
-