Class ExchangeTradedCalculatedPrice
java.lang.Object
net.finmath.smartcontract.product.xml.Asset
net.finmath.smartcontract.product.xml.IdentifiedAsset
net.finmath.smartcontract.product.xml.UnderlyingAsset
net.finmath.smartcontract.product.xml.ExchangeTraded
net.finmath.smartcontract.product.xml.ExchangeTradedCalculatedPrice
- Direct Known Subclasses:
ExchangeTradedFund,Index
Abstract base class for all exchange traded financial products with a price
which is calculated from exchange traded constituents.
Java class for ExchangeTradedCalculatedPrice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExchangeTradedCalculatedPrice">
<complexContent>
<extension base="{http://www.fpml.org/FpML-5/confirmation}ExchangeTraded">
<sequence>
<element name="constituentExchangeId" type="{http://www.fpml.org/FpML-5/confirmation}ExchangeId" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class net.finmath.smartcontract.product.xml.ExchangeTraded
optionsExchangeId, relatedExchangeId, specifiedExchangeIdFields inherited from class net.finmath.smartcontract.product.xml.UnderlyingAsset
clearanceSystem, currency, definition, exchangeIdFields inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
description, instrumentId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the constituentExchangeId property.Methods inherited from class net.finmath.smartcontract.product.xml.ExchangeTraded
getOptionsExchangeId, getRelatedExchangeId, getSpecifiedExchangeIdMethods inherited from class net.finmath.smartcontract.product.xml.UnderlyingAsset
getClearanceSystem, getCurrency, getDefinition, getExchangeId, setClearanceSystem, setCurrency, setDefinition, setExchangeIdMethods inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
getDescription, getInstrumentId, setDescription
-
Field Details
-
constituentExchangeId
-
-
Constructor Details
-
ExchangeTradedCalculatedPrice
public ExchangeTradedCalculatedPrice()
-
-
Method Details
-
getConstituentExchangeId
Gets the value of the constituentExchangeId property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the constituentExchangeId property.For example, to add a new item, do as follows:
getConstituentExchangeId().add(newItem);Objects of the following type(s) are allowed in the list
ExchangeId
-