Definition Type: SimpleType
Name: DividendEntitlementEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
The date on which the receiver of the equity return is entitled to the dividend.
Collapse XSD Schema Diagram:
XSD Diagram of DividendEntitlementEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="DividendEntitlementEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The date on which the receiver of the equity return is entitled to the dividend.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="ExDate">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Dividend entitlement is on the dividend ex-date.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="RecordDate">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Dividend entitlement is on the dividend record date.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration ExDate
Enumeration RecordDate
Collapse Derivation Tree:
Collapse References:
fpml:dividendEntitlement