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 interfacePortfolioItemInfoAdditional information about a portfolio item.Classes in com.opengamma.strata.product that implement Attributes Modifier and Type Class Description classPositionInfoAdditional information about a position.classSecurityInfoInformation about a security.classSimpleAttributesA simple implementation of attributes.classTradeInfoAdditional information about a trade.Methods in com.opengamma.strata.product that return Attributes Modifier and Type Method Description static AttributesAttributes. empty()Obtains an empty instance.static <T> AttributesAttributes. of(AttributeType<T> type, T value)Obtains an instance with a single attribute.<T> AttributesAttributes. withAttribute(AttributeType<T> type, T value)Returns a copy of this instance with the attribute added.default AttributesAttributes. 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 SimpleAttributesSimpleAttributes. from(Attributes other)Obtains an instance from another instance, copying the attributes.default AttributesAttributes. withAttributes(Attributes other)Returns a copy of this instance with the attributes added.default PortfolioItemInfoPortfolioItemInfo. withAttributes(Attributes other)PositionInfoPositionInfo. withAttributes(Attributes other)SecurityInfoSecurityInfo. withAttributes(Attributes other)SimpleAttributesSimpleAttributes. withAttributes(Attributes other)TradeInfoTradeInfo. 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 classEtdContractSpecThe 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 EtdContractSpecEtdContractSpec. withAttributes(Attributes other)
-