Definition Type: ComplexType
Name: Deposit
Namespace: http://www.fpml.org/FpML-5/confirmation
Type: nsA:UnderlyingAsset
Containing Schema: fpml-asset-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into dayCountFraction in schema fpml-asset-5-10_xsd Drilldown into paymentFrequency in schema fpml-asset-5-10_xsd Drilldown into term in schema fpml-asset-5-10_xsd Drilldown into definition in schema fpml-asset-5-10_xsd Drilldown into clearanceSystem in schema fpml-asset-5-10_xsd Drilldown into exchangeId in schema fpml-asset-5-10_xsd 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_xsd Drilldown into IdentifiedAsset in schema fpml-asset-5-10_xsd Drilldown into UnderlyingAsset in schema fpml-asset-5-10_xsdXSD Diagram of Deposit in schema fpml-asset-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="Deposit">
    <xsd:complexContent>
        <xsd:extension base="UnderlyingAsset">
            <xsd:sequence>
                <xsd:element name="term" type="Period">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Specifies the term of the deposit, e.g. 5Y.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="paymentFrequency" type="Period" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Specifies the frequency at which the deposit pays, e.g. 6M.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="dayCountFraction" type="DayCountFraction" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The day count basis for the deposit.</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 (1) unbounded
description nsA:description 0 (1)
currency nsA:currency 0 (1)
exchangeId nsA:exchangeId 0 (1)
clearanceSystem nsA:clearanceSystem 0 (1)
definition nsA:definition 0 (1)
term nsA:term (1) (1)
paymentFrequency nsA:paymentFrequency 0 (1)
dayCountFraction nsA:dayCountFraction 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:deposit