<xsd:complexType name="Future">
<xsd:annotation>
<xsd:documentation xml:lang="en">An exchange traded future contract.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ExchangeTraded">
<xsd:sequence>
<xsd:element name="multiplier" type="PositiveDecimal" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The multiplier is the minimum number of the underlying - index or stock - that a participant has to trade while taking a position in the Future contract. The purpose of the multiplier is to inflate the value of the contract to add leverage to the trade. The multiplier for the Dow is 10, for the Nasdaq it is 100 and it is 250 for the Standard and Poor's index.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="futureContractReference" type="String" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Native identifier for the contract on the listing exchange.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:choice minOccurs="0">
<xsd:element name="maturity" type="xsd:date">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date when the future contract expires.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="contractYearMonth" type="xsd:gYearMonth">
<xsd:annotation>
<xsd:documentation xml:lang="en">The contract month of the futures contract. i.e. F13 WTI NYMEX Contract is 2013-01.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|