<xsd:complexType name="QuotableFXLeg">
<xsd:annotation>
<xsd:documentation>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>
|