Definition Type: ComplexType
Name: ExposureUnderlyingAsset
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-reporting-5-10.xsd
Abstract
Documentation:
A description of the underlying asset of the transaction
Collapse XSD Schema Diagram:
Drilldown into instrumentId in schema fpml-reporting-5-10_xsd Drilldown into underlyingAsset in schema fpml-asset-5-10_xsd4 Drilldown into description in schema fpml-reporting-5-10_xsdXSD Diagram of ExposureUnderlyingAsset in schema fpml-reporting-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="ExposureUnderlyingAsset">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A description of the underlying asset of the transaction</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="description" type="NormalizedString" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A textual description of the asset that underlies the exposure.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice minOccurs="0">
            <xsd:element ref="underlyingAsset" />
            <xsd:element name="instrumentId" type="InstrumentId" minOccurs="0" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Identification of the underlying asset, using public and/or private identifiers.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
description nsE:description 0 (1)
underlyingAsset nsE:underlyingAsset (1) (1)
instrumentId nsE:instrumentId 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsE:relatedAsset, nsE:underlyingAsset