fpml:varianceLeg
Variance Leg.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-variance-swaps-5-5.xsd
Type: fpml:VarianceLeg
Properties: Local, Qualified
Content
- Sequence [1..1]
- fpml:legIdentifier [0..*] Version aware identification of this leg.
- fpml:effectiveDate [0..1] Specifies the effective date of this leg of the swap. When defined in relation to a date specified somewhere else in the document (through the relativeDate component), this element will typically point to the effective date of the other leg of the swap.
- fpml:terminationDate [0..1] Specifies the termination date of this leg of the swap. When defined in relation to a date specified somewhere else in the document (through the relativeDate component), this element will typically point to the termination date of the other leg of the swap.
- fpml:underlyer [1..1] Specifies the underlyer of the leg.
- fpml:settlementType [0..1]
- fpml:settlementDate [0..1]
- Choice [0..1]
- fpml:settlementAmount Settlement Amount
- fpml:settlementCurrency Settlement Currency for use where the Settlement Amount cannot be known in advance
- fpml:valuation [0..1] Valuation of the underlyer.
- fpml:amount [1..1] Specifies, in relation to each Equity Payment Date, the amount to which the Equity Payment Date relates. Unless otherwise specified, this term has the meaning defined in the ISDA 2002 Equity Derivatives Definitions.
from type fpml:DirectionalLegfrom type fpml:DirectionalLegUnderlyerfrom group fpml:OptionSettlement.modelfrom group fpml:SettlementAmountOrCurrency.modelfrom type fpml:DirectionalLegUnderlyerValuation
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
id | [0..1] | xsd:ID | from type fpml:Leg |
Used in
- Type fpml:LimitedVarianceSwapTransactionSupplement (Element fpml:varianceSwapTransactionSupplement)
- Type fpml:VarianceSwapTransactionSupplement (Element fpml:varianceSwapTransactionSupplement)
Sample instance
<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>