Definition Type: ComplexType
Name: DividendConditions
Namespace: http://www.fpml.org/FpML-5/reporting
Containing Schema: fpml-eq-shared-5-0.xsd
Abstract
Documentation:
A type describing the conditions governing the payment of dividends to the receiver of the equity return. With the exception of the dividend payout ratio, which is defined for each of the underlying components.
Collapse XSD Schema Diagram:
Drilldown into specialDividends in schema fpml-eq-shared-5-0_xsd1 Drilldown into dividendComposition in schema fpml-eq-shared-5-0_xsd1 Drilldown into nonCashDividendTreatment in schema fpml-eq-shared-5-0_xsd1 Drilldown into declaredCashEquivalentDividendPercentage in schema fpml-eq-shared-5-0_xsd1 Drilldown into declaredCashDividendPercentage in schema fpml-eq-shared-5-0_xsd1 Drilldown into DeclaredCashAndCashEquivalentDividendPercentage.model in schema fpml-eq-shared-5-0_xsd1 Drilldown into numberOfIndexUnits in schema fpml-eq-shared-5-0_xsd1 Drilldown into interestAccrualsMethod in schema fpml-eq-shared-5-0_xsd1 Drilldown into dividendFxTriggerDate in schema fpml-eq-shared-5-0_xsd1 Drilldown into currencyReference in schema fpml-eq-shared-5-0_xsd1 Drilldown into determinationMethod in schema fpml-eq-shared-5-0_xsd1 Drilldown into currency in schema fpml-eq-shared-5-0_xsd1 Drilldown into CurrencyAndDeterminationMethod.model in schema fpml-eq-shared-5-0_xsd1 Drilldown into excessDividendAmount in schema fpml-eq-shared-5-0_xsd1 Drilldown into extraOrdinaryDividends in schema fpml-eq-shared-5-0_xsd1 Drilldown into dividendPeriod in schema fpml-eq-shared-5-0_xsd1 Drilldown into dividendPeriodEndDate in schema fpml-eq-shared-5-0_xsd1 Drilldown into dividendPeriodEffectiveDate in schema fpml-eq-shared-5-0_xsd1 Drilldown into dividendPaymentDate in schema fpml-eq-shared-5-0_xsd1 Drilldown into dividendAmount in schema fpml-eq-shared-5-0_xsd1 Drilldown into dividendEntitlement in schema fpml-eq-shared-5-0_xsd1 Drilldown into dividendReinvestment in schema fpml-eq-shared-5-0_xsd1XSD Diagram of DividendConditions in schema fpml-eq-shared-5-0_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DividendConditions">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the conditions governing the payment of dividends to the receiver of the equity return. With the exception of the dividend payout ratio, which is defined for each of the underlying components.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="dividendReinvestment" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Boolean element that defines whether the dividend will be reinvested or not.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="dividendEntitlement" type="DividendEntitlementEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the date on which the receiver on the equity return is entitled to the dividend.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="dividendAmount" type="DividendAmountTypeEnum" minOccurs="0" />
        <xsd:element name="dividendPaymentDate" type="DividendPaymentDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies when the dividend will be paid to the receiver of the equity return. Has the meaning as defined in the ISDA 2002 Equity Derivatives Definitions. Is not applicable in the case of a dividend reinvestment election.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:choice>
            <xsd:sequence>
                <xsd:element name="dividendPeriodEffectiveDate" type="DateReference" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Dividend period has the meaning as defined in the ISDA 2002 Equity Derivatives Definitions. This element specifies the date on which the dividend period will commence.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="dividendPeriodEndDate" type="DateReference" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Dividend period has the meaning as defined in the ISDA 2002 Equity Derivatives Definitions. This element specifies the date on which the dividend period will end. It includes a boolean attribute for defining whether this end date is included or excluded from the dividend period.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
            <xsd:element name="dividendPeriod" type="DividendPeriodEnum" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">Defines the First Period or the Second Period, as defined in the 2002 ISDA Equity Derivatives Definitions.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
        <xsd:element name="extraOrdinaryDividends" type="PartyReference" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Reference to the party which determines if dividends are extraordinary in relation to normal levels.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="excessDividendAmount" type="DividendAmountTypeEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Determination of Gross Cash Dividend per Share.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="CurrencyAndDeterminationMethod.model" minOccurs="0" />
        <xsd:element name="dividendFxTriggerDate" type="DividendPaymentDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the date on which the FX rate will be considered in the case of a Composite FX swap.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="interestAccrualsMethod" type="InterestAccrualsCompoundingMethod" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the way in which interests are accrued: the applicable rate (fixed or floating reference) and the compounding method.</xsd:documentation>
                <xsd:documentation xml:lang="en">FpML entity</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="numberOfIndexUnits" type="NonNegativeDecimal" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines the Number Of Index Units applicable to a Dividend.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="DeclaredCashAndCashEquivalentDividendPercentage.model" />
        <xsd:element name="nonCashDividendTreatment" type="NonCashDividendTreatmentEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines treatment of Non-Cash Dividends.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="dividendComposition" type="DividendCompositionEnum" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Defines how the composition of Dividends is to be determined.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="specialDividends" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies the method according to which special dividends are determined.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dividendReinvestment nsB:dividendReinvestment 0 (1)
dividendEntitlement nsB:dividendEntitlement 0 (1)
dividendAmount nsB:dividendAmount 0 (1)
dividendPaymentDate nsB:dividendPaymentDate 0 (1)
dividendPeriodEffectiveDate nsB:dividendPeriodEffectiveDate 0 (1)
dividendPeriodEndDate nsB:dividendPeriodEndDate 0 (1)
dividendPeriod nsB:dividendPeriod 0 (1)
extraOrdinaryDividends nsB:extraOrdinaryDividends 0 (1)
excessDividendAmount nsB:excessDividendAmount 0 (1)
currency nsB:currency 0 (1)
determinationMethod nsB:determinationMethod 0 (1)
currencyReference nsB:currencyReference 0 (1)
dividendFxTriggerDate nsB:dividendFxTriggerDate 0 (1)
interestAccrualsMethod nsB:interestAccrualsMethod 0 (1)
numberOfIndexUnits nsB:numberOfIndexUnits 0 (1)
declaredCashDividendPercentage nsB:declaredCashDividendPercentage 0 (1)
declaredCashEquivalentDividendPercentage nsB:declaredCashEquivalentDividendPercentage 0 (1)
nonCashDividendTreatment nsB:nonCashDividendTreatment 0 (1)
dividendComposition nsB:dividendComposition 0 (1)
specialDividends nsB:specialDividends 0 (1)
<xs:group> nsB:CurrencyAndDeterminationMethod.model 0 (1)
<xs:group> nsB:DeclaredCashAndCashEquivalentDividendPercentage.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsB:dividendConditions, nsB:dividendConditions