Definition Type: ComplexType
Name: DividendPayout
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-asset-4-4.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into dividendPayment in schema fpml-asset-4-4_xsd Drilldown into dividendPayoutConditions in schema fpml-asset-4-4_xsd Drilldown into dividendPayoutRatio in schema fpml-asset-4-4_xsdXSD Diagram of DividendPayout in schema fpml-asset-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DividendPayout">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">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.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:element name="dividendPayoutRatio" type="xsd:decimal">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Specifies the actual dividend payout ratio associated with the equity underlyer.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="dividendPayoutConditions" type="xsd:string">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">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.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="dividendPayment" type="PendingPayment" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The next upcoming dividend payment or payments.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dividendPayoutRatio fpml:dividendPayoutRatio (1) (1)
dividendPayoutConditions fpml:dividendPayoutConditions (1) (1)
dividendPayment fpml:dividendPayment 0 unbounded
Collapse Derivation Tree:
Collapse References:
fpml:dividendPayout, fpml:dividendPayout