| Package | Description |
|---|---|
| com.opengamma.strata.basics.value |
Basic financial tools for working with values.
|
| Modifier and Type | Field and Description |
|---|---|
static ValueAdjustment |
ValueAdjustment.NONE
An instance that makes no adjustment to the value.
|
| Modifier and Type | Method and Description |
|---|---|
ValueAdjustment |
ValueStepSequence.getAdjustment()
Gets the adjustment representing the change that occurs at each step.
|
ValueAdjustment |
ValueStep.getValue()
Gets the value representing the change that occurs.
|
static ValueAdjustment |
ValueAdjustment.ofDeltaAmount(double deltaAmount)
Obtains an instance specifying an amount to add to the base value.
|
static ValueAdjustment |
ValueAdjustment.ofDeltaMultiplier(double deltaMultiplier)
Obtains an instance specifying a multiplication factor, adding it to the base value.
|
static ValueAdjustment |
ValueAdjustment.ofMultiplier(double multiplier)
Obtains an instance specifying a multiplication factor to apply to the base value.
|
static ValueAdjustment |
ValueAdjustment.ofReplace(double replacementValue)
Obtains an instance that replaces the base value.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<ValueAdjustment> |
ValueStepSequence.Meta.adjustment()
The meta-property for the
adjustment property. |
Class<? extends ValueAdjustment> |
ValueAdjustment.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends ValueAdjustment> |
ValueAdjustment.Meta.builder() |
org.joda.beans.MetaProperty<ValueAdjustment> |
ValueStep.Meta.value()
The meta-property for the
value property. |
| Modifier and Type | Method and Description |
|---|---|
static ValueStep |
ValueStep.of(int periodIndex,
ValueAdjustment value)
Obtains an instance that applies at the specified schedule period index.
|
static ValueStepSequence |
ValueStepSequence.of(LocalDate firstStepDate,
LocalDate lastStepDate,
Frequency frequency,
ValueAdjustment adjustment)
Obtains an instance from the dates, frequency and change.
|
static ValueStep |
ValueStep.of(LocalDate date,
ValueAdjustment value)
Obtains an instance that applies at the specified date.
|
ValueStep.Builder |
ValueStep.Builder.value(ValueAdjustment value)
Sets the value representing the change that occurs.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.