Schema Central > FpML 5.5 Confirmation > fpml-business-events-5-5.xsd > fpml:increase
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

fpml:increase

Element information

Type: fpml:TradeNotionalChange

Properties: Local, Qualified

Content

Attributes

None

Used in

Sample instance

<increase>
   <tradeIdentifier>
      <partyReference href="party1"/>
      <tradeId tradeIdScheme="http://www.xyzbank.com/cd-trade-id">xyz1234</tradeId>
   </tradeIdentifier>
   <tradeIdentifier>
      <partyReference href="party2"/>
      <tradeId tradeIdScheme="http://www.abcbank.com/cd-trade-id">abc1234</tradeId>
   </tradeIdentifier>
   <agreementDate>2004-04-28</agreementDate>
   <effectiveDate>2004-04-30</effectiveDate>
   <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>
   <changeInNotionalAmount>
      <currency>USD</currency>
      <amount>1000000</amount>
   </changeInNotionalAmount>
   <outstandingNotionalAmount>
      <currency>USD</currency>
      <amount>6000000</amount>
   </outstandingNotionalAmount>
</increase>

Site developed and hosted by Datypic, Inc.

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