Definition Type: SimpleType
Name: QuotationSideEnum
Namespace: http://www.fpml.org/2007/FpML-4-4
Containing Schema: fpml-enum-4-4.xsd
Documentation:
The side from which perspective a value is quoted.
Collapse XSD Schema Diagram:
XSD Diagram of QuotationSideEnum in schema fpml-enum-4-4_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="QuotationSideEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">The side from which perspective a value is quoted.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="Bid">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">A value "bid" by a buyer for an asset, i.e. the value a buyer is willing to pay.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Ask">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">A value "asked" by a seller for an asset, i.e. the value at which a seller is willing to sell.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Mid">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">A value midway between the bid and the ask value.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Bid
Enumeration Ask
Enumeration Mid
Collapse Derivation Tree:
Collapse References:
fpml:side, fpml:side