XML Schema Documentation

Complex Type: LegAmount

[Table of contents]

Super-types: None
Sub-types:
Name LegAmount
Used by (from the same schema document) Complex Type InterestLeg
Abstract no
Documentation A type describing the amount that will paid or received on each of the payment dates. This type is used to define both the Equity Amount and the Interest Amount.
XML Instance Representation
<...>
Start Group: CurrencyAndDeterminationMethod.model [0..1]
Start Choice [1]
<currency> IdentifiedCurrency </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
End Group: CurrencyAndDeterminationMethod.model
Start Choice [1]
<referenceAmount> ReferenceAmount </referenceAmount> [1]

'Specifies the reference Amount when this term either corresponds to the standard ISDA Definition (either the 2002 Equity Definition for the Equity Amount, or the 2000 Definition for the Interest Amount), or points to a term defined elsewhere in the swap document.'

<formula> Formula </formula> [1]

'Specifies a formula, with its description and components.'

<encodedDescription> xsd:base64Binary </encodedDescription> [1]

'Description of the leg amount when represented through an encoded image.'

End Choice
<calculationDates> AdjustableRelativeOrPeriodicDates </calculationDates> [0..1]

'Specifies the date on which a calculation or an observation will be performed for the purpose of defining the Equity Amount, and in accordance to the definition terms of this latter.'

</...>
Diagram
group_CurrencyAndDeterminationMethod.model
Schema Component Representation
<xsd:complexType name="LegAmount">
<xsd:sequence>
<xsd:group ref=" CurrencyAndDeterminationMethod.model " minOccurs="0"/>
<xsd:choice>
<xsd:element name="referenceAmount" type=" ReferenceAmount "/>
<xsd:element name="formula" type=" Formula "/>
<xsd:element name="encodedDescription" type=" xsd:base64Binary "/>
</xsd:choice>
<xsd:element name="calculationDates" type=" AdjustableRelativeOrPeriodicDates " minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>