Definition Type: SimpleType
Name: SideRateBasisEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
The specification of how an individual currency in an FX trade is quoted relative to the base currency.
Collapse XSD Schema Diagram:
XSD Diagram of SideRateBasisEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration Currency1PerBaseCurrency
Enumeration BaseCurrencyPerCurrency1
Enumeration Currency2PerBaseCurrency
Enumeration BaseCurrencyPerCurrency2
Collapse Derivation Tree:
Collapse References:
fpml:sideRateBasis