Definition Type: ComplexType
Name: CalculatedAmount
Namespace: http://www.fpml.org/FpML-5/transparency
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 observationStartDate in schema fpml-eq-shared-5-10_xsd3 Drilldown into calculationDates in schema fpml-eq-shared-5-10_xsd3XSD Diagram of CalculatedAmount in schema fpml-eq-shared-5-10_xsd3 (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:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
calculationDates nsF:calculationDates 0 (1)
observationStartDate nsF:observationStartDate 0 (1)
Collapse Derivation Tree:
Collapse References:
nsF:CorrelationAmount, nsF:VarianceAmount, nsF:VolatilityAmount