Uses of Interface
com.opengamma.strata.product.Attributes
-
Packages that use Attributes 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). -
-
Uses of Attributes in com.opengamma.strata.product
Subinterfaces of Attributes in com.opengamma.strata.product Modifier and Type Interface Description interface
PortfolioItemInfo
Additional information about a portfolio item.Classes in com.opengamma.strata.product that implement Attributes Modifier and Type Class 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.Methods in com.opengamma.strata.product that return Attributes Modifier and Type Method 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.Methods in com.opengamma.strata.product with parameters of type Attributes Modifier and Type Method Description static SimpleAttributes
SimpleAttributes. from(Attributes other)
Obtains an instance from another instance, copying the attributes.default Attributes
Attributes. withAttributes(Attributes other)
Returns a copy of this instance with the attributes added.default PortfolioItemInfo
PortfolioItemInfo. withAttributes(Attributes other)
PositionInfo
PositionInfo. withAttributes(Attributes other)
SecurityInfo
SecurityInfo. withAttributes(Attributes other)
SimpleAttributes
SimpleAttributes. withAttributes(Attributes other)
TradeInfo
TradeInfo. withAttributes(Attributes other)
-
Uses of Attributes in com.opengamma.strata.product.etd
Classes in com.opengamma.strata.product.etd that implement Attributes Modifier and Type Class Description class
EtdContractSpec
The contract specification defining an Exchange Traded Derivative (ETD) product.Methods in com.opengamma.strata.product.etd with parameters of type Attributes Modifier and Type Method Description EtdContractSpec
EtdContractSpec. withAttributes(Attributes other)
-