public final class CurveSensitivitiesType extends TypedString<CurveSensitivitiesType>
There are many possible types of curve sensitivity, and this type can be used to identify them.
| Modifier and Type | Field and Description |
|---|---|
static CurveSensitivitiesType |
ZERO_RATE_DELTA
Type used when each sensitivity is a zero rate delta - 'ZeroRateDelta'.
|
static CurveSensitivitiesType |
ZERO_RATE_GAMMA
Type used when each sensitivity is a zero rate gamma - 'ZeroRateGamma'.
|
| Modifier and Type | Method and Description |
|---|---|
static CurveSensitivitiesType |
of(String name)
Obtains an instance from the specified name.
|
compareTo, equals, getName, hashCode, toStringpublic static final CurveSensitivitiesType ZERO_RATE_DELTA
ValueType.ZERO_RATE.public static final CurveSensitivitiesType ZERO_RATE_GAMMA
ValueType.ZERO_RATE.public static CurveSensitivitiesType of(String name)
Value types must only contains the characters A-Z, a-z, 0-9 and -.
name - the name of the fieldCopyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.