Definition Type: ComplexType
Name: DividendPayout
Namespace: http://www.fpml.org/2003/FpML-4-0
Containing Schema: fpml-asset-4-0.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 dividendPayoutConditions in schema fpml-asset-4-0_xsd Drilldown into dividendPayoutRatio in schema fpml-asset-4-0_xsdXSD Diagram of DividendPayout in schema fpml-asset-4-0_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: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:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dividendPayoutRatio nsA:dividendPayoutRatio (1) (1)
dividendPayoutConditions nsA:dividendPayoutConditions (1) (1)
Collapse Derivation Tree:
Collapse References:
nsA:dividendPayout, nsA:dividendPayout