Uses of Class
com.opengamma.strata.product.swap.type.OvernightRateSwapLegConvention
-
Packages that use OvernightRateSwapLegConvention Package Description com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of OvernightRateSwapLegConvention in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return OvernightRateSwapLegConvention Modifier and Type Method Description OvernightRateSwapLegConventionOvernightRateSwapLegConvention.Builder. build()OvernightRateSwapLegConventionFixedOvernightSwapConvention. getFloatingLeg()Gets the market convention of the floating leg.OvernightRateSwapLegConventionImmutableFixedOvernightSwapConvention. getFloatingLeg()Gets the market convention of the floating leg.OvernightRateSwapLegConventionImmutableOvernightIborSwapConvention. getOvernightLeg()Gets the market convention of the floating leg.OvernightRateSwapLegConventionOvernightIborSwapConvention. getOvernightLeg()Gets the market convention of the overnight leg.static OvernightRateSwapLegConventionOvernightRateSwapLegConvention. of(OvernightIndex index, Frequency frequency, int paymentOffsetDays)Obtains a convention based on the specified index, using the 'Compounded' accrual method.static OvernightRateSwapLegConventionOvernightRateSwapLegConvention. of(OvernightIndex index, Frequency frequency, int paymentOffsetDays, OvernightAccrualMethod accrualMethod)Creates a convention based on the specified index, specifying the accrual method.Methods in com.opengamma.strata.product.swap.type that return types with arguments of type OvernightRateSwapLegConvention Modifier and Type Method Description Class<? extends OvernightRateSwapLegConvention>OvernightRateSwapLegConvention.Meta. beanType()org.joda.beans.MetaProperty<OvernightRateSwapLegConvention>ImmutableFixedOvernightSwapConvention.Meta. floatingLeg()The meta-property for thefloatingLegproperty.org.joda.beans.MetaProperty<OvernightRateSwapLegConvention>ImmutableOvernightIborSwapConvention.Meta. overnightLeg()The meta-property for theovernightLegproperty.Methods in com.opengamma.strata.product.swap.type with parameters of type OvernightRateSwapLegConvention Modifier and Type Method Description ImmutableFixedOvernightSwapConvention.BuilderImmutableFixedOvernightSwapConvention.Builder. floatingLeg(OvernightRateSwapLegConvention floatingLeg)Sets the market convention of the floating leg.static ImmutableFixedOvernightSwapConventionImmutableFixedOvernightSwapConvention. of(String name, FixedRateSwapLegConvention fixedLeg, OvernightRateSwapLegConvention floatingLeg, DaysAdjustment spotDateOffset)Obtains a convention based on the specified name and leg conventions.static ImmutableOvernightIborSwapConventionImmutableOvernightIborSwapConvention. of(String name, OvernightRateSwapLegConvention overnightLeg, IborRateSwapLegConvention iborLeg)Obtains a convention based on the specified name and leg conventions.static ImmutableOvernightIborSwapConventionImmutableOvernightIborSwapConvention. of(String name, OvernightRateSwapLegConvention overnightLeg, IborRateSwapLegConvention iborLeg, DaysAdjustment spotDateOffset)Obtains a convention based on the specified name and leg conventions.ImmutableOvernightIborSwapConvention.BuilderImmutableOvernightIborSwapConvention.Builder. overnightLeg(OvernightRateSwapLegConvention overnightLeg)Sets the market convention of the floating leg.
-