Schema Central > FpML 5.5 Transparency > fpml-fx-5-5.xsd > fpml:fxSingleLeg
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

fpml:fxSingleLeg

A simple FX spot or forward transaction definition.

Element information

Type: fpml:FxSingleLeg

Properties: Global, Qualified

Content

Attributes

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

Used in

Substitution hierarchy

Sample instance

<fxSingleLeg>
   <primaryAssetClass>ForeignExchange</primaryAssetClass>
   <productType>ForeignExchange:Forward</productType>
   <exchangedCurrency1>
      <paymentAmount>
         <currency>GBP</currency>
         <amount>10000000</amount>
      </paymentAmount>
   </exchangedCurrency1>
   <exchangedCurrency2>
      <paymentAmount>
         <currency>USD</currency>
         <amount>14800000</amount>
      </paymentAmount>
   </exchangedCurrency2>
   <valueDate>2001-10-25</valueDate>
   <exchangeRate>
      <quotedCurrencyPair>
         <currency1>GBP</currency1>
         <currency2>USD</currency2>
         <quoteBasis>Currency2PerCurrency1</quoteBasis>
      </quotedCurrencyPair>
      <rate>1.48</rate>
   </exchangeRate>
</fxSingleLeg>

Site developed and hosted by Datypic, Inc.

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