<xsd:element name="fxConversion" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies the currency conversion rate that applies to an amount. This rate can either be defined elsewhere in the document (case of a quanto swap), or explicitly described through this component.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element name="amountRelativeTo" type="AmountRelativeTo" />
<xsd:element name="fxRate" type="FxRate" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation xml:lang="en">Specifies a currency conversion rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
|