| Package | Description |
|---|---|
| com.opengamma.strata.basics.value |
Basic financial tools for working with values.
|
| Modifier and Type | Method and Description |
|---|---|
ValueAdjustmentType |
ValueAdjustment.getType()
Gets the type of adjustment to make.
|
static ValueAdjustmentType |
ValueAdjustmentType.of(String name)
Obtains an instance from the specified name.
|
static ValueAdjustmentType |
ValueAdjustmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueAdjustmentType[] |
ValueAdjustmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<ValueAdjustmentType> |
ValueAdjustment.Meta.type()
The meta-property for the
type property. |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.