| Package | Description |
|---|---|
| com.opengamma.strata.product.etd |
Entity objects describing Exchange Traded Derivatives (ETDs).
|
| Modifier and Type | Method and Description |
|---|---|
static SplitEtdId.Builder |
SplitEtdId.builder()
Returns a builder used to create an instance of the bean.
|
SplitEtdId.Builder |
SplitEtdId.Builder.contractCode(EtdContractCode contractCode)
Sets the code supplied by the exchange for use in clearing and margining, such as in SPAN.
|
SplitEtdId.Builder |
SplitEtdId.Builder.exchangeId(ExchangeId exchangeId)
Sets the ID of the exchange where the instruments derived from the product are traded.
|
SplitEtdId.Builder |
SplitEtdId.Builder.expiry(YearMonth expiry)
Sets the year-month of the expiry.
|
SplitEtdId.Builder |
SplitEtdId.Builder.option(SplitEtdOption option)
Sets the additional information if the ID is an option.
|
SplitEtdId.Builder |
SplitEtdId.Builder.securityId(SecurityId securityId)
Sets the security ID that was split.
|
SplitEtdId.Builder |
SplitEtdId.Builder.set(org.joda.beans.MetaProperty<?> property,
Object value) |
SplitEtdId.Builder |
SplitEtdId.Builder.set(String propertyName,
Object newValue) |
SplitEtdId.Builder |
SplitEtdId.toBuilder()
Returns a builder that allows this bean to be mutated.
|
SplitEtdId.Builder |
SplitEtdId.Builder.type(EtdType type)
Sets the type of the contract - future or option.
|
SplitEtdId.Builder |
SplitEtdId.Builder.variant(EtdVariant variant)
Sets the variant of ETD.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.