Definition Type: ComplexType
Name: Underlyer
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-asset-4-4.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-4-4_xsd Drilldown into singleUnderlyer in schema fpml-asset-4-4_xsdXSD Diagram of Underlyer in schema fpml-asset-4-4_xsd (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">
            <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">
            <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 fpml:singleUnderlyer (1) (1)
basket fpml:basket (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:underlyer, fpml:underlyer, fpml:underlyer, fpml:underlyer, fpml:underlyer