XML Schema Documentation

Complex Type: DividendAdjustment

[Table of contents]

Super-types: None
Sub-types: None
Name DividendAdjustment
Used by (from the same schema document) Complex Type OptionFeatures
Abstract no
Documentation Container for Dividend Adjustment Periods, which are used to calculate the Deviation between Expected Dividend and Actual Dividend in that Period.
XML Instance Representation
<...>
<dividendPeriod> DividendPeriodDividend </dividendPeriod> [1..*]

'A single Dividend Adjustment Period.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="DividendAdjustment">
<xsd:sequence>
<xsd:element name="dividendPeriod" type=" DividendPeriodDividend " maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>