fpml:correlationSwap
Specifies the structure of a correlation swap.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-correlation-swaps-5-5.xsd
Type: fpml:CorrelationSwap
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:additionalPayment [0..*] Specifies additional payment(s) between the principal parties to the netted swap.
- fpml:correlationLeg [1..1] Correlation Leg. Correlation Buyer is deemed to be the Equity Amount Receiver, Correlation Seller is deemed to be the Equity Amount Payer.
from type fpml:Productfrom group fpml:Product.modelfrom type fpml:NettedSwapBase - 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:correlationSwap
Sample instance
<fpml:correlationSwap> <fpml:primaryAssetClass>normalizedString</fpml:primaryAssetClass> <fpml:secondaryAssetClass>normalizedString</fpml:secondaryAssetClass> <fpml:productType>normalizedString</fpml:productType> <fpml:productId>normalizedString</fpml:productId> <fpml:embeddedOptionType>normalizedString</fpml:embeddedOptionType> <fpml:additionalPayment> <fpml:paymentAmount> <fpml:currency>normalizedString</fpml:currency> <fpml:amount>1.0</fpml:amount> </fpml:paymentAmount> <fpml:paymentType>normalizedString</fpml:paymentType> </fpml:additionalPayment> <fpml:correlationLeg> <fpml:legIdentifier> <fpml:legId legIdScheme="http://www.example.com/">token</fpml:legId> <fpml:version>1</fpml:version> <fpml:effectiveDate>2000-01-01</fpml:effectiveDate> </fpml:legIdentifier> <fpml:effectiveDate> <fpml:adjustableDate>... </fpml:adjustableDate> </fpml:effectiveDate> <fpml:terminationDate> <fpml:adjustableDate>... </fpml:adjustableDate> </fpml:terminationDate> <fpml:underlyer> <fpml:singleUnderlyer>... </fpml:singleUnderlyer> </fpml:underlyer> <fpml:settlementType>Cash</fpml:settlementType> <fpml:settlementDate> <fpml:adjustableDate>... </fpml:adjustableDate> </fpml:settlementDate> <fpml:settlementAmount> <fpml:currency>normalizedString</fpml:currency> <fpml:amount>1.0</fpml:amount> </fpml:settlementAmount> <fpml:valuation> <fpml:valuationDate>... </fpml:valuationDate> <fpml:valuationTimeType>Close</fpml:valuationTimeType> <fpml:valuationTime>... </fpml:valuationTime> <fpml:futuresPriceValuation>true</fpml:futuresPriceValuation> </fpml:valuation> <fpml:amount> <fpml:calculationDates>... </fpml:calculationDates> <fpml:observationStartDate>... </fpml:observationStartDate> <fpml:correlation>... </fpml:correlation> </fpml:amount> </fpml:correlationLeg> </fpml:correlationSwap>