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