XML Schema Documentation

Complex Type: PrincipalExchangeFeatures

[Table of contents]

Super-types: None
Sub-types: None
Name PrincipalExchangeFeatures
Used by (from the same schema document) Complex Type ReturnSwapBase
Abstract no
Documentation A type describing the principal exchange features of the equity swap.
XML Instance Representation
<...>
<principalExchanges> PrincipalExchanges </principalExchanges> [0..1]

'The true/false flags indicating whether initial, intermediate or final exchanges of principal should occur.'

<principalExchangeDescriptions> PrincipalExchangeDescriptions </principalExchangeDescriptions> [1..*]

'Specifies each of the characteristics of the principal exchange cashflows, in terms of paying/receiving counterparties, amounts and dates.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="PrincipalExchangeFeatures">
<xsd:sequence>
<xsd:element name="principalExchanges" type=" PrincipalExchanges " minOccurs="0"/>
<xsd:element name="principalExchangeDescriptions" type=" PrincipalExchangeDescriptions " maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>