| Package | Description |
|---|---|
| com.opengamma.strata.product.etd |
Entity objects describing Exchange Traded Derivatives (ETDs).
|
| Modifier and Type | Method and Description |
|---|---|
<T> EtdContractSpecBuilder |
EtdContractSpecBuilder.addAttribute(AttributeType<T> attributeType,
T attributeValue)
Adds an attribute to the builder.
|
static EtdContractSpecBuilder |
EtdContractSpec.builder()
Returns a builder for building instances of
EtdContractSpec. |
EtdContractSpecBuilder |
EtdContractSpecBuilder.contractCode(EtdContractCode contractCode)
Sets the code of the contract specification as given by the exchange in clearing and margining.
|
EtdContractSpecBuilder |
EtdContractSpecBuilder.description(String description)
Sets the description of the contract specification.
|
EtdContractSpecBuilder |
EtdContractSpecBuilder.exchangeId(ExchangeId exchangeId)
Sets the ID of the exchange where the instruments derived from the contract specification are traded.
|
EtdContractSpecBuilder |
EtdContractSpecBuilder.id(EtdContractSpecId id)
Sets the ID of the contract specification.
|
EtdContractSpecBuilder |
EtdContractSpecBuilder.priceInfo(SecurityPriceInfo priceInfo)
Sets the information about the security price - currency, tick size, tick value, contract size.
|
EtdContractSpecBuilder |
EtdContractSpecBuilder.type(EtdType productType)
Sets the type of the contract specification.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.