<xsd:complexType name="QuotableFxLeg">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that represents a single exchange of one currency for another that may be quoted on. The definition allows currency amounts to be absent and does not include an exchange rate.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="QuotableProduct">
<xsd:sequence>
<xsd:element name="exchangedCurrency" type="QuotablePayment" minOccurs="0" />
<xsd:element name="exchangeRate" type="QuotableFxRate" />
<xsd:element name="nonDeliverableForward" type="FxCashSettlement" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Used to describe a particular type of FX forward transaction that is settled in a single currency.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|