| Package | Description |
|---|---|
| com.opengamma.strata.market.option |
Entity objects for options.
|
| Modifier and Type | Method and Description |
|---|---|
static MoneynessStrike |
MoneynessStrike.of(double moneyness)
Obtains an instance of
Moneyness with the value of moneyness. |
static MoneynessStrike |
MoneynessStrike.ofStrikeAndForward(double strike,
double forward)
Obtains an instance of
Moneyness from the strike and forward. |
MoneynessStrike |
MoneynessStrike.withValue(double value) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends MoneynessStrike> |
MoneynessStrike.Meta.beanType() |
org.joda.beans.BeanBuilder<? extends MoneynessStrike> |
MoneynessStrike.Meta.builder() |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.