<xsd:complexType name="DividendPeriodPayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">A time bounded dividend period, with fixed strike and a dividend payment date per period.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="DividendPeriod">
<xsd:sequence>
<xsd:element name="fixedStrike" type="PositiveDecimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fixed strike.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="paymentDate" type="AdjustableOrRelativeDate">
<xsd:annotation>
<xsd:documentation xml:lang="en">Dividend period amount payment date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|