| Package | Description |
|---|---|
| com.opengamma.strata.product.etd |
Entity objects describing Exchange Traded Derivatives (ETDs).
|
| Modifier and Type | Method and Description |
|---|---|
static EtdSettlementType |
EtdSettlementType.of(String name)
Obtains an instance from the specified name.
|
static EtdSettlementType |
EtdSettlementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtdSettlementType[] |
EtdSettlementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<EtdSettlementType> |
EtdVariant.getSettlementType()
Gets the optional settlement type, such as 'Cash' or 'Physical', populated for Flex Futures and Flex Options.
|
| Modifier and Type | Method and Description |
|---|---|
static EtdVariant |
EtdVariant.ofFlexFuture(int dayOfMonth,
EtdSettlementType settlementType)
The flex future.
|
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.