Definition Type: ComplexType
Name: Cash
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:Asset
Containing Schema: fpml-asset-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into currency in schema fpml-asset-5-10_xsd Drilldown into description in schema fpml-asset-5-10_xsd Drilldown into instrumentId in schema fpml-asset-5-10_xsd Drilldown into id in schema fpml-asset-5-10_xsd Drilldown into Asset in schema fpml-asset-5-10_xsdXSD Diagram of Cash in schema fpml-asset-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Cash">
    <xsd:complexContent>
        <xsd:extension base="Asset">
            <xsd:sequence>
                <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:element name="description" type="String" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Long name of the underlying asset.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="currency" type="Currency">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The currency in which an amount is denominated.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
instrumentId nsA:instrumentId 0 unbounded
description nsA:description 0 (1)
currency nsA:currency (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:cash