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 InflationRateCalculation
CapitalIndexedBond. getRateCalculation()
Gets the inflation rate calculation.InflationRateCalculation
CapitalIndexedBondSecurity. getRateCalculation()
Gets the inflation rate calculation.InflationRateCalculation
ResolvedCapitalIndexedBond. 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 therateCalculation
property.org.joda.beans.MetaProperty<InflationRateCalculation>
CapitalIndexedBondSecurity.Meta. rateCalculation()
The meta-property for therateCalculation
property.org.joda.beans.MetaProperty<InflationRateCalculation>
ResolvedCapitalIndexedBond.Meta. rateCalculation()
The meta-property for therateCalculation
property.Methods in com.opengamma.strata.product.bond with parameters of type InflationRateCalculation Modifier and Type Method Description CapitalIndexedBond.Builder
CapitalIndexedBond.Builder. rateCalculation(InflationRateCalculation rateCalculation)
Sets the inflation rate calculation.CapitalIndexedBondSecurity.Builder
CapitalIndexedBondSecurity.Builder. rateCalculation(InflationRateCalculation rateCalculation)
Sets the inflation rate calculation.ResolvedCapitalIndexedBond.Builder
ResolvedCapitalIndexedBond.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 InflationRateCalculation
InflationRateCalculation.Builder. build()
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.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()
-