<xsd:complexType name="DividendLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Floating Payment Leg of a Dividend Swap.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="DirectionalLegUnderlyer">
<xsd:sequence>
<xsd:element name="declaredCashDividendPercentage" type="NonNegativeDecimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Declared Cash Dividend Percentage.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="declaredCashEquivalentDividendPercentage" type="NonNegativeDecimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Declared Cash Equivalent Dividend Percentage.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dividendPeriod" type="DividendPeriodPayment" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">One to many time bounded dividend payment periods, each with a fixed strike and dividend payment date per period.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|