| Package | Description |
|---|---|
| com.opengamma.strata.product.etd |
Entity objects describing Exchange Traded Derivatives (ETDs).
|
| Modifier and Type | Method and Description |
|---|---|
static EtdOptionType |
EtdOptionType.of(String name)
Obtains an instance from the specified name.
|
static EtdOptionType |
EtdOptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtdOptionType[] |
EtdOptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<EtdOptionType> |
EtdVariant.getOptionType()
Gets the optional option type, such as 'American' or 'European', populated for Flex Options.
|
| Modifier and Type | Method and Description |
|---|---|
static EtdVariant |
EtdVariant.ofFlexOption(int dayOfMonth,
EtdSettlementType settlementType,
EtdOptionType optionType)
The flex option.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.