complexType "Future"
Namespace:
Content:
complex, 1 attribute, 13 elements
Defined:
Includes:
definitions of 4 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (13):
currency (defined in UnderlyingAsset complexType),
definition (defined in UnderlyingAsset complexType),
description (defined in IdentifiedAsset complexType),
exchangeId (defined in UnderlyingAsset complexType),
instrumentId (defined in IdentifiedAsset complexType),
All Direct / Indirect Based Elements (1):
future
Known Usage Locations
Annotation
An exchange traded future contract.
Type Definition Detail
Type Derivation Tree
Asset (extension)
  IdentifiedAsset (extension)
      UnderlyingAsset (extension)
          ExchangeTraded (extension)
              Future
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="Future">
<xsd:complexContent>
<xsd:extension base="ExchangeTraded">
<xsd:sequence>
<xsd:element minOccurs="0" name="multiplier" type="xsd:positiveInteger"/>
<xsd:element minOccurs="0" name="futureContractReference" type="String"/>
<xsd:choice minOccurs="0">
<xsd:element name="maturity" type="xsd:date"/>
<xsd:element name="contractYearMonth" type="xsd:gYearMonth"/>
</xsd:choice>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 4/13)
contractYearMonth
Type:
xsd:gYearMonth, predefined, simple content
The contract month of the futures contract. i.e. F13 WTI NYMEX Contract is 2013-01.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="contractYearMonth" type="xsd:gYearMonth"/>

futureContractReference
Type:
String, simple content
Specifies the future contract that can be referenced, besides the equity or index reference defined as part of the UnderlyerAsset type.
Simple Content
xsd:string
maxLength:
255
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="futureContractReference" type="String"/>

maturity
Type:
xsd:date, predefined, simple content
The date when the future contract expires.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="maturity" type="xsd:date"/>

multiplier
Type:
xsd:positiveInteger, predefined, simple content
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.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="multiplier" type="xsd:positiveInteger"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.