Definition Type: ComplexType
Name: DividendAdjustment
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-eq-shared-4-4.xsd
Abstract
Documentation:
Container for Dividend Adjustment Periods, which are used to calculate the Deviation between Expected Dividend and Actual Dividend in that Period.
Collapse XSD Schema Diagram:
Drilldown into dividendPeriod in schema fpml-eq-shared-4-4_xsdXSD Diagram of DividendAdjustment in schema fpml-eq-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DividendAdjustment">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">Container for Dividend Adjustment Periods, which are used to calculate the Deviation between Expected Dividend and Actual Dividend in that Period.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="dividendPeriod" type="DividendPeriodDividend" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A single Dividend Adjustment Period.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dividendPeriod fpml:dividendPeriod (1) unbounded
Collapse Derivation Tree:
Collapse References:
fpml:dividendAdjustment