<xsd:complexType name="FxTerms">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure which specifies FX conversion terms.</xsd:documentation>
</xsd:annotation>
<xsd:complexContent>
<xsd:extension base="FxFixing">
<xsd:sequence>
<xsd:element name="rate" type="PositiveDecimal">
<xsd:annotation>
<xsd:documentation xml:lang="en">The rate of exchange between the two currencies of the leg of a deal. Must be specified with a quote basis.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|