XML Schema Documentation

Complex Type: PrincipalExchanges

[Table of contents]

Super-types: None
Sub-types: None
Name PrincipalExchanges
Abstract no
Documentation A type defining which principal exchanges occur for the stream.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
<initialExchange> xsd:boolean </initialExchange> [1]

'A true/false flag to indicate whether there is an initial exchange of principal on the effective date.'

<finalExchange> xsd:boolean </finalExchange> [1]

'A true/false flag to indicate whether there is a final exchange of principal on the termination date.'

<intermediateExchange> xsd:boolean </intermediateExchange> [1]

'A true/false flag to indicate whether there are intermediate or interim exchanges of principal during the term of the swap.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="PrincipalExchanges">
<xsd:sequence>
<xsd:element name="initialExchange" type=" xsd:boolean "/>
<xsd:element name="finalExchange" type=" xsd:boolean "/>
<xsd:element name="intermediateExchange" type=" xsd:boolean "/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID " use="optional"/>
</xsd:complexType>