<xsd:simpleType name="DividendDateReferenceEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The reference to a dividend date.</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">Date on which a holder of the security is entitled to the dividend.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="DividendPaymentDate">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Date on which the dividend will be paid by the issuer.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="RecordDate">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Date on which the dividend will be recorded in the books of the paying agent.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="TerminationDate">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Termination date of the swap.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="EquityPaymentDate">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Equity payment date of the swap.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FollowingPaymentDate">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The next payment date of the swap.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="AdHocDate">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The dividend date will be specified ad hoc by the parties, typically on the dividend ex-date</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CumulativeEquityPaid">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Total of paid dividends, paid on next following Cash Settlement Payment Date, which is immediately following the Dividend Period during which the dividend is paid by the Issuer to the holders of record of a Share.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CumulativeLiborPaid">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Total of paid dividends, paid on next following Payment Date, which is immediately following the Dividend Period during which the dividend is paid by the Issuer to the holders of record of a Share.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CumulativeEquityExDiv">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Total of dividends which go ex, paid on next following Cash Settlement Payment Date, which is immediately following the Dividend Period during which the Shares commence trading ex-dividend on the Exchange</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="CumulativeLiborExDiv">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">Total of dividends which go ex, paid on next following Payment Date, which is immediately following the Dividend Period during which the Shares commence trading ex-dividend on the Exchange, or where the date on which the Shares commence trading ex-dividend is a Payment Date, such Payment Date.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|