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 InflationRateSwapLegConvention
InflationRateSwapLegConvention.Builder. build()
InflationRateSwapLegConvention
FixedInflationSwapConvention. getFloatingLeg()
Gets the market convention of the floating leg.InflationRateSwapLegConvention
ImmutableFixedInflationSwapConvention. getFloatingLeg()
Gets the market convention of the floating leg.static InflationRateSwapLegConvention
InflationRateSwapLegConvention. 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 thefloatingLeg
property.Methods in com.opengamma.strata.product.swap.type with parameters of type InflationRateSwapLegConvention Modifier and Type Method Description ImmutableFixedInflationSwapConvention.Builder
ImmutableFixedInflationSwapConvention.Builder. floatingLeg(InflationRateSwapLegConvention floatingLeg)
Sets the market convention of the floating leg.static ImmutableFixedInflationSwapConvention
ImmutableFixedInflationSwapConvention. of(String name, FixedRateSwapLegConvention fixedLeg, InflationRateSwapLegConvention floatingLeg, DaysAdjustment spotDateOffset)
Obtains a convention based on the specified name and leg conventions.
-