XML Schema Documentation

Model Group: CurrencyAndDeterminationMethod.model

[Table of contents]

Name CurrencyAndDeterminationMethod.model
Used by (from the same schema document) Complex Type DividendConditions , Complex Type LegAmount
Documentation A group containing return swap amount currency definition methods
XML Instance Representation
Start Choice [1]
<currency> Currency </currency> [1]

'The currency in which an amount is denominated.'

<determinationMethod> DeterminationMethod </determinationMethod> [1]

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

<currencyReference> IdentifiedCurrencyReference </currencyReference> [1]

'Reference to a currency defined elsewhere in the document'

End Choice
Diagram
Schema Component Representation
<xsd:group name="CurrencyAndDeterminationMethod.model">
<xsd:choice>
<xsd:element name="currency" type=" Currency "/>
<xsd:element name="determinationMethod" type=" DeterminationMethod "/>
<xsd:element name="currencyReference" type=" IdentifiedCurrencyReference "/>
</xsd:choice>
</xsd:group>