XML Schema Documentation

Complex Type: VarianceAmount

[Table of contents]

Super-types: CalculatedAmount < VarianceAmount (by extension)
Sub-types: None
Name VarianceAmount
Used by (from the same schema document) Complex Type VarianceLeg
Abstract no
Documentation Calculation of a Variance Amount.
XML Instance Representation
<...>
<calculationDates> AdjustableRelativeOrPeriodicDates </calculationDates> [0..1]

'Specifies the date on which a calculation or an observation will be performed for the purpose of calculating the amount.'

<observationStartDate> AdjustableOrRelativeDate </observationStartDate> [0..1]

'The start of the period over which observations are made which are used in the calculation Used when the observation start date differs from the trade date such as for forward starting swaps.'

<optionsExchangeDividends> xsd:boolean </optionsExchangeDividends> [0..1]

'If present and true, then options exchange dividends are applicable.'

<additionalDividends> xsd:boolean </additionalDividends> [0..1]

'If present and true, then additional dividends are applicable.'

<allDividends> xsd:boolean </allDividends> [0..1]

'Represents the European Master Confirmation value of \'All Dividends\' which, when applicable, signifies that, for a given Ex-Date, the daily observed Share Price for that day is adjusted (reduced) by the cash dividend and/or the cash value of any non cash dividend per Share (including Extraordinary Dividends) declared by the Issuer.'

<variance> Variance </variance> [1]

'Specifies Variance.'

</...>
Diagram
Schema Component Representation
<xsd:complexType name="VarianceAmount">
<xsd:complexContent>
<xsd:extension base=" CalculatedAmount ">
<xsd:sequence>
<xsd:element name="variance" type=" Variance "/>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>