complexType "DividendPayout"
Namespace:
Content:
complex, 3 elements
Defined:
Includes:
definitions of 3 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
(dividendPayoutRatio | dividendPayoutConditions), dividendPayment*
</...>
Content Model Elements (3):
dividendPayment, dividendPayoutConditions, dividendPayoutRatio
All Direct / Indirect Based Elements (2):
dividendPayout (in basketConstituent), dividendPayout (in singleUnderlyer)
Known Usage Locations
Annotation
A type describing the dividend payout ratio associated with an equity underlyer. In certain cases the actual ratio is not known on trade inception, and only general conditions are then specified.
XML Source (w/o annotations (4); see within schema source)
<xsd:complexType name="DividendPayout">
<xsd:sequence>
<xsd:choice>
<xsd:element name="dividendPayoutRatio" type="xsd:decimal"/>
<xsd:element name="dividendPayoutConditions" type="xsd:string"/>
</xsd:choice>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="dividendPayment" type="PendingPayment"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 3/3)
dividendPayment
Type:
PendingPayment, complex content
The next upcoming dividend payment or payments.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="dividendPayment" type="PendingPayment"/>

dividendPayoutConditions
Type:
xsd:string, predefined, simple content
Specifies the dividend payout conditions that will be applied in the case where the actual ratio is not known, typically because of regulatory or legal uncertainties.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="dividendPayoutConditions" type="xsd:string"/>

dividendPayoutRatio
Type:
xsd:decimal, predefined, simple content
Specifies the actual dividend payout ratio associated with the equity underlyer.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="dividendPayoutRatio" type="xsd:decimal"/>

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.