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 PriceIndexCalculationMethod
InflationRateCalculation. getIndexCalculationMethod()
Gets reference price index calculation method.static PriceIndexCalculationMethod
PriceIndexCalculationMethod. of(String name)
Obtains an instance from the specified name.static PriceIndexCalculationMethod
PriceIndexCalculationMethod. 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 theindexCalculationMethod
property.Methods in com.opengamma.strata.product.swap with parameters of type PriceIndexCalculationMethod Modifier and Type Method Description InflationRateCalculation.Builder
InflationRateCalculation.Builder. indexCalculationMethod(PriceIndexCalculationMethod indexCalculationMethod)
Sets reference price index calculation method.static InflationRateCalculation
InflationRateCalculation. of(PriceIndex index, int monthLag, PriceIndexCalculationMethod indexCalculationMethod)
Obtains a rate calculation for the specified price index.static InflationRateCalculation
InflationRateCalculation. 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 PriceIndexCalculationMethod
InflationRateSwapLegConvention. 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 theindexCalculationMethod
property.Methods in com.opengamma.strata.product.swap.type with parameters of type PriceIndexCalculationMethod Modifier and Type Method Description InflationRateSwapLegConvention.Builder
InflationRateSwapLegConvention.Builder. indexCalculationMethod(PriceIndexCalculationMethod indexCalculationMethod)
Sets reference price index calculation method.static InflationRateSwapLegConvention
InflationRateSwapLegConvention. of(PriceIndex index, Period lag, PriceIndexCalculationMethod priceIndexCalculationMethod, BusinessDayAdjustment businessDayAdjustment)
Obtains a convention based on the specified index.
-