Definition Type: ComplexType
Name: ExchangeTradedContractUnderlyer
Namespace: http://www.fpml.org/FpML-5/pretrade
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_xsd2 Drilldown into quotedCurrencyPair in schema fpml-asset-5-10_xsd2 Drilldown into indexTenor in schema fpml-shared-5-10_xsd2 Drilldown into floatingRateIndex in schema fpml-shared-5-10_xsd2 Drilldown into FloatingRateIndex.model in schema fpml-shared-5-10_xsd2XSD Diagram of ExchangeTradedContractUnderlyer in schema fpml-asset-5-10_xsd2 (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 nsC:floatingRateIndex (1) (1)
indexTenor nsC:indexTenor 0 (1)
quotedCurrencyPair nsC:quotedCurrencyPair (1) (1)
underlyingAsset nsC:underlyingAsset (1) unbounded
<xs:group> nsC:FloatingRateIndex.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsC:underlyer, nsC:underlyer