| Package | Description |
|---|---|
| com.opengamma.strata.product |
Entity objects describing trades and products in financial markets.
|
| com.opengamma.strata.product.etd |
Entity objects describing Exchange Traded Derivatives (ETDs).
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityTrade
A trade representing the purchase or sale of a security,
where the security is referenced by identifier.
|
| Modifier and Type | Method and Description |
|---|---|
ResolvableSecurityTrade |
ResolvableSecurityTrade.withInfo(PortfolioItemInfo info)
Returns an instance with the specified info.
|
ResolvableSecurityTrade |
ResolvableSecurityTrade.withPrice(double price)
Returns an instance with the specified price.
|
ResolvableSecurityTrade |
ResolvableSecurityTrade.withQuantity(double quantity)
Returns an instance with the specified quantity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EtdFutureTrade
A trade representing an ETD future.
|
class |
EtdOptionTrade
A trade representing an ETD option.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.