| Package | Description |
|---|---|
| com.opengamma.strata.market.sensitivity |
Entity objects for sensitivities.
|
| Modifier and Type | Method and Description |
|---|---|
default PointSensitivity |
PointSensitivity.convertedTo(Currency resultCurrency,
FxRateProvider rateProvider)
Converts this instance to an equivalent amount in the specified currency.
|
PointSensitivity |
PointSensitivity.withCurrency(Currency currency)
Returns an instance with the specified sensitivity currency set.
|
PointSensitivity |
PointSensitivity.withSensitivity(double sensitivity)
Returns an instance with the new point sensitivity value.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableList<PointSensitivity> |
PointSensitivities.getSensitivities()
Gets the point sensitivities.
|
ImmutableList<PointSensitivity> |
MutablePointSensitivities.getSensitivities()
Gets the immutable list of point sensitivities.
|
org.joda.beans.MetaProperty<ImmutableList<PointSensitivity>> |
PointSensitivities.Meta.sensitivities()
The meta-property for the
sensitivities property. |
| Modifier and Type | Method and Description |
|---|---|
MutablePointSensitivities |
MutablePointSensitivities.add(PointSensitivity sensitivity)
Adds a point sensitivity, mutating the internal list.
|
int |
PointSensitivity.compareKey(PointSensitivity other)
Compares the key of two sensitivities, excluding the point sensitivity value.
|
static PointSensitivityBuilder |
PointSensitivityBuilder.of(PointSensitivity... sensitivities)
Returns a builder with the specified sensitivities.
|
static PointSensitivities |
PointSensitivities.of(PointSensitivity... sensitivity)
Obtains an instance from an array of sensitivity entries.
|
| Modifier and Type | Method and Description |
|---|---|
MutablePointSensitivities |
MutablePointSensitivities.addAll(List<PointSensitivity> sensitivities)
Adds a list of point sensitivities, mutating the internal list.
|
static PointSensitivityBuilder |
PointSensitivityBuilder.of(List<? extends PointSensitivity> sensitivities)
Returns a builder with the specified sensitivities.
|
static PointSensitivities |
PointSensitivities.of(List<? extends PointSensitivity> sensitivities)
Obtains an instance from a list of sensitivity entries.
|
| Constructor and Description |
|---|
MutablePointSensitivities(PointSensitivity sensitivity)
Creates an instance with the specified sensitivity.
|
| Constructor and Description |
|---|
MutablePointSensitivities(List<? extends PointSensitivity> sensitivities)
Creates an instance with the specified sensitivities.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.