<xsd:complexType name="PrincipalExchanges">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type defining which principal exchanges occur for the stream.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="initialExchange" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">A true/false flag to indicate whether there is an initial exchange of principal on the effective date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="finalExchange" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">A true/false flag to indicate whether there is a final exchange of principal on the termination date.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="intermediateExchange" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">A true/false flag to indicate whether there are intermediate or interim exchanges of principal during the term of the swap.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID" use="optional" />
</xsd:complexType>
|