Definition Type: ComplexType
Name: PaymentProjection
Namespace: http://www.fpml.org/FpML-5/confirmation
Containing Schema: fpml-loan-5-10.xsd
Abstract
Documentation:
A structure that represents interest payment projections.
Collapse XSD Schema Diagram:
Drilldown into projectedAmount in schema fpml-loan-5-10_xsd Drilldown into nextPaymentDate in schema fpml-loan-5-10_xsdXSD Diagram of PaymentProjection in schema fpml-loan-5-10_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PaymentProjection">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A structure that represents interest payment projections.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="nextPaymentDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The next payment for the associated event type is due on this date. This is an actual (adjusted) date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="projectedAmount" type="MoneyWithParticipantShare" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Projected amount payable on the next payment date.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
nextPaymentDate nsA:nextPaymentDate (1) (1)
projectedAmount nsA:projectedAmount 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:paymentProjection, nsA:paymentProjection, nsA:projection, nsA:projection, nsA:projection