fpml:swap
A swap product definition.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-ird-5-5.xsd
Other elements with the same name: fpml:swap
Type: fpml:Swap
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:swapStream [2..2] The swap streams.
- fpml:earlyTerminationProvision [0..1] Parameters specifying provisions relating to the optional and mandatory early terminarion of a swap transaction.
- fpml:cancelableProvision [0..1] A provision that allows the specification of an embedded option within a swap giving the buyer of the option the right to terminate the swap, in whole or in part, on the early termination date.
- fpml:extendibleProvision [0..1] A provision that allows the specification of an embedded option with a swap giving the buyer of the option the right to extend the swap, in whole or in part, to the extended termination date.
- fpml:additionalPayment [0..*] Additional payments between the principal parties.
from type fpml:Productfrom group fpml:Product.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:swap
Sample instance
<swap> <primaryAssetClass>InterestRate</primaryAssetClass> <productType>InterestRate:IRSwap:Basis</productType> <productId productIdScheme="http://www.dtcc.com/coding-scheme/external/GTR-Product-Id">Commodity:Metals:Precious:LoanLease:Cash</productId> <swapStream> <calculationPeriodDates id="gofoperioddates1"> <effectiveDate> <unadjustedDate>2012-01-01</unadjustedDate> </effectiveDate> <terminationDate> <unadjustedDate>2013-01-01</unadjustedDate> </terminationDate> </calculationPeriodDates> <paymentDates> <paymentFrequency> <periodMultiplier>3</periodMultiplier> <period>M</period> </paymentFrequency> </paymentDates> <resetDates id="resetDates1"> <resetFrequency> <periodMultiplier>3</periodMultiplier> <period>M</period> </resetFrequency> </resetDates> <calculationPeriodAmount> <calculation> <notionalSchedule> <notionalStepSchedule> <initialValue>100.00</initialValue> <currency>XAU</currency> </notionalStepSchedule> </notionalSchedule> <floatingRateCalculation> <floatingRateIndex>USD-LIBOR-BBA</floatingRateIndex> <indexTenor> <periodMultiplier>3</periodMultiplier> <period>M</period> </indexTenor> </floatingRateCalculation> <dayCountFraction>ACT/365.FIXED</dayCountFraction> </calculation> </calculationPeriodAmount> </swapStream> <swapStream> <calculationPeriodDates id="gofoperioddates2"> <effectiveDate> <unadjustedDate>2012-01-01</unadjustedDate> </effectiveDate> <terminationDate> <unadjustedDate>2013-01-01</unadjustedDate> </terminationDate> </calculationPeriodDates> <paymentDates> <paymentFrequency> <periodMultiplier>3</periodMultiplier> <period>M</period> </paymentFrequency> </paymentDates> <resetDates id="resetDates2"> <resetFrequency> <periodMultiplier>3</periodMultiplier> <period>M</period> </resetFrequency> </resetDates> <calculationPeriodAmount> <calculation> <notionalSchedule> <notionalStepSchedule> <initialValue>100.00</initialValue> <currency>XAU</currency> </notionalStepSchedule> </notionalSchedule> <floatingRateCalculation> <floatingRateIndex floatingRateIndexScheme="http://www.fpml.org/coding-scheme/commodity-floating-rate-index">GOFO</floatingRateIndex> </floatingRateCalculation> <dayCountFraction>ACT/365.FIXED</dayCountFraction> </calculation> </calculationPeriodAmount> </swapStream> </swap>