<xsd:complexType name="PrincipalExchangeFeatures">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing the principal exchange features of the equity swap.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="principalExchanges" type="PrincipalExchanges" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The true/false flags indicating whether initial, intermediate or final exchanges of principal should occur.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="principalExchangeDescriptions" type="PrincipalExchangeDescriptions" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies each of the characteristics of the principal exchange cashflows, in terms of paying/receiving counterparties, amounts and dates.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|