See: Description
| Interface | Description |
|---|---|
| Rounding |
A convention defining how to round a number.
|
| Class | Description |
|---|---|
| ValueAdjustment |
An adjustment to a value, describing how to change one value into another.
|
| ValueAdjustment.Meta |
The meta-bean for
ValueAdjustment. |
| ValueDerivatives |
A value and its derivatives.
|
| ValueSchedule |
A value that can vary over time.
|
| ValueSchedule.Builder |
The bean-builder for
ValueSchedule. |
| ValueSchedule.Meta |
The meta-bean for
ValueSchedule. |
| ValueStep |
A single step in the variation of a value over time.
|
| ValueStep.Builder |
The bean-builder for
ValueStep. |
| ValueStep.Meta |
The meta-bean for
ValueStep. |
| ValueStepSequence |
A sequence of steps that vary a value over time.
|
| ValueStepSequence.Meta |
The meta-bean for
ValueStepSequence. |
| Enum | Description |
|---|---|
| ValueAdjustmentType |
The type of value adjustment.
|
A value in the context of this package is a primitive double.
The ValueAdjustment class expressed a single change in a value, such as adding 20%.
The ValueSchedule and ValueStep classes allow an initial value to be changed
over time according to a schedule.
The Rounding interface expresses the convention for rounding a value.
The standard implementation is HalfUpRounding.
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.