Class ExchangeTradedCalculatedPrice

java.lang.Object
Direct Known Subclasses:
ExchangeTradedFund, Index

public abstract class ExchangeTradedCalculatedPrice extends ExchangeTraded
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>