Definition Type: ComplexType
Name: CalculatedAmount
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-eq-shared-5-10.xsd
Abstract True
Documentation:
An abstract base class for all calculated money amounts, which are in the currency of the cash multiplier of the calculation.
Collapse XSD Schema Diagram:
Drilldown into allDividends in schema fpml-eq-shared-5-10_xsd1 Drilldown into additionalDividends in schema fpml-eq-shared-5-10_xsd1 Drilldown into optionsExchangeDividends in schema fpml-eq-shared-5-10_xsd1 Drilldown into Dividends.model in schema fpml-eq-shared-5-10_xsd1 Drilldown into observationStartDate in schema fpml-eq-shared-5-10_xsd1 Drilldown into calculationDates in schema fpml-eq-shared-5-10_xsd1XSD Diagram of CalculatedAmount in schema fpml-eq-shared-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="CalculatedAmount" abstract="true">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">An abstract base class for all calculated money amounts, which are in the currency of the cash multiplier of the calculation.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="calculationDates" type="AdjustableRelativeOrPeriodicDates" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the date on which a calculation or an observation will be performed for the purpose of calculating the amount.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="observationStartDate" type="AdjustableOrRelativeDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">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. Observation Start Date in accordance with the ISDA 2002 Equity Derivatives Definitions. Observation Period Start Date in accordance with the ISDA 2011 Equity Derivatives Definitions.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:group ref="Dividends.model" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationDates nsD:calculationDates 0 (1)
observationStartDate nsD:observationStartDate 0 (1)
optionsExchangeDividends nsD:optionsExchangeDividends 0 (1)
additionalDividends nsD:additionalDividends 0 (1)
allDividends nsD:allDividends 0 (1)
<xs:group> nsD:Dividends.model (1) (1)
Collapse Derivation Tree:
Collapse References:
nsD:CorrelationAmount, nsD:VarianceAmount, nsD:VolatilityAmount