| Package | Description |
|---|---|
| com.opengamma.strata.product |
Entity objects describing trades and products in financial markets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PositionInfoBuilder
Builder to create
PositionInfo. |
class |
TradeInfoBuilder
Builder to create
TradeInfo. |
| Modifier and Type | Method and Description |
|---|---|
<V> PortfolioItemInfoBuilder<T> |
PortfolioItemInfoBuilder.addAttribute(AttributeType<V> attributeType,
V attributeValue)
Adds a position attribute to the map of attributes.
|
static PortfolioItemInfoBuilder<PortfolioItemInfo> |
PortfolioItemInfo.builder()
Returns a builder used to create an instance of the bean.
|
PortfolioItemInfoBuilder<T> |
PortfolioItemInfoBuilder.id(StandardId id)
Sets the primary identifier for the position, optional.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.