XML Schema Documentation

Complex Type: CashflowNotional

[Table of contents]

Super-types: None
Sub-types: None
Name CashflowNotional
Used by (from the same schema document) Complex Type CashflowCalculationElements , Complex Type TradeDetails
Abstract no
Documentation The notional/principal value/quantity/volume used to compute the cashflow.
XML Instance Representation
<...
id=" xsd:ID [0..1]">
Start Choice [1]
<currency> Currency </currency> [1]

'The currency in which an amount is denominated.'

<units> xsd:normalizedString </units> [1]

'The units in which an amount (not monetary) is denominated.'

End Choice
<amount> xsd:decimal </amount> [1]

'The quantity of notional (in currency or other units).'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="CashflowNotional">
<xsd:sequence>
<xsd:choice>
<xsd:element name="currency" type=" Currency "/>
<xsd:element name="units" type=" xsd:normalizedString "/>
</xsd:choice>
<xsd:element name="amount" type=" xsd:decimal "/>
</xsd:sequence>
<xsd:attribute name="id" type=" xsd:ID "/>
</xsd:complexType>