complexType "Future"
Namespace:
Content:
complex, 1 attribute, 12 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
    >
   
Content: 
instrumentId*, description?, currency?, exchangeId?, clearanceSystem?, definition?, relatedExchangeId*, optionsExchangeId*, specifiedExchangeId*, multiplier?, futureContractReference?, maturity?
</...>
Content Model Elements (12):
clearanceSystem (defined in UnderlyingAsset complexType),
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 (4); 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="xsd:string"/>
<xsd:element minOccurs="0" name="maturity" type="xsd:date"/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/12)
futureContractReference
Type:
xsd:string, predefined, simple content
Specifies the future contract that can be referenced, besides the equity or index reference defined as part of the UnderlyerAsset type.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="futureContractReference" type="xsd: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 minOccurs="0" name="maturity" type="xsd:date"/>

multiplier
Type:
xsd:positiveInteger, predefined, simple content
Specifies the contract multiplier that can be associated with the number of units.
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.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.