Schema Central > FpML 5.5 Confirmation > fpml-eq-shared-5-5.xsd > fpml:additionalPayment
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

fpml:additionalPayment

Specifies additional payment(s) between the principal parties to the netted swap.

Element information

Content

Attributes

NameOccTypeDescriptionNotes
id [0..1]xsd:IDfrom type fpml:PaymentBase

Used in

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>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com