Definition Type: ComplexType
Name: DividendPeriodDividend
Namespace: http://www.fpml.org/2007/FpML-4-4
Type: fpml:DividendPeriod
Containing Schema: fpml-eq-shared-4-4.xsd
Abstract
Documentation:
A time bounded dividend period, with an expected dividend for each period.
Collapse XSD Schema Diagram:
Drilldown into multiplier in schema fpml-eq-shared-4-4_xsd Drilldown into dividend in schema fpml-eq-shared-4-4_xsd Drilldown into underlyerReference in schema fpml-eq-shared-4-4_xsd Drilldown into dateAdjustments in schema fpml-eq-shared-4-4_xsd Drilldown into unadjustedEndDate in schema fpml-eq-shared-4-4_xsd Drilldown into unadjustedStartDate in schema fpml-eq-shared-4-4_xsd Drilldown into id in schema fpml-eq-shared-4-4_xsd Drilldown into DividendPeriod in schema fpml-eq-shared-4-4_xsdXSD Diagram of DividendPeriodDividend in schema fpml-eq-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DividendPeriodDividend">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A time bounded dividend period, with an expected dividend for each period.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexContent>
        <xsd:extension base="DividendPeriod">
            <xsd:sequence>
                <xsd:element name="dividend" type="Money">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Expected dividend in this period.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="multiplier" type="PositiveDecimal">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Multiplier is a percentage value which is used to produce Deviation by multiplying the difference between Expected Dividend and Actual Dividend Deviation = Multiplier * (Expected Dividend — Actual Dividend).</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
        </xsd:extension>
    </xsd:complexContent>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
unadjustedStartDate fpml:unadjustedStartDate (1) (1)
unadjustedEndDate fpml:unadjustedEndDate (1) (1)
dateAdjustments fpml:dateAdjustments (1) (1)
underlyerReference fpml:underlyerReference 0 (1)
dividend fpml:dividend (1) (1)
multiplier fpml:multiplier (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
id fpml:id (Optional)
Collapse Derivation Tree:
Collapse References:
fpml:dividendPeriod