| Package | Description |
|---|---|
| com.opengamma.strata.product.etd |
Entity objects describing Exchange Traded Derivatives (ETDs).
|
| Modifier and Type | Class and Description |
|---|---|
class |
EtdFuturePosition
A position in an ETD future, where the security is embedded ready for mark-to-market pricing.
|
class |
EtdOptionPosition
A position in an ETD option, where the security is embedded ready for mark-to-market pricing.
|
| Modifier and Type | Method and Description |
|---|---|
EtdPosition |
EtdPosition.withInfo(PortfolioItemInfo info)
Returns an instance with the specified info.
|
default EtdPosition |
EtdPosition.withQuantities(double longQuantity,
double shortQuantity)
Returns an instance with the specified quantities.
|
EtdPosition |
EtdPosition.withQuantity(double quantity)
Returns an instance with the specified net quantity.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.