Definition Type: ComplexType
Name: Underlyer
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-asset-5-0.xsd
Abstract
Documentation:
A type describing the whole set of possible underlyers: single underlyers or multiple underlyers, each of these having either security or index components.
Collapse XSD Schema Diagram:
Drilldown into basket in schema fpml-asset-5-0_xsd1 Drilldown into singleUnderlyer in schema fpml-asset-5-0_xsd1XSD Diagram of Underlyer in schema fpml-asset-5-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Underlyer">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the whole set of possible underlyers: single underlyers or multiple underlyers, each of these having either security or index components.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="singleUnderlyer" type="SingleUnderlyer" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Describes the swap's underlyer when it has only one asset component.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="basket" type="Basket" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Describes the swap's underlyer when it has multiple asset components.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
singleUnderlyer nsB:singleUnderlyer 0 (1)
basket nsB:basket 0 (1)
Collapse Derivation Tree:
Collapse References:
nsB:fallbackReferencePrice, nsB:underlyer, nsB:underlyer, nsB:underlyer