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