Definition Type: ComplexType
Name: DividendAdjustment
Namespace: http://www.fpml.org/FpML-5-0/reporting
Containing Schema: fpml-eq-shared-5-0.xsd
Abstract False
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 dividendPeriodXSD Diagram of DividendAdjustment
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
Collapse Comments:
blog comments powered by Disqus