Class Index

java.lang.Object

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