| Package | Description |
|---|---|
| com.opengamma.strata.product.bond |
Entity objects describing bonds.
|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
InflationRateCalculation |
CapitalIndexedBondSecurity.getRateCalculation()
Gets the inflation rate calculation.
|
InflationRateCalculation |
CapitalIndexedBond.getRateCalculation()
Gets the inflation rate calculation.
|
InflationRateCalculation |
ResolvedCapitalIndexedBond.getRateCalculation()
Gets the inflation rate calculation.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<InflationRateCalculation> |
CapitalIndexedBondSecurity.Meta.rateCalculation()
The meta-property for the
rateCalculation property. |
org.joda.beans.MetaProperty<InflationRateCalculation> |
CapitalIndexedBond.Meta.rateCalculation()
The meta-property for the
rateCalculation property. |
org.joda.beans.MetaProperty<InflationRateCalculation> |
ResolvedCapitalIndexedBond.Meta.rateCalculation()
The meta-property for the
rateCalculation property. |
| Modifier and Type | Method and Description |
|---|---|
CapitalIndexedBondSecurity.Builder |
CapitalIndexedBondSecurity.Builder.rateCalculation(InflationRateCalculation rateCalculation)
Sets the inflation rate calculation.
|
CapitalIndexedBond.Builder |
CapitalIndexedBond.Builder.rateCalculation(InflationRateCalculation rateCalculation)
Sets the inflation rate calculation.
|
ResolvedCapitalIndexedBond.Builder |
ResolvedCapitalIndexedBond.Builder.rateCalculation(InflationRateCalculation rateCalculation)
Sets the inflation rate calculation.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends InflationRateCalculation> |
InflationRateCalculation.Meta.beanType() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.