Uses of Class
com.opengamma.strata.product.swap.PriceIndexCalculationMethod
-
Packages that use PriceIndexCalculationMethod Package Description com.opengamma.strata.product.swap Entity objects describing a swap.com.opengamma.strata.product.swap.type Conventions and templates to aid the construction of rate swaps. -
-
Uses of PriceIndexCalculationMethod in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return PriceIndexCalculationMethod Modifier and Type Method Description PriceIndexCalculationMethodInflationRateCalculation. getIndexCalculationMethod()Gets reference price index calculation method.static PriceIndexCalculationMethodPriceIndexCalculationMethod. of(String name)Obtains an instance from the specified name.static PriceIndexCalculationMethodPriceIndexCalculationMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static PriceIndexCalculationMethod[]PriceIndexCalculationMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opengamma.strata.product.swap that return types with arguments of type PriceIndexCalculationMethod Modifier and Type Method Description org.joda.beans.MetaProperty<PriceIndexCalculationMethod>InflationRateCalculation.Meta. indexCalculationMethod()The meta-property for theindexCalculationMethodproperty.Methods in com.opengamma.strata.product.swap with parameters of type PriceIndexCalculationMethod Modifier and Type Method Description InflationRateCalculation.BuilderInflationRateCalculation.Builder. indexCalculationMethod(PriceIndexCalculationMethod indexCalculationMethod)Sets reference price index calculation method.static InflationRateCalculationInflationRateCalculation. of(PriceIndex index, int monthLag, PriceIndexCalculationMethod indexCalculationMethod)Obtains a rate calculation for the specified price index.static InflationRateCalculationInflationRateCalculation. of(PriceIndex index, int monthLag, PriceIndexCalculationMethod indexCalculationMethod, double firstIndexValue)Obtains a rate calculation for the specified price index with known start index value. -
Uses of PriceIndexCalculationMethod in com.opengamma.strata.product.swap.type
Methods in com.opengamma.strata.product.swap.type that return PriceIndexCalculationMethod Modifier and Type Method Description PriceIndexCalculationMethodInflationRateSwapLegConvention. getIndexCalculationMethod()Gets reference price index calculation method.Methods in com.opengamma.strata.product.swap.type that return types with arguments of type PriceIndexCalculationMethod Modifier and Type Method Description org.joda.beans.MetaProperty<PriceIndexCalculationMethod>InflationRateSwapLegConvention.Meta. indexCalculationMethod()The meta-property for theindexCalculationMethodproperty.Methods in com.opengamma.strata.product.swap.type with parameters of type PriceIndexCalculationMethod Modifier and Type Method Description InflationRateSwapLegConvention.BuilderInflationRateSwapLegConvention.Builder. indexCalculationMethod(PriceIndexCalculationMethod indexCalculationMethod)Sets reference price index calculation method.static InflationRateSwapLegConventionInflationRateSwapLegConvention. of(PriceIndex index, Period lag, PriceIndexCalculationMethod priceIndexCalculationMethod, BusinessDayAdjustment businessDayAdjustment)Obtains a convention based on the specified index.
-