Definition Type: ComplexType
Name: Basket
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-asset-4-0.xsd
Abstract
Documentation:
A type describing the underlyer features of a basket swap. Each of the basket constituents are described through an embedded component, the basketConstituentsType.
Collapse XSD Schema Diagram:
Drilldown into basketConstituent in schema fpml-asset-4-0_xsd Drilldown into openUnits in schema fpml-asset-4-0_xsdXSD Diagram of Basket in schema fpml-asset-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Basket">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the underlyer features of a basket swap. Each of the basket constituents are described through an embedded component, the basketConstituentsType.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="openUnits" type="xsd:decimal">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The number of units (index or securities) that constitute the underlyer of the swap. In the case of a basket swap, this element is used to reference both the number of basket units, and the number of each asset components of the basket when these are expressed in absolute terms.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="basketConstituent" type="BasketConstituent" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Describes each of the components of the basket.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
openUnits nsA:openUnits (1) (1)
basketConstituent nsA:basketConstituent (1) unbounded
Collapse Derivation Tree:
Collapse References:
nsA:basket