complexType "CalculatedAmount"
Namespace:
Content:
complex, 5 elements
Abstract:
(cannot be assigned directly to elements used in instance XML documents)
Defined:
Includes:
definitions of 2 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (5):
additionalDividends,
allDividends,
calculationDates (defined in CalculatedAmount complexType),
observationStartDate (defined in CalculatedAmount complexType),
optionsExchangeDividends
Known Direct Subtypes (2):
CorrelationAmount, VarianceAmount
All Direct / Indirect Based Elements (2):
amount (defined in VarianceLeg complexType),
Known Usage Locations
Annotation
An abstract base class for all calculated money amounts, which are in the currency of the cash multiplier of the calculation.
XML Source (w/o annotations (3); see within schema source)
<xsd:complexType abstract="true" name="CalculatedAmount">
<xsd:sequence>
<xsd:element minOccurs="0" name="calculationDates" type="AdjustableRelativeOrPeriodicDates"/>
<xsd:element minOccurs="0" name="observationStartDate" type="AdjustableOrRelativeDate"/>
<xsd:group ref="Dividends.model"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 2/5)
calculationDates
Type:
Specifies the date on which a calculation or an observation will be performed for the purpose of calculating the amount.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="calculationDates" type="AdjustableRelativeOrPeriodicDates"/>

observationStartDate
Type:
AdjustableOrRelativeDate, complex content
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.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="observationStartDate" type="AdjustableOrRelativeDate"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.