| Package | Description |
|---|---|
| com.opengamma.strata.pricer.index |
Calculators for products based on rate indices, such as Short Term Interest Rate futures (STIRs).
|
| Modifier and Type | Method and Description |
|---|---|
OvernightFutureOptionVolatilitiesName |
OvernightFutureOptionVolatilitiesId.getName()
Gets the name of the volatilities.
|
OvernightFutureOptionVolatilitiesName |
OvernightFutureOptionVolatilities.getName()
Gets the name of these volatilities.
|
OvernightFutureOptionVolatilitiesName |
NormalOvernightFutureOptionExpirySimpleMoneynessVolatilities.getName() |
OvernightFutureOptionVolatilitiesName |
OvernightFutureOptionSensitivity.getVolatilitiesName()
Gets the name of the volatilities.
|
static OvernightFutureOptionVolatilitiesName |
OvernightFutureOptionVolatilitiesName.of(String name)
Obtains an instance from the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.beans.MetaProperty<OvernightFutureOptionVolatilitiesName> |
OvernightFutureOptionSensitivity.Meta.volatilitiesName()
The meta-property for the
volatilitiesName property. |
| Modifier and Type | Method and Description |
|---|---|
static OvernightFutureOptionVolatilitiesId |
OvernightFutureOptionVolatilitiesId.of(OvernightFutureOptionVolatilitiesName name)
Obtains an identifier used to find Overnight future option volatilities.
|
static OvernightFutureOptionSensitivity |
OvernightFutureOptionSensitivity.of(OvernightFutureOptionVolatilitiesName volatilitiesName,
double expiry,
LocalDate fixingDate,
double strikePrice,
double futurePrice,
Currency sensitivityCurrency,
double sensitivity)
Obtains an instance.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.