Schema "fpml-variance-swaps-5-3.xsd"
Target Namespace:
http://www.fpml.org/FpML-5/transparency
Version:
$Revision: 9008 $
Defined Components:
global elements, 9 local elements, 5 complexTypes
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
C:\Irina-Local\SVN-FpML\branches\FpML-5-3-6-REC-1\xml\transparency\fpml-variance-swaps-5-3.xsd; see XML source
Includes Schema:
fpml-eqd-5-3.xsd [src]
Included in Schema:
fpml-main-5-3.xsd [src]
All Element Summary
amount (defined in VarianceLeg complexType) Specifies, in relation to each Equity Payment Date, the amount to which the Equity Payment Date relates.
Type:
Content:
complex, 3 elements
Defined:
locally witnin VarianceLeg complexType; see XML source
equityExercise (in varianceOptionTransactionSupplement) The parameters for defining how the equity option can be exercised, how it is valued and how it is settled.
Type:
Content:
complex, 5 elements
Defined:
equityPremium (in varianceOptionTransactionSupplement) The variance option premium payable by the buyer to the seller.
Type:
Content:
complex, 1 attribute, 6 elements
Defined:
multiplier (in varianceOptionTransactionSupplement) Specifies the contract multiplier that can be associated with an index option.
Type:
Content:
simple
Defined:
optionEntitlement (in varianceOptionTransactionSupplement) The number of shares per option comprised in the option transaction supplement.
Type:
Content:
simple
Defined:
variance Specifies Variance.
Type:
Content:
complex, 12 elements
Defined:
locally witnin VarianceAmount complexType; see XML source
varianceLeg (in varianceSwapTransactionSupplement in varianceOptionTransactionSupplement) Variance Leg.
Type:
Content:
complex, 1 attribute, 10 elements
Defined:
varianceLeg (in varianceSwapTransactionSupplement) Variance Leg.
Type:
Content:
complex, 1 attribute, 10 elements
Defined:
varianceOptionTransactionSupplement Specifies the structure of a variance option.
Type:
Content:
complex, 1 attribute, 11 elements
Subst.Gr:
may substitute for element product
Defined:
globally; see XML source
Used:
never
varianceSwapTransactionSupplement Specifies the structure of a variance swap transaction supplement.
Type:
Content:
complex, 1 attribute, 6 elements
Subst.Gr:
may substitute for element product
Defined:
globally; see XML source
Used:
never
varianceSwapTransactionSupplement (in varianceOptionTransactionSupplement) The variance swap details.
Type:
Content:
complex, 1 element
Defined:
Complex Type Summary
A Variance Swap Transaction Supplement - limited form for use as underlyer to option on variance swap.
Content:
complex, 1 element
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Calculation of a Variance Amount.
Content:
complex, 3 elements
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
A type describing return which is driven by a Variance Calculation.
Content:
complex, 1 attribute, 10 elements
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Content:
complex, 1 attribute, 11 elements
Defined:
globally; see XML source
Includes:
definitions of 5 elements
Used:
A Variance Swap Transaction Supplement.
Content:
complex, 1 attribute, 6 elements
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
XML Source
<?xml version="1.0" encoding="utf-8"?>
<!--
== Copyright (c) 2002-2012 All rights reserved.
== Financial Products Markup Language is subject to the FpML public license.
== A copy of this license is available at http://www.fpml.org/license/license.html
-->
<xsd:schema attributeFormDefault="unqualified" ecore:documentRoot="FpML" ecore:nsPrefix="trnsp" ecore:package="org.fpml.transparency" elementFormDefault="qualified" targetNamespace="http://www.fpml.org/FpML-5/transparency" version="$Revision: 9008 $" xmlns="http://www.fpml.org/FpML-5/transparency" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:fpml-annotation="http://www.fpml.org/annotation" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:include schemaLocation="fpml-eqd-5-3.xsd"/>
<xsd:annotation>
<xsd:documentation xml:lang="en">
A Variance Swap Transaction Supplement - limited form for use as underlyer to option on variance swap.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element maxOccurs="unbounded" name="varianceLeg" type="VarianceLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Variance Leg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="VarianceAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">Calculation of a Variance Amount.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="CalculatedAmount">
<xsd:sequence>
<xsd:element name="variance" type="Variance">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies Variance.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="VarianceLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A type describing return which is driven by a Variance Calculation.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="DirectionalLegUnderlyerValuation">
<xsd:sequence>
<xsd:element name="amount" type="VarianceAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">
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.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="VarianceOptionTransactionSupplement">
<xsd:complexContent>
<xsd:extension base="OptionBase">
<xsd:sequence>
<xsd:element minOccurs="0" name="equityPremium" type="EquityPremium">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The variance option premium payable by the buyer to the seller.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:annotation>
<xsd:documentation xml:lang="en">
The parameters for defining how the equity option can be exercised, how it is valued and how it is settled.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--View Generation: SKIPPED exchangeLookAlike - Documentation-->
<!--View Generation: SKIPPED methodOfAdjustment - Documentation-->
<xsd:choice minOccurs="0">
<xsd:element name="optionEntitlement" type="PositiveDecimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">
The number of shares per option comprised in the option transaction supplement.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="multiplier" type="PositiveDecimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Specifies the contract multiplier that can be associated with an index option.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:annotation>
<xsd:documentation xml:lang="en">The variance swap details.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<!--View Generation: SKIPPED VarianceSwap - Unsupported-->
<xsd:complexType name="VarianceSwapTransactionSupplement">
<xsd:annotation>
<xsd:documentation xml:lang="en">A Variance Swap Transaction Supplement.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="varianceLeg" type="VarianceLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Variance Leg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--View Generation: SKIPPED - Documentation-->
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the structure of a variance option.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--View Generation: SKIPPED varianceSwap - Unsupported-->
<xsd:element name="varianceSwapTransactionSupplement" substitutionGroup="product" type="VarianceSwapTransactionSupplement">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Specifies the structure of a variance swap transaction supplement.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:schema>

XML schema documentation generated with DocFlex/XML 1.8.6b2 using DocFlex/XML XSDDoc 2.5.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.