Definition Type: ComplexType
Name: DividendPaymentDate
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-shared-4-4.xsd
Abstract
Documentation:
A type describing the date on which the dividend will be paid/received. This type is also used to specify the date on which the FX rate will be determined, when applicable.
Collapse XSD Schema Diagram:
Drilldown into adjustableDate in schema fpml-shared-4-4_xsd Drilldown into paymentDateOffset in schema fpml-shared-4-4_xsd Drilldown into dividendDateReference in schema fpml-shared-4-4_xsdXSD Diagram of DividendPaymentDate in schema fpml-shared-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DividendPaymentDate">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">A type describing the date on which the dividend will be paid/received. This type is also used to specify the date on which the FX rate will be determined, when applicable.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:choice>
            <xsd:sequence>
                <xsd:element name="dividendDateReference" type="DividendDateReferenceEnum">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Specification of the dividend date using an enumeration, with values such as the pay date, the ex date or the record date.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
                <xsd:element name="paymentDateOffset" type="Offset" minOccurs="0">
                    <xsd:annotation>
                        <xsd:documentation xml:lang="en">Only to be used when SharePayment has been specified in the dividendDateReference element. The number of Currency Business Days following the day on which the Issuer of the Shares pays the relevant dividend to holders of record of the Shares.</xsd:documentation>
                    </xsd:annotation>
                </xsd:element>
            </xsd:sequence>
            <xsd:element name="adjustableDate" type="AdjustableDate">
                <xsd:annotation>
                    <xsd:documentation xml:lang="en">A date that shall be subject to adjustment if it would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
dividendDateReference fpml:dividendDateReference (1) (1)
paymentDateOffset fpml:paymentDateOffset 0 (1)
adjustableDate fpml:adjustableDate (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:dividendFxTriggerDate, fpml:dividendPaymentDate