complexType "PendingPayment"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
Content Model Diagram
XML Representation Summary |
| <... |
| |
|
| |
> |
| |
|
| </...> |
Content Model Elements (3):
-
All Direct / Indirect Based Elements (3):
-
Known Usage Locations
Annotation
A structure representing a pending dividend or coupon payment.
Type Definition Detail
Type Derivation Tree PendingPayment |
XML Source (w/o annotations (4); see within schema source)
| <xsd:complexType name="PendingPayment"> <xsd:complexContent> <xsd:sequence> <xsd:element minOccurs="0" name="paymentDate" type="xsd:date"/> <xsd:element minOccurs="0" name="amount" type="Money"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
Content Element Detail (all declarations; defined within this component only; 3/3) -
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.
XML Source (w/o annotations (1); see within schema source)
-
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).
XML Source (w/o annotations (1); see within schema source)
| <xsd:element minOccurs="0" name="amount" type="Money"/> |
-
Type: |
xsd:date, predefined, simple content |
The date that the dividend or coupon is due.
XML Source (w/o annotations (1); see within schema source)
| <xsd:element minOccurs="0" name="paymentDate" type="xsd:date"/> |