fpml:fxSingleLeg
A simple FX spot or forward transaction definition.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-fx-5-5.xsd
Type: fpml:FxSingleLeg
Properties: Global, Qualified
Content
- Sequence [1..1]
- Sequence [0..1]
- fpml:primaryAssetClass [0..1] A classification of the most important risk class of the trade. FpML defines a simple asset class categorization using a coding scheme.
- fpml:secondaryAssetClass [0..*] A classification of additional risk classes of the trade, if any. FpML defines a simple asset class categorization using a coding scheme.
- fpml:productType [0..*] A classification of the type of product. FpML defines a simple product categorization using a coding scheme.
- fpml:productId [0..*] A product reference identifier. The product ID is an identifier that describes the key economic characteristics of the trade type, with the exception of concepts such as size (notional, quantity, number of units) and price (fixed rate, strike, etc.) that are negotiated for each transaction. It can be used to hold identifiers such as the "UPI" (universal product identifier) required by certain regulatory reporting rules. It can also be used to hold identifiers of benchmark products or product temnplates used by certain trading systems or facilities. FpML does not define the domain values associated with this element. Note that the domain values for this element are not strictly an enumerated list.
- fpml:embeddedOptionType [0..2] Describes the type of any embedded optionality in the transaction that might not otherwise be apparent. Can be used to represent embedded optionality such as early termination provisions, extendible provisions, or cancelable provisions, etc., where applicable. If omitted, no embedded optionality is applicable.
- fpml:exchangedCurrency1 [1..1] This is the first of the two currency flows that define a single leg of a standard foreign exchange transaction.
- fpml:exchangedCurrency2 [1..1] This is the second of the two currency flows that define a single leg of a standard foreign exchange transaction.
- fpml:dealtCurrency [0..1] Indicates which currency was dealt.
- Choice [0..1]
- fpml:tenorName A tenor expressed with a standard business term (i.e. Spot, TomorrowNext, etc.)
- fpml:tenorPeriod A tenor expressed as a period type and multiplier (e.g. 1D, 1Y, etc.)
- Choice [1..1]
- fpml:valueDate The date on which both currencies traded will settle.
- Sequence [1..1]
- fpml:currency1ValueDate [1..1] The date on which the currency1 amount will be settled. To be used in a split value date scenario.
- fpml:currency2ValueDate [1..1] The date on which the currency2 amount will be settled. To be used in a split value date scenario.
- fpml:exchangeRate [0..1] The rate of exchange between the two currencies.
- fpml:nonDeliverableSettlement [0..1] Used to describe a particular type of FX forward transaction that is settled in a single currency (for example, a non-deliverable forward).
from type fpml:Productfrom group fpml:Product.modelfrom group fpml:FxCoreDetails.modelfrom group fpml:FxTenor.model - Sequence [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type fpml:Product |
Used in
- Type fpml:Strategy
- Type fpml:PhysicalSettlement (Element fpml:physicalSettlement)
- Type fpml:Trade (Elements fpml:trade, fpml:originalTrade, fpml:resultingTrade, fpml:trade, fpml:originalTrade, fpml:oldTrade, fpml:trade, fpml:feeTrade, fpml:newTrade, fpml:oldTrade, fpml:trade, fpml:trade)
Substitution hierarchy
- fpml:product
- can be substituted with fpml:fxSingleLeg
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>