Definition Type: ComplexType
Name: TermDeposit
Namespace: http://www.fpml.org/FpML-5/reporting
Type: nsE:Product
Containing Schema: fpml-fx-5-10.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-5-10_xsd3 Drilldown into interest in schema fpml-fx-5-10_xsd3 Drilldown into features in schema fpml-fx-5-10_xsd3 Drilldown into dayCountFraction in schema fpml-fx-5-10_xsd3 Drilldown into fixedRate in schema fpml-fx-5-10_xsd3 Drilldown into principal in schema fpml-fx-5-10_xsd3 Drilldown into tenorPeriod in schema fpml-fx-5-10_xsd3 Drilldown into tenorName in schema fpml-fx-5-10_xsd3 Drilldown into FxTenor.model in schema fpml-fx-5-10_xsd3 Drilldown into maturityDate in schema fpml-fx-5-10_xsd3 Drilldown into startDate in schema fpml-fx-5-10_xsd3 Drilldown into receiverAccountReference in schema fpml-shared-5-10_xsd4 Drilldown into receiverPartyReference in schema fpml-shared-5-10_xsd4 Drilldown into Receiver.model in schema fpml-shared-5-10_xsd4 Drilldown into payerAccountReference in schema fpml-shared-5-10_xsd4 Drilldown into payerPartyReference in schema fpml-shared-5-10_xsd4 Drilldown into Payer.model in schema fpml-shared-5-10_xsd4 Drilldown into PayerReceiver.model in schema fpml-shared-5-10_xsd4 Drilldown into embeddedOptionType in schema fpml-shared-5-10_xsd4 Drilldown into assetClass in schema fpml-shared-5-10_xsd4 Drilldown into productId in schema fpml-shared-5-10_xsd4 Drilldown into productType in schema fpml-shared-5-10_xsd4 Drilldown into secondaryAssetClass in schema fpml-shared-5-10_xsd4 Drilldown into primaryAssetClass in schema fpml-shared-5-10_xsd4 Drilldown into Product.model in schema fpml-shared-5-10_xsd4 Drilldown into id in schema fpml-shared-5-10_xsd4 Drilldown into Product in schema fpml-shared-5-10_xsd4XSD Diagram of TermDeposit in schema fpml-fx-5-10_xsd3 (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:group ref="PayerReceiver.model">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">A pointer style reference to a servicingParty or accountBeneficiary identifier defined elsewhere in the document. The payer party (depositor) is paying the initial principal for the term deposit on the start date from a contractual point of view. The receiver party (deposit taker) is a receiver of the initial principal of the deposit on the start date.</xsd:documentation>
                    </xsd:annotation>
                </xsd:group>
                <xsd:element name="startDate" type="xsd:date" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The start date of the calculation period.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="maturityDate" type="xsd:date" minOccurs="0">
                    <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:group ref="FxTenor.model" minOccurs="0" />
                <xsd:element name="principal" type="PositiveMoney" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The principal amount of the trade.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="fixedRate" type="PositiveDecimal" minOccurs="0">
                    <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="dayCountFraction" type="DayCountFraction" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">The day count fraction.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="features" type="TermDepositFeatures" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">An optional container that holds additional features of the deposit (e.g. Dual Currency feature).</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
primaryAssetClass nsE:primaryAssetClass 0 (1)
secondaryAssetClass nsE:secondaryAssetClass 0 unbounded
productType nsE:productType 0 unbounded
productId nsE:productId 0 unbounded
assetClass nsE:assetClass 0 unbounded
embeddedOptionType nsE:embeddedOptionType 0 2
payerPartyReference nsE:payerPartyReference 0 (1)
payerAccountReference nsE:payerAccountReference 0 (1)
receiverPartyReference nsE:receiverPartyReference 0 (1)
receiverAccountReference nsE:receiverAccountReference 0 (1)
startDate nsE:startDate 0 (1)
maturityDate nsE:maturityDate 0 (1)
tenorName nsE:tenorName (1) (1)
tenorPeriod nsE:tenorPeriod (1) (1)
principal nsE:principal 0 (1)
fixedRate nsE:fixedRate 0 (1)
dayCountFraction nsE:dayCountFraction 0 (1)
features nsE:features 0 (1)
interest nsE:interest 0 (1)
payment nsE:payment 0 unbounded
<xs:group> nsE:PayerReceiver.model (1) (1)
<xs:group> nsE:Payer.model (1) (1)
<xs:group> nsE:Receiver.model (1) (1)
<xs:group> nsE:FxTenor.model 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsE:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsE:termDeposit