Drilldown into DividendPayout Drilldown into DividendPayout Drilldown into DividendPayout
Definition Type Complex Type
Name DividendPayout
Namespace http://www.fpml.org/FpML-5-0/confirmation
Abstract False
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.
XSD Schema fpml-asset-5-0.xsd
Collapse XSD Schema Diagram
XSD Diagram of DividendPayout
Collapse XSD Schema Code
<xsd:complexType name="DividendPayout" >
  <xsd:annotation>
    <xsd:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" 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 xmlns:xml="http://www.w3.org/XML/1998/namespace" 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 xmlns:xml="http://www.w3.org/XML/1998/namespace" 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 minOccurs="0" maxOccurs="unbounded" name="dividendPayment" type="PendingPayment">
      <xsd:annotation>
        <xsd:documentation xmlns:xml="http://www.w3.org/XML/1998/namespace" 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
Collapse Derivation Tree
[No Sub Types]
DividendPayout
    fpml:dividendPayout
    fpml:dividendPayout
Collapse References
fpml:dividendPayout , fpml:dividendPayout
Generated using Liquid XML Studio Designer Edition 8.0.4.1955 - Featuring an XSD Editor