Definition Type: ComplexType
Name: ExchangeTradedContractUnderlyer
Namespace: http://www.fpml.org/FpML-5/transparency
Containing Schema: fpml-asset-5-10.xsd
Abstract
Documentation:
A type describing a single underlyer
Collapse XSD Schema Diagram:
Drilldown into underlyingAsset in schema fpml-asset-5-10_xsd5 Drilldown into quotedCurrencyPair in schema fpml-asset-5-10_xsd5 Drilldown into indexTenor in schema fpml-shared-5-10_xsd5 Drilldown into floatingRateIndex in schema fpml-shared-5-10_xsd5 Drilldown into FloatingRateIndex.model in schema fpml-shared-5-10_xsd5XSD Diagram of ExchangeTradedContractUnderlyer in schema fpml-asset-5-10_xsd5 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
floatingRateIndex nsF:floatingRateIndex (1) (1)
indexTenor nsF:indexTenor 0 (1)
quotedCurrencyPair nsF:quotedCurrencyPair (1) (1)
underlyingAsset nsF:underlyingAsset (1) unbounded
<xs:group> nsF:FloatingRateIndex.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsF:underlyer, nsF:underlyer