Definition Type: ComplexType
Name: PaymentCalculationPeriod
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-ird-4-0.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.
Collapse XSD Schema Diagram:
Drilldown into fixedPaymentAmount in schema fpml-ird-4-0_xsd Drilldown into calculationPeriod in schema fpml-ird-4-0_xsd Drilldown into adjustedPaymentDate in schema fpml-ird-4-0_xsd Drilldown into unadjustedPaymentDate in schema fpml-ird-4-0_xsd Drilldown into id in schema fpml-ird-4-0_xsdXSD Diagram of PaymentCalculationPeriod in schema fpml-ird-4-0_xsd (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.</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 my be specified to allow the fee structure to also serve as a cashflow type component (all dates the the Cashflows type are adjusted payment dates).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice>
            <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:sequence>
    <xsd:attribute name="id" type="xsd:ID" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
unadjustedPaymentDate nsA:unadjustedPaymentDate 0 (1)
adjustedPaymentDate nsA:adjustedPaymentDate 0 (1)
calculationPeriod nsA:calculationPeriod (1) unbounded
fixedPaymentAmount nsA:fixedPaymentAmount (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
Collapse Derivation Tree:
Collapse References:
nsA:paymentCalculationPeriod