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]
<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
type_AmountReference
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>