Uses of Class
com.opengamma.strata.product.swap.type.InflationRateSwapLegConvention
-
Packages that use InflationRateSwapLegConvention Package Description com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of InflationRateSwapLegConvention in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return InflationRateSwapLegConvention Modifier and Type Method Description InflationRateSwapLegConventionInflationRateSwapLegConvention.Builder. build()InflationRateSwapLegConventionFixedInflationSwapConvention. getFloatingLeg()Gets the market convention of the floating leg.InflationRateSwapLegConventionImmutableFixedInflationSwapConvention. getFloatingLeg()Gets the market convention of the floating leg.static InflationRateSwapLegConventionInflationRateSwapLegConvention. of(PriceIndex index, Period lag, PriceIndexCalculationMethod priceIndexCalculationMethod, BusinessDayAdjustment businessDayAdjustment)Obtains a convention based on the specified index.Methods in com.opengamma.strata.product.swap.type that return types with arguments of type InflationRateSwapLegConvention Modifier and Type Method Description Class<? extends InflationRateSwapLegConvention>InflationRateSwapLegConvention.Meta. beanType()org.joda.beans.MetaProperty<InflationRateSwapLegConvention>ImmutableFixedInflationSwapConvention.Meta. floatingLeg()The meta-property for thefloatingLegproperty.Methods in com.opengamma.strata.product.swap.type with parameters of type InflationRateSwapLegConvention Modifier and Type Method Description ImmutableFixedInflationSwapConvention.BuilderImmutableFixedInflationSwapConvention.Builder. floatingLeg(InflationRateSwapLegConvention floatingLeg)Sets the market convention of the floating leg.static ImmutableFixedInflationSwapConventionImmutableFixedInflationSwapConvention. of(String name, FixedRateSwapLegConvention fixedLeg, InflationRateSwapLegConvention floatingLeg, DaysAdjustment spotDateOffset)Obtains a convention based on the specified name and leg conventions.
-