fpml:additionalPayment
Specifies additional payment(s) between the principal parties to the netted swap.
Element information
Namespace: http://www.fpml.org/FpML-5/confirmation
Schema document: fpml-eq-shared-5-5.xsd
Other elements with the same name: fpml:additionalPayment, fpml:additionalPayment, fpml:additionalPayment, fpml:additionalPayment
Type: fpml:ClassifiedPayment
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.
- fpml:paymentType [0..*] Payment classification.
from type fpml:PaymentBaseExtendedfrom group fpml:PayerReceiver.modelfrom type fpml:NonNegativePayment
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type fpml:PaymentBase |
Used in
- Type fpml:NettedSwapBase
- Type fpml:CorrelationSwap via extension of fpml:NettedSwapBase (Element fpml:correlationSwap)
- Type fpml:VarianceSwap via extension of fpml:NettedSwapBase (Element fpml:varianceSwap)
Sample instance
<additionalPayment> <payerPartyReference href="party1"/> <receiverPartyReference href="party2"/> <additionalPaymentAmount> <formula> <formulaDescription>18388000 * Reference Price * [6.5% (the upfront Fee) + 0.63% (taxes)]</formulaDescription> <math> <mn>18388000</mn> <mo>*</mo> <mi>ReferencePrice</mi> <mo>*</mo> <mo>(</mo> <mn>6.5</mn> <mo>%</mo> <mo>+</mo> <mn>0.63</mn> <mo>%</mo> <mo>)</mo> </math> <formulaComponent name="ReferencePrice"> <componentDescription>Volume-weighted average price per share of underlying security on Trade Date</componentDescription> </formulaComponent> </formula> </additionalPaymentAmount> <additionalPaymentDate> <relativeDate> <periodMultiplier>0</periodMultiplier> <period>D</period> <businessDayConvention>NotApplicable</businessDayConvention> <dateRelativeTo href="EffectiveDate"/> </relativeDate> </additionalPaymentDate> <paymentType>Upfront fee</paymentType> </additionalPayment>