fpml:variance
Specifies Variance.
Element information
Namespace: http://www.fpml.org/FpML-5/transparency
Schema document: fpml-variance-swaps-5-5.xsd
Type: fpml:Variance
Properties: Local, Qualified
Content
- Sequence [1..1]
- Choice [1..1]
- Sequence [1..1]
- fpml:initialLevel [0..1] Contract will strike off this initial level.
- fpml:initialLevelSource [0..1] Specifies whether the Initial Index Level should be the Closing Price Level, the Expiring Contract Level, VWAPPrice, TWAPPrice, NAV or Open Price.
- fpml:closingLevel If true this contract will strike off the closing level of the default exchange traded contract.
- fpml:expiringLevel If true this contract will strike off the expiring level of the default exchange traded contract.
- Sequence [1..1]
- fpml:expectedN [0..1] Expected number of trading days.
- fpml:varianceAmount [0..1] Variance amount, which is a cash multiplier.
- Choice [1..1]
- fpml:varianceCap [0..1] If present and true, then variance cap is applicable.
- fpml:unadjustedVarianceCap [0..1] For use when varianceCap is applicable. Contains the scaling factor of the Variance Cap that can differ on a trade-by-trade basis in the European market. For example, a Variance Cap of 2.5^2 x Variance Strike Price has an unadjustedVarianceCap of 2.5.
- fpml:boundedVariance [0..1] Conditions which bound variance. The contract specifies one or more boundary levels. These levels are expressed as prices for confirmation purposes Underlyer price must be equal to or higher than Lower Barrier is known as Up Conditional Swap Underlyer price must be equal to or lower than Upper Barrier is known as Down Conditional Swap Underlyer price must be equal to or higher than Lower Barrier and must be equal to or lower than Upper Barrier is known as Barrier Conditional Swap.
- fpml:exchangeTradedContractNearest [0..1] Specification of the exchange traded contract nearest.
- fpml:vegaNotionalAmount [0..1] Vega Notional represents the approximate gain/loss at maturity for a 1% difference between RVol (realised vol) and KVol (strike vol). It does not necessarily represent the Vega Risk of the trade.
from type fpml:CalculationFromObservation - Choice [1..1]
Attributes
None
Used in
- Type fpml:VarianceAmount (Element fpml:amount)
Sample instance
<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>