Uses of Class
com.opengamma.strata.product.swap.InflationRateCalculation
-
Packages that use InflationRateCalculation Package Description com.opengamma.strata.product.bond Entity objects describing bonds.com.opengamma.strata.product.swap Entity objects describing a swap. -
-
Uses of InflationRateCalculation in com.opengamma.strata.product.bond
Methods in com.opengamma.strata.product.bond that return InflationRateCalculation Modifier and Type Method Description InflationRateCalculationCapitalIndexedBond. getRateCalculation()Gets the inflation rate calculation.InflationRateCalculationCapitalIndexedBondSecurity. getRateCalculation()Gets the inflation rate calculation.InflationRateCalculationResolvedCapitalIndexedBond. getRateCalculation()Gets the inflation rate calculation.Methods in com.opengamma.strata.product.bond that return types with arguments of type InflationRateCalculation Modifier and Type Method Description org.joda.beans.MetaProperty<InflationRateCalculation>CapitalIndexedBond.Meta. rateCalculation()The meta-property for therateCalculationproperty.org.joda.beans.MetaProperty<InflationRateCalculation>CapitalIndexedBondSecurity.Meta. rateCalculation()The meta-property for therateCalculationproperty.org.joda.beans.MetaProperty<InflationRateCalculation>ResolvedCapitalIndexedBond.Meta. rateCalculation()The meta-property for therateCalculationproperty.Methods in com.opengamma.strata.product.bond with parameters of type InflationRateCalculation Modifier and Type Method Description CapitalIndexedBond.BuilderCapitalIndexedBond.Builder. rateCalculation(InflationRateCalculation rateCalculation)Sets the inflation rate calculation.CapitalIndexedBondSecurity.BuilderCapitalIndexedBondSecurity.Builder. rateCalculation(InflationRateCalculation rateCalculation)Sets the inflation rate calculation.ResolvedCapitalIndexedBond.BuilderResolvedCapitalIndexedBond.Builder. rateCalculation(InflationRateCalculation rateCalculation)Sets the inflation rate calculation. -
Uses of InflationRateCalculation in com.opengamma.strata.product.swap
Methods in com.opengamma.strata.product.swap that return InflationRateCalculation Modifier and Type Method Description InflationRateCalculationInflationRateCalculation.Builder. build()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.Methods in com.opengamma.strata.product.swap that return types with arguments of type InflationRateCalculation Modifier and Type Method Description Class<? extends InflationRateCalculation>InflationRateCalculation.Meta. beanType()
-