fpml:dividendSwapTransactionSupplement
The variance swap details.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-dividend-swaps-5-5.xsd
Other elements with the same name: fpml:dividendSwapTransactionSupplement
Type: fpml:DividendSwapTransactionSupplement
Properties: Local, 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:dividendLeg [0..1] Dividend leg.
- fpml:fixedLeg [0..1] Fixed payment leg.
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:DividendSwapOptionTransactionSupplement (Element fpml:dividendSwapOptionTransactionSupplement)
Sample instance
<dividendSwapTransactionSupplement> <primaryAssetClass>Equity</primaryAssetClass> <productType>Equity:Swap:Dividend:Single-Name</productType> <dividendLeg> <underlyer> <singleUnderlyer> <index> <instrumentId instrumentIdScheme="http://example.com/instrumentId">.FCHI</instrumentId> <currency>EUR</currency> <exchangeId>XPAR</exchangeId> <relatedExchangeId>XMAT</relatedExchangeId> <relatedExchangeId>XMON</relatedExchangeId> </index> <openUnits>1000</openUnits> </singleUnderlyer> </underlyer> <settlementType>Cash</settlementType> <settlementCurrency>USD</settlementCurrency> <declaredCashDividendPercentage>1.0</declaredCashDividendPercentage> <declaredCashEquivalentDividendPercentage>1.0</declaredCashEquivalentDividendPercentage> <dividendPeriod id="d1"> <unadjustedStartDate>2010-12-20</unadjustedStartDate> <unadjustedEndDate id="e1">2011-12-19</unadjustedEndDate> <fixedStrike>0.045</fixedStrike> </dividendPeriod> <dividendPeriod id="d2"> <unadjustedStartDate>2011-12-20</unadjustedStartDate> <unadjustedEndDate id="e2">2012-12-19</unadjustedEndDate> <fixedStrike>0.045</fixedStrike> </dividendPeriod> </dividendLeg> <fixedLeg> <fixedPayment> <paymentAmount> <currency>USD</currency> <amount>50000</amount> </paymentAmount> </fixedPayment> <fixedPayment> <paymentAmount> <currency>USD</currency> <amount>56000</amount> </paymentAmount> </fixedPayment> </fixedLeg> </dividendSwapTransactionSupplement>