fpml:varianceSwapTransactionSupplement
Specifies the structure of a variance swap transaction supplement.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-variance-swaps-5-5.xsd
Other elements with the same name: fpml:varianceSwapTransactionSupplement
Type: fpml:VarianceSwapTransactionSupplement
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:varianceLeg [1..*] Variance 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: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:varianceSwapTransactionSupplement
Sample instance
<varianceSwapTransactionSupplement> <primaryAssetClass>Equity</primaryAssetClass> <productType>Equity:Option:Variance:Single-Name</productType> <varianceLeg> <underlyer> <singleUnderlyer> <index> <instrumentId instrumentIdScheme="http://www.fpml.org/schemes/4.1/instrumentId">.SP500</instrumentId> <currency>USD</currency> <exchangeId exchangeIdScheme="http://www.fpml.org/schemes/4.1/exchangeId">XNYS</exchangeId> <relatedExchangeId exchangeIdScheme="http://www.fpml.org/schemes/4.1/exchangeId">XCBO</relatedExchangeId> </index> </singleUnderlyer> </underlyer> <settlementType>Cash</settlementType> <valuation> <valuationDate id="FinalValuationDate"> <adjustableDate> <unadjustedDate>2004-07-21</unadjustedDate> </adjustableDate> </valuationDate> </valuation> <amount> <variance> <closingLevel>true</closingLevel> <varianceAmount> <currency>USD</currency> <amount>350000</amount> </varianceAmount> <varianceStrikePrice>950</varianceStrikePrice> <exchangeTradedContractNearest> <instrumentId instrumentIdScheme="http://www.fpml.org/schemes/4.1/instrumentId">.SP500</instrumentId> <currency>USD</currency> <exchangeId exchangeIdScheme="http://www.fpml.org/schemes/4.1/exchangeId">XNYS</exchangeId> <relatedExchangeId exchangeIdScheme="http://www.fpml.org/schemes/4.1/exchangeId">XCBO</relatedExchangeId> <contractReference>CBOE SEP04 SP500 FUTURE</contractReference> <expirationDate> <adjustableDate> <unadjustedDate>2004-09-23</unadjustedDate> </adjustableDate> </expirationDate> </exchangeTradedContractNearest> </variance> </amount> </varianceLeg> </varianceSwapTransactionSupplement>