fpml:singlePayment
Specifies a single fixed amount that is payable by the buyer to the seller on the fixed rate payer payment date. The fixed amount to be paid is specified in terms of a known currency amount.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-cd-5-5.xsd
Type: fpml:SinglePayment
Properties: Local, Qualified
Content
- Sequence [1..1]
- fpml:adjustablePaymentDate [0..1] A fixed amount payment date that shall be subject to adjustment in accordance with the applicable business day convention if it would otherwise fall on a day that is not a business day. The applicable business day convention and business day are those specified in the dateAdjustments element within the generalTerms component. ISDA 2003 Term: Fixed Rate Payer Payment Date
- fpml:fixedAmount [1..1] A fixed payment amount. ISDA 2003 Term: Fixed Amount
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type fpml:PaymentBase |
Used in
- Type fpml:FeeLeg (Element fpml:feeLeg)
Sample instance
<fpml:singlePayment> <fpml:adjustablePaymentDate>2000-01-01</fpml:adjustablePaymentDate> <fpml:fixedAmount> <fpml:currency>normalizedString</fpml:currency> <fpml:amount>1.0</fpml:amount> </fpml:fixedAmount> </fpml:singlePayment>