XML Schema "fpml-dividend-swaps-5-7.xsd"
Target Namespace:
http://www.fpml.org/FpML-5/transparency
Version:
$Revision: 10780 $
Defined Components:
elements (2 global + 13 local), complexTypes (6)
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Schema Location:
W:\Documents\Tradeheader\trunk\trunk\xml\transparency\fpml-dividend-swaps-5-7.xsd; see XML source
Includes Schemas (2):
fpml-eqd-5-7.xsd [src], fpml-shared-5-7.xsd [src]
Included in Schemas (1):
fpml-main-5-7.xsd [src]
All Element Summary
dividendLeg
Dividend leg.
Type:
Content:
complex, 1 attribute, 13 elements
Defined:
dividendPeriod (in dividendLeg)
One to many time bounded dividend payment periods, each with a fixed strike and dividend payment date per period.
Type:
Content:
complex, 1 attribute, 5 elements
Defined:
locally within DividendLeg complexType; see XML source
dividendSwapOptionTransactionSupplement
Specifies the structure of the dividend swap transaction supplement.
Type:
Content:
complex, 1 attribute, 13 elements
Subst.Gr:
may substitute for element product
Defined:
globally; see XML source
Used:
never
dividendSwapTransactionSupplement
Specifies the structure of the dividend swap transaction supplement.
Type:
Content:
complex, 1 attribute, 7 elements
Subst.Gr:
may substitute for element product
Defined:
globally; see XML source
Used:
never
dividendSwapTransactionSupplement (in dividendSwapOptionTransactionSupplement)
The variance swap details.
Type:
Content:
complex, 1 attribute, 7 elements
Defined:
equityExercise (in dividendSwapOptionTransactionSupplement)
The parameters for defining how the equity option can be exercised, how it is valued and how it is settled.
Type:
Content:
complex, 7 elements
Defined:
equityPremium (in dividendSwapOptionTransactionSupplement)
The variance option premium payable by the buyer to the seller.
Type:
Content:
complex, 1 attribute, 6 elements
Defined:
fixedLeg (defined in DividendSwapTransactionSupplement complexType)
Fixed payment leg.
Type:
Content:
complex, 1 attribute, 4 elements
Defined:
fixedPayment
Fixed payment of a dividend swap, payment date is relative to a dividend period payment date.
Type:
Content:
complex, 1 attribute, 1 element
Defined:
locally within FixedPaymentLeg complexType; see XML source
fixedStrike
Fixed strike.
Type:
Content:
simple
Defined:
locally within DividendPeriodPayment complexType; see XML source
materialDividend
If present and true, then material non cash dividends are applicable.
Type:
xsd:boolean
Content:
simple
Defined:
locally within DividendLeg complexType; see XML source
multiplier (in dividendSwapOptionTransactionSupplement)
Specifies the contract multiplier that can be associated with an index option.
Type:
Content:
simple
Defined:
optionEntitlement (in dividendSwapOptionTransactionSupplement)
The number of shares per option comprised in the option transaction supplement.
Type:
Content:
simple
Defined:
paymentAmount (in fixedPayment)
Payment amount, which is optional since the payment amount may be calculated using fixed strike and number of open units.
Type:
Content:
complex, 1 attribute, 2 elements
Defined:
locally within FixedPaymentAmount complexType; see XML source
specialDividends
If present and true, then special dividends and memorial dividends are applicable.
Type:
xsd:boolean
Content:
simple
Defined:
locally within DividendLeg complexType; see XML source
Complex Type Summary
Floating Payment Leg of a Dividend Swap.
Content:
complex, 1 attribute, 13 elements
Defined:
globally; see XML source
Includes:
definitions of 3 elements
Used:
A time bounded dividend period, with fixed strike and a dividend payment date per period.
Content:
complex, 1 attribute, 5 elements
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Content:
complex, 1 attribute, 13 elements
Defined:
globally; see XML source
Includes:
definitions of 5 elements
Used:
A Dividend Swap Transaction Supplement.
Content:
complex, 1 attribute, 7 elements
Defined:
globally; see XML source
Includes:
definitions of 2 elements
Used:
Fixed payment amount within a Dividend Swap.
Content:
complex, 1 attribute, 1 element
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
Fixed Payment Leg of a Dividend Swap.
Content:
complex, 1 attribute, 4 elements
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
XML Source
<?xml version="1.0" encoding="utf-8"?>
<!--
== Copyright (c) 2002-2014 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: 10780 $" 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-7.xsd"/>
<xsd:include schemaLocation="fpml-shared-5-7.xsd"/>
<xsd:complexType name="DividendLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Floating Payment Leg of a Dividend Swap.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="DirectionalLegUnderlyer">
<xsd:sequence>
<xsd:group ref="DeclaredCashAndCashEquivalentDividendPercentage.model"/>
<xsd:element maxOccurs="unbounded" name="dividendPeriod" type="DividendPeriodPayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">
One to many time bounded dividend payment periods, each with a fixed strike and dividend payment date per period.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="specialDividends" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If present and true, then special dividends and memorial dividends are applicable.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="materialDividend" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>
If present and true, then material non cash dividends are applicable.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="DividendPeriodPayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">
A time bounded dividend period, with fixed strike and a dividend payment date per period.
</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="DividendPeriod">
<xsd:sequence>
<xsd:element minOccurs="0" name="fixedStrike" type="PositiveDecimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fixed strike.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--View Generation: SKIPPED paymentDate - Documentation-->
<!--View Generation: SKIPPED valuationDate - Documentation-->
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<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>
<xsd:complexType name="DividendSwapTransactionSupplement">
<xsd:annotation>
<xsd:documentation xml:lang="en">A Dividend Swap Transaction Supplement.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="Product">
<xsd:sequence>
<xsd:element minOccurs="0" name="dividendLeg" type="DividendLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Dividend leg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="fixedLeg" type="FixedPaymentLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fixed payment leg.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--View Generation: SKIPPED - Documentation-->
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="FixedPaymentAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fixed payment amount within a Dividend Swap.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="PaymentBase">
<xsd:sequence>
<xsd:element minOccurs="0" name="paymentAmount" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Payment amount, which is optional since the payment amount may be calculated using fixed strike and number of open units.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!--View Generation: SKIPPED paymentDate - Documentation-->
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:complexType name="FixedPaymentLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fixed Payment Leg of a Dividend Swap.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="DirectionalLeg">
<xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="fixedPayment" type="FixedPaymentAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Fixed payment of a dividend swap, payment date is relative to a dividend period payment date. Commonly the dividend leg and the fixed payment leg will pay out on the same date, and the payments will be netted.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
<xsd:annotation>
<xsd:documentation xml:lang="en">
Specifies the structure of the dividend swap transaction supplement.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dividendSwapTransactionSupplement" substitutionGroup="product" type="DividendSwapTransactionSupplement">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Specifies the structure of the dividend swap transaction supplement.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:schema>

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