| Package | Description |
|---|---|
| com.opengamma.strata.product.swap |
Entity objects describing a swap.
|
| Modifier and Type | Method and Description |
|---|---|
static InflationRateCalculation.Builder |
InflationRateCalculation.builder()
Returns a builder used to create an instance of the bean.
|
InflationRateCalculation.Builder |
InflationRateCalculation.Meta.builder() |
InflationRateCalculation.Builder |
InflationRateCalculation.Builder.firstIndexValue(Double firstIndexValue)
Sets the initial value of the index, optional.
|
InflationRateCalculation.Builder |
InflationRateCalculation.Builder.gearing(ValueSchedule gearing)
Sets the gearing multiplier, optional.
|
InflationRateCalculation.Builder |
InflationRateCalculation.Builder.index(PriceIndex index)
Sets the index of prices.
|
InflationRateCalculation.Builder |
InflationRateCalculation.Builder.indexCalculationMethod(PriceIndexCalculationMethod indexCalculationMethod)
Sets reference price index calculation method.
|
InflationRateCalculation.Builder |
InflationRateCalculation.Builder.lag(Period lag)
Sets the positive period between the price index and the accrual date,
typically a number of months.
|
InflationRateCalculation.Builder |
InflationRateCalculation.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
InflationRateCalculation.Builder |
InflationRateCalculation.Builder.set(String propertyName,
Object newValue) |
InflationRateCalculation.Builder |
InflationRateCalculation.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.