fpml:payment
Element information
Namespace: http://www.fpml.org/FpML-5/confirmation
Schema document: fpml-business-events-5-5.xsd
Other elements with the same name: fpml:payment, fpml:payment, fpml:payment, fpml:payment, fpml:payment
Type: fpml:NonNegativePayment
Properties: Local, Qualified
Content
- Sequence [1..1]
- fpml:payerPartyReference [1..1] A reference to the party responsible for making the payments defined by this structure.
- fpml:payerAccountReference [0..1] A reference to the account responsible for making the payments defined by this structure.
- fpml:receiverPartyReference [1..1] A reference to the party that receives the payments corresponding to this structure.
- fpml:receiverAccountReference [0..1] A reference to the account that receives the payments corresponding to this structure.
- fpml:paymentDate [1..1] The payment date, which can be expressed as either an adjustable or relative date.
- fpml:paymentAmount [1..1] Non negative payment amount.
from type fpml:PaymentBaseExtendedfrom group fpml:PayerReceiver.model
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type fpml:PaymentBase |
Used in
- Type fpml:OptionExercise (Element fpml:optionExercise)
Sample instance
<payment> <payerPartyReference href="party1"/> <receiverPartyReference href="party2"/> <paymentAmount> <currency currencyScheme="http://www.fpml.org/coding-scheme/external/iso4217">USD</currency> <amount>100000</amount> </paymentAmount> <paymentDate> <adjustedDate>2004-04-30</adjustedDate> </paymentDate> </payment>