XML Schema Documentation

Complex Type: PrincipalExchangeAmount

[Table of contents]

Super-types: None
Sub-types: None
Name PrincipalExchangeAmount
Used by (from the same schema document) Complex Type PrincipalExchangeDescriptions
Abstract no
Documentation Specifies the principal exchange amount, either by explicitly defining it, or by point to an amount defined somewhere else in the swap document.
XML Instance Representation
<...>
Start Choice [1]
<amountRelativeTo> AmountReference </amountRelativeTo> [1]

'Reference to an amount defined elsewhere in the document.'

<determinationMethod> DeterminationMethod </determinationMethod> [1]

'Specifies the method according to which an amount or a date is determined.'

<principalAmount> Money </principalAmount> [1]

'Principal exchange amount when explictly stated.'

End Choice
</...>
Diagram
Schema Component Representation
<xsd:complexType name="PrincipalExchangeAmount">
<xsd:choice>
<xsd:element name="amountRelativeTo" type=" AmountReference "/>
<xsd:element name="determinationMethod" type=" DeterminationMethod "/>
<xsd:element name="principalAmount" type=" Money "/>
</xsd:choice>
</xsd:complexType>