<xsd:simpleType name="SideRateBasisEnum">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The specification of how an individual currency in an FX trade is quoted relative to the base currency.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="Currency1PerBaseCurrency">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The amount of the exchangedCurrency1 for one unit of baseCurrency.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="BaseCurrencyPerCurrency1">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The amount of the baseCurrency for one unit of exchangedCurrency1.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="Currency2PerBaseCurrency">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The amount of the exchangedCurrency2 for one unit of baseCurrency.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="BaseCurrencyPerCurrency2">
<xsd:annotation>
<xsd:documentation source="http://www.FpML.org" xml:lang="en">The amount of the baseCurrency for one unit of exchangedCurrency2.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|