Definition Type: ComplexType
Name: PaymentCalculationPeriod
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-ird-5-10.xsd
Abstract
Documentation:
A type defining the adjusted payment date and associated calculation period parameters required to calculate the actual or projected payment amount. This type forms part of the cashflow representation of a swap stream. - For use with pre-trade Credit Limit Check messages.
Collapse XSD Schema Diagram:
Drilldown into presentValueAmount in schema fpml-ird-5-10_xsd1 Drilldown into forecastPaymentAmount in schema fpml-ird-5-10_xsd1 Drilldown into discountFactor in schema fpml-ird-5-10_xsd1 Drilldown into fixedPaymentAmount in schema fpml-ird-5-10_xsd1 Drilldown into calculationPeriod in schema fpml-ird-5-10_xsd1 Drilldown into adjustedPaymentDate in schema fpml-ird-5-10_xsd1 Drilldown into unadjustedPaymentDate in schema fpml-ird-5-10_xsd1 Drilldown into id in schema fpml-ird-5-10_xsd1XSD Diagram of PaymentCalculationPeriod in schema fpml-ird-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PaymentCalculationPeriod">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type defining the adjusted payment date and associated calculation period parameters required to calculate the actual or projected payment amount. This type forms part of the cashflow representation of a swap stream. - For use with pre-trade Credit Limit Check messages.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="unadjustedPaymentDate" type="xsd:date" minOccurs="0" />
        <xsd:element name="adjustedPaymentDate" type="xsd:date" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The adjusted payment date. This date should already be adjusted for any applicable business day convention. This component is not intended for use in trade confirmation but may be specified to allow the fee structure to also serve as a cashflow type component (all dates the Cashflows type are adjusted payment dates).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice minOccurs="0">
            <xsd:element name="calculationPeriod" type="CalculationPeriod" maxOccurs="unbounded">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">The parameters used in the calculation of a fixed or floating rate calculation period amount. A list of calculation period elements may be ordered in the document by ascending start date. An FpML document which contains an unordered list of calcularion periods is still regarded as a conformant document.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="fixedPaymentAmount" type="xsd:decimal">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A known fixed payment amount.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="discountFactor" type="xsd:decimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A decimal value representing the discount factor used to calculate the present value of cash flow.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="forecastPaymentAmount" type="Money" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A monetary amount representing the forecast of the future value of the payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="presentValueAmount" type="Money" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A monetary amount representing the present value of the forecast payment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
unadjustedPaymentDate nsC:unadjustedPaymentDate 0 (1)
adjustedPaymentDate nsC:adjustedPaymentDate 0 (1)
calculationPeriod nsC:calculationPeriod (1) unbounded
fixedPaymentAmount nsC:fixedPaymentAmount (1) (1)
discountFactor nsC:discountFactor 0 (1)
forecastPaymentAmount nsC:forecastPaymentAmount 0 (1)
presentValueAmount nsC:presentValueAmount 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsC:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsC:paymentCalculationPeriod