Definition Type: ComplexType
Name: PendingPayment
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-asset-4-4.xsd
Abstract
Documentation:
A structure representing a pending dividend or coupon payment.
Collapse XSD Schema Diagram:
Drilldown into accruedInterest in schema fpml-asset-4-4_xsd Drilldown into amount in schema fpml-asset-4-4_xsd Drilldown into paymentDate in schema fpml-asset-4-4_xsdXSD Diagram of PendingPayment in schema fpml-asset-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PendingPayment">
    <xsd:annotation>
        <xsd:documentation>A structure representing a pending dividend or coupon payment.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="paymentDate" type="xsd:date">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The date that the dividend or coupon is due.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="amount" type="Money">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The amount of the dividend or coupon payment. Value of dividends or coupon between ex and pay date. Stock: if we are between ex-date and pay-date and the dividend is payable under the swap, then this should be the ex-div amount * # of securities. Bond: regardless of where we are vis-a-vis resets: (coupon % * face of bonds on swap * (bond day count fraction using days last coupon pay date of the bond through today).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="accruedInterest" type="Money" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Accrued interest on the dividend or coupon payment. When the TRS is structured to pay a dividend or coupon on reset after payable date, you may earn interest on these amounts. This field indicates the interest accrued on dividend/coupon from pay date to statement date. This will only apply to a handful of agreements where dividendss are held to the next reset AND you receive/pay interest on unpaid amounts.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
paymentDate fpml:paymentDate (1) (1)
amount fpml:amount (1) (1)
accruedInterest fpml:accruedInterest 0 (1)
Collapse Derivation Tree:
Collapse References:
fpml:couponPayment, fpml:couponPaymentfpml:dividendPayment,