<xsd:complexType name="FixedPaymentLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fixed Payment Leg of a Dividend Swap.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="DirectionalLeg">
<xsd:sequence>
<xsd:element name="fixedPayment" type="FixedPaymentAmount" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fixed payment of a dividend swap, payment date is relative to a dividend period payment date. Commonly the dividend leg and the fixed payment leg will pay out on the same date, and the payments will be netted.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|