<xsd:complexType name="ExchangeTradedContract">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type an Exchange Traded Contract</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="ExchangeTraded">
<xsd:sequence>
<xsd:element name="multiplier" type="xsd:positiveInteger" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the contract multiplier that can be associated with the number of units.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="contractReference" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the contract that can be referenced, besides the undelyer type.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="expirationDate" type="AdjustableOrRelativeDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The date when the contract expires.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|