<xsd:complexType name="SideRates">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type that is used for including rates against base currency for non-base currency FX contracts.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="baseCurrency" type="Currency">
<xsd:annotation>
<xsd:documentation xml:lang="en">The currency that is used as the basis for the side rates when calculating a cross rate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="currency1SideRate" type="SideRate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The exchange rate for the first currency of the trade against base currency.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="currency2SideRate" type="SideRate" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">The exchange rate for the second currency of the trade against base currency.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|