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