| 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 | Interface and Description |
|---|---|
interface |
PortfolioItemInfo
Additional information about a portfolio item.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PositionInfo
Additional information about a position.
|
class |
SecurityInfo
Information about a security.
|
class |
SimpleAttributes
A simple implementation of attributes.
|
class |
TradeInfo
Additional information about a trade.
|
| Modifier and Type | Method and Description |
|---|---|
static Attributes |
Attributes.empty()
Obtains an empty instance.
|
static <T> Attributes |
Attributes.of(AttributeType<T> type,
T value)
Obtains an instance with a single attribute.
|
<T> Attributes |
Attributes.withAttribute(AttributeType<T> type,
T value)
Returns a copy of this instance with the attribute added.
|
default Attributes |
Attributes.withAttributes(Attributes other)
Returns a copy of this instance with the attributes added.
|
| Modifier and Type | Method and Description |
|---|---|
static SimpleAttributes |
SimpleAttributes.from(Attributes other)
Obtains an instance from another instance, copying the attributes.
|
PositionInfo |
PositionInfo.withAttributes(Attributes other) |
default PortfolioItemInfo |
PortfolioItemInfo.withAttributes(Attributes other) |
default Attributes |
Attributes.withAttributes(Attributes other)
Returns a copy of this instance with the attributes added.
|
TradeInfo |
TradeInfo.withAttributes(Attributes other) |
SimpleAttributes |
SimpleAttributes.withAttributes(Attributes other) |
SecurityInfo |
SecurityInfo.withAttributes(Attributes other) |
| Modifier and Type | Class and Description |
|---|---|
class |
EtdContractSpec
The contract specification defining an Exchange Traded Derivative (ETD) product.
|
| Modifier and Type | Method and Description |
|---|---|
EtdContractSpec |
EtdContractSpec.withAttributes(Attributes other) |
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.