XML Schema "fpml-dividend-swaps-5-10.xsd"
Target Namespace:
Version:
$Revision: 13171 $
Defined Components:
elements (2 global + 19 local), complexTypes (6)
Default Namespace-Qualified Form:
Local Elements: qualified; Local Attributes: unqualified
Includes Schemas (2):
Included in Schemas (1):
All Element Summary
Specifies any instructions on how the physical settlement is to be effected when the option is exercised.
Type:
Content:
complex, 2 elements
Defined:
Dividend leg.
Type:
Content:
complex, 1 attribute, 18 elements
Defined:
One to many time bounded dividend payment periods, each with a fixed strike and dividend payment date per period.
Type:
Content:
complex, 1 attribute, 7 elements
Defined:
locally within DividendLeg complexType; see XML source
Specifies the structure of the dividend swap transaction supplement.
Type:
Content:
complex, 1 attribute, 19 elements
Subst.Gr:
may substitute for element product
Defined:
globally; see XML source
Used:
never
Specifies the structure of the dividend swap transaction supplement.
Type:
Content:
complex, 1 attribute, 12 elements
Subst.Gr:
may substitute for element product
Defined:
globally; see XML source
Used:
never
The variance swap details.
Type:
Content:
complex, 1 attribute, 12 elements
Defined:
The parameters for defining how the equity option can be exercised, how it is valued and how it is settled.
Type:
Content:
complex, 14 elements
Defined:
The variance option premium payable by the buyer to the seller.
Type:
Content:
complex, 1 attribute, 10 elements
Defined:
For a share option transaction, a flag used to indicate whether the transaction is to be treated as an 'exchange look-alike'.
Type:
xsd:boolean
Content:
simple
Defined:
Fixed payment leg.
Type:
Content:
complex, 1 attribute, 8 elements
Defined:
Fixed payment of a dividend swap, payment date is relative to a dividend period payment date.
Type:
Content:
complex, 1 attribute, 2 elements
Defined:
locally within FixedPaymentLeg complexType; see XML source
Fixed strike.
Type:
Content:
simple
Defined:
locally within DividendPeriodPayment complexType; see XML source
If present and true, then material non cash dividends are applicable.
Type:
xsd:boolean
Content:
simple
Defined:
locally within DividendLeg complexType; see XML source
Defines how adjustments will be made to the contract should one or more of the extraordinary events occur.
Type:
Content:
simple
Defined:
Specifies the contract multiplier that can be associated with an index option.
Type:
Content:
simple
Defined:
The number of shares per option comprised in the option transaction supplement.
Type:
Content:
simple
Defined:
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
Dividend period amount payment date.
Type:
Content:
complex, 1 attribute, 2 elements
Defined:
locally within DividendPeriodPayment complexType; see XML source
Payment date relative to another date.
Type:
Content:
complex, 1 attribute, 8 elements
Defined:
locally within FixedPaymentAmount complexType; see XML source
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
Dividend period amount valuation date.
Type:
Content:
complex, 1 attribute, 2 elements
Defined:
locally within DividendPeriodPayment complexType; see XML source
Complex Type Summary
Floating Payment Leg of a Dividend Swap.
Content:
complex, 1 attribute, 18 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, 7 elements
Defined:
globally; see XML source
Includes:
definitions of 3 elements
Used:
Content:
complex, 1 attribute, 19 elements
Defined:
globally; see XML source
Includes:
definitions of 8 elements
Used:
A Dividend Swap Transaction Supplement.
Content:
complex, 1 attribute, 12 elements
Defined:
globally; see XML source
Includes:
definitions of 2 elements
Used:
Fixed payment amount within a Dividend Swap.
Content:
complex, 1 attribute, 2 elements
Defined:
globally; see XML source
Includes:
definitions of 2 elements
Used:
Fixed Payment Leg of a Dividend Swap.
Content:
complex, 1 attribute, 8 elements
Defined:
globally; see XML source
Includes:
definition of 1 element
Used:
XML Source
<?xml version="1.0" encoding="utf-8"?>
<!--
== Copyright (c) 2002-2018 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="rpt" ecore:package="org.fpml.reporting" elementFormDefault="qualified" targetNamespace="http://www.fpml.org/FpML-5/reporting" version="$Revision: 13171 $" xmlns="http://www.fpml.org/FpML-5/reporting" 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-10.xsd"/>
<xsd:include schemaLocation="fpml-shared-5-10.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" minOccurs="0" 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 xml:lang="en">
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 xml:lang="en">
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>
<xsd:element minOccurs="0" name="paymentDate" type="AdjustableOrRelativeDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">Dividend period amount payment date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="valuationDate" type="AdjustableOrRelativeDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">Dividend period amount valuation date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</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:element minOccurs="0" name="equityExercise" type="EquityExerciseValuationSettlement">
<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>
<xsd:element minOccurs="0" name="exchangeLookAlike" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">
For a share option transaction, a flag used to indicate whether the transaction is to be treated as an 'exchange look-alike'. This designation has significance for how share adjustments (arising from corporate actions) will be determined for the transaction. For an 'exchange look-alike' transaction the relevant share adjustments will follow that for a corresponding designated contract listed on the related exchange (referred to as Options Exchange Adjustment (ISDA defined term), otherwise the share adjustments will be determined by the calculation agent (referred to as Calculation Agent Adjustment (ISDA defined term)).
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="methodOfAdjustment" type="MethodOfAdjustmentEnum">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Defines how adjustments will be made to the contract should one or more of the extraordinary events occur.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<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:element minOccurs="0" name="clearingInstructions" type="SwaptionPhysicalSettlement">
<xsd:annotation>
<xsd:documentation xml:lang="en">
Specifies any instructions on how the physical settlement is to be effected when the option is exercised.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<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>
<xsd:group minOccurs="0" ref="EquityUnderlyerProvisions.model"/>
</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>
<xsd:element minOccurs="0" name="paymentDate" type="RelativeDateOffset">
<xsd:annotation>
<xsd:documentation xml:lang="en">Payment date relative to another date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</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.10b5 using DocFlex/XML XSDDoc 2.8.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.