<xsd:complexType name="ReturnLegValuation">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing the initial and final valuation of the underlyer.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="initialPrice" type="ReturnLegValuationPrice">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the initial reference price of the 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="notionalReset" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation xml:lang="en">Element named "equityNotionalReset" in versions prior to FpML 4.2 Second Working Draft. For equity swaps, this element is equivalent to the term "Equity Notional Reset" 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="ReturnLegValuationPrice" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the interim valuation price of the 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="ReturnLegValuationPrice">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the final valuation price of the 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="paymentDates" type="ReturnSwapPaymentDates">
<xsd:annotation>
<xsd:documentation xml:lang="en">Element named "equityPaymentDates" in versions prior to FpML 4.2 Second Working Draft. Specifies the payment dates of the swap.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="exchangeTradedContractNearest" type="ExchangeTradedContract" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">References a Contract on the Exchange.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|