Class Index
A published index whose price depends on exchange traded constituents.
Java class for Index complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Index"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}ExchangeTradedCalculatedPrice"> <sequence> <element name="futureId" type="{http://www.fpml.org/FpML-5/confirmation}FutureId" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.ExchangeTradedCalculatedPrice
constituentExchangeId
Fields inherited from class net.finmath.smartcontract.product.xml.ExchangeTraded
optionsExchangeId, relatedExchangeId, specifiedExchangeId
Fields inherited from class net.finmath.smartcontract.product.xml.UnderlyingAsset
clearanceSystem, currency, definition, exchangeId
Fields inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
description, instrumentId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the futureId property.void
setFutureId
(FutureId value) Sets the value of the futureId property.Methods inherited from class net.finmath.smartcontract.product.xml.ExchangeTradedCalculatedPrice
getConstituentExchangeId
Methods inherited from class net.finmath.smartcontract.product.xml.ExchangeTraded
getOptionsExchangeId, getRelatedExchangeId, getSpecifiedExchangeId
Methods inherited from class net.finmath.smartcontract.product.xml.UnderlyingAsset
getClearanceSystem, getCurrency, getDefinition, getExchangeId, setClearanceSystem, setCurrency, setDefinition, setExchangeId
Methods inherited from class net.finmath.smartcontract.product.xml.IdentifiedAsset
getDescription, getInstrumentId, setDescription
-
Field Details
-
futureId
-
-
Constructor Details
-
Index
public Index()
-
-
Method Details
-
getFutureId
-
setFutureId
-