Definition Type: ComplexType
Name: DeprecatedEquityLegValuation
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-return-swaps-4-4.xsd
Abstract
Documentation:
This type has been DEPRECATED. It will be removed in the next FpML major version. A type describing the initial and final valuation of the equity underlyer.
Collapse XSD Schema Diagram:
Drilldown into equityPaymentDates in schema fpml-return-swaps-4-4_xsd Drilldown into valuationPriceFinal in schema fpml-return-swaps-4-4_xsd Drilldown into valuationPriceInterim in schema fpml-return-swaps-4-4_xsd Drilldown into equityNotionalReset in schema fpml-return-swaps-4-4_xsd Drilldown into initialPrice in schema fpml-return-swaps-4-4_xsdXSD Diagram of DeprecatedEquityLegValuation in schema fpml-return-swaps-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="DeprecatedEquityLegValuation" fpml-annotation:deprecated="true" fpml-annotation:deprecatedReason="It has been made more generic as ReturnLegValuation to cover return swap type products." xmlns:fpml-annotation="http://www.fpml.org/annotation">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">This type has been DEPRECATED. It will be removed in the next FpML major version. A type describing the initial and final valuation of the equity underlyer.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="initialPrice" type="DeprecatedEquityLegValuationPrice">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the initial reference price of the equity underlyer. This price can be expressed either as an actual amount/currency, as a determination method, or by reference to another value specified in the swap document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="equityNotionalReset" type="xsd:boolean">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The term "Equity Notional Reset" is assumed to have the meaning as defined in the ISDA 2002 Equity Derivatives Definitions. The reference to the ISDA definition is either "Applicable" or 'Inapplicable".</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="valuationPriceInterim" type="DeprecatedEquityLegValuationPrice" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the interim valuation price of the equity underlyer. This price can be expressed either as an actual amount/currency, as a determination method, or by reference to another value specified in the swap document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="valuationPriceFinal" type="DeprecatedEquityLegValuationPrice">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the final valuation price of the equity underlyer. This price can be expressed either as an actual amount/currency, as a determination method, or by reference to another value specified in the swap document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="equityPaymentDates" type="DeprecatedEquityPaymentDates">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">Specifies the equity payment dates of the swap.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
initialPrice fpml:initialPrice (1) (1)
equityNotionalReset fpml:equityNotionalReset (1) (1)
valuationPriceInterim fpml:valuationPriceInterim 0 (1)
valuationPriceFinal fpml:valuationPriceFinal (1) (1)
equityPaymentDates fpml:equityPaymentDates (1) (1)
Collapse Derivation Tree:
Collapse References:
fpml:valuation