Definition Type: ComplexType
Name: TermDeposit
Namespace: http://www.fpml.org/2003/FpML-4-0
Type: nsA:Product
Containing Schema: fpml-fx-4-0.xsd
Abstract
Documentation:
A class defining the content model for a term deposit product.
Collapse XSD Schema Diagram:
Drilldown into payment in schema fpml-fx-4-0_xsd Drilldown into interest in schema fpml-fx-4-0_xsd Drilldown into fixedRate in schema fpml-fx-4-0_xsd Drilldown into principal in schema fpml-fx-4-0_xsd Drilldown into dayCountFraction in schema fpml-fx-4-0_xsd Drilldown into maturityDate in schema fpml-fx-4-0_xsd Drilldown into startDate in schema fpml-fx-4-0_xsd Drilldown into initialReceiverReference in schema fpml-fx-4-0_xsd Drilldown into initialPayerReference in schema fpml-fx-4-0_xsd Drilldown into productId in schema fpml-shared-4-0_xsd Drilldown into productType in schema fpml-shared-4-0_xsd Drilldown into id in schema fpml-shared-4-0_xsd Drilldown into Product in schema fpml-shared-4-0_xsdXSD Diagram of TermDeposit in schema fpml-fx-4-0_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="TermDeposit">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A class defining the content model for a term deposit product.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="Product">
            <xsd:sequence>
                <xsd:element name="initialPayerReference" type="PartyReference">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A pointer style reference to a party identifier defined elsewhere in the document. The party referenced is the payer of the initial principal of the deposit on the start date.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="initialReceiverReference" type="PartyReference">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A pointer style reference to a party identifier defined elsewhere in the document. The party is the receiver of the initial principal of the deposit on the start date.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="startDate" type="xsd:date">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The averaging period start date.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="maturityDate" type="xsd:date">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The end date of the calculation period. This date should already be adjusted for any applicable business day convention.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="dayCountFraction" type="DayCountFractionEnum">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The day count fraction.</xsd:documentation>
                    </xsd:annotation>
                    <!--
            <xsd:complexType>
              <xsd:simpleContent>
                <xsd:extension
                 base="DayCountFraction">
                  <xsd:attribute
                   default="http://www.fpml.org/spec/2000/day-count-fraction-1-0"
                   name="dayCountFractionScheme"
                   type="xsd:normalizedString"/>
                </xsd:extension>
              </xsd:simpleContent>
            </xsd:complexType>
            -->
                </xsd:element>
                <xsd:element name="principal" type="Money">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The principal amount of the trade.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="fixedRate" type="xsd:decimal">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The calculation period fixed rate. A per annum rate, expressed as a decimal. A fixed rate of 5% would be represented as 0.05.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="interest" type="Money" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The total interest of at maturity of the trade.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="payment" type="Payment" minOccurs="0" maxOccurs="unbounded">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A known payment between two parties.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
productType nsA:productType 0 (1)
productId nsA:productId 0 unbounded
initialPayerReference nsA:initialPayerReference (1) (1)
initialReceiverReference nsA:initialReceiverReference (1) (1)
startDate nsA:startDate (1) (1)
maturityDate nsA:maturityDate (1) (1)
dayCountFraction nsA:dayCountFraction (1) (1)
principal nsA:principal (1) (1)
fixedRate nsA:fixedRate (1) (1)
interest nsA:interest 0 (1)
payment nsA:payment 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:termDeposit