<xsd:complexType name="ExchangeTradedContractUnderlyer">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing a single underlyer</xsd:documentation>
</xsd:annotation>
<xsd:choice>
<xsd:group ref="FloatingRateIndex.model" />
<xsd:element name="quotedCurrencyPair" type="QuotedCurrencyPair">
<xsd:annotation>
<xsd:documentation xml:lang="en">Defines the two currencies for an FX trade and the quotation relationship between the two currencies.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="underlyingAsset" maxOccurs="unbounded" />
</xsd:choice>
</xsd:complexType>
|