<xsd:complexType name="LegAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type describing the amount that will paid or received on each of the payment dates. This type is used to define both the Equity Amount and the Interest Amount.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="CurrencyAndDeterminationMethod.model" minOccurs="0" />
<xsd:element name="referenceAmount" type="ReferenceAmount">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the reference Amount when this term either corresponds to the standard ISDA Definition (either the 2002 Equity Definition for the Equity Amount, or the 2000 Definition for the Interest Amount), or points to a term defined elsewhere in the swap document.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<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 defining the Equity Amount, and in accordance to the definition terms of this latter.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|