<xsd:complexType name="FxPerformanceFixedLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">FX Performance Fixed Leg describes Fixed FX Rate Payer and Fixed Rate.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FxPerformanceLeg">
<xsd:sequence>
<xsd:element name="fixedRate" type="PositiveDecimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">Fixed Rate means a rate, expressed as a decimal, equal to the per annum rate specified as such in the Confirmation for the Non-Deliverable Swap FX Transaction or that party (i.e., a per annum rate of 15.10% as specified in a Confirmation shall be expressed as 0.1510 for calculation purposes).</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|