Definition Type: SimpleType
Name: QuotePriceType_enum_t
Namespace: http://www.fixprotocol.org/FIXML-4-4
Containing Schema: fixml-fields-base-4-4.xsd
Documentation:
Code to represent price type requested in Quote Valid values: = percent percent of par 2 = per share e g cents per share 3 = fixed amount absolute value 4 = discount percentage points below par 5 = premium percentage points over par 6 = basis points relative to benchmark 7 = TED price 8 = TED yield 9 = Yield spread swaps 0 = Yield If the Quote Request is for a Swap values 8 apply to all legs
Collapse XSD Schema Diagram:
XSD Diagram of QuotePriceType_enum_t in schema fixml-fields-base-4-4_xsd (Financial Information eXchange (FIX))
Collapse XSD Schema Code:
<xs:simpleType name="QuotePriceType_enum_t">
    <xs:annotation>
        <xs:documentation xml:lang="en">Code to represent price type requested in Quote  Valid values:  = percent  percent of par  2 = per share  e g  cents per share  3 = fixed amount  absolute value  4 = discount   percentage points below par 5 = premium   percentage points over par 6 = basis points relative to benchmark 7 = TED price 8 = TED yield 9 = Yield spread  swaps  0 = Yield If the Quote Request is for a Swap values  8 apply to all legs  
		</xs:documentation>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <xs:Xref Protocol="FIX" name="QuotePriceType" tag="692" datatype="int" ComponentType="Field" StdAbbrev="QuotPxTyp" QualifiedAbbrev="QuotPxTyp" Category="**BaseCatagory**" CategoryAbbrev="**BaseCatagoryXMLName**" />
            <xs:Xref Protocol="ISO_15022_XML" />
        </xs:appinfo>
        <xs:appinfo xmlns:x="http://www.fixprotocol.org/fixml/metadata.xsd">
            <x:EnumDoc value="1" desc="percent" />
            <x:EnumDoc value="2" desc="perShare" />
            <x:EnumDoc value="3" desc="fixedAmount" />
            <x:EnumDoc value="4" desc="discount" />
            <x:EnumDoc value="5" desc="premium" />
            <x:EnumDoc value="6" desc="basisPointsRelativeToBenchmark" />
            <x:EnumDoc value="7" desc="TEDPrice" />
            <x:EnumDoc value="8" desc="TEDYield" />
            <x:EnumDoc value="9" desc="YieldSpreadSwaps" />
            <x:EnumDoc value="10" desc="Yield" />
        </xs:appinfo>
    </xs:annotation>
    <xs:restriction base="xs:string">
        <xs:enumeration value="1" />
        <xs:enumeration value="2" />
        <xs:enumeration value="3" />
        <xs:enumeration value="4" />
        <xs:enumeration value="5" />
        <xs:enumeration value="6" />
        <xs:enumeration value="7" />
        <xs:enumeration value="8" />
        <xs:enumeration value="9" />
        <xs:enumeration value="10" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
Enumeration 1
Enumeration 2
Enumeration 3
Enumeration 4
Enumeration 5
Enumeration 6
Enumeration 7
Enumeration 8
Enumeration 9
Enumeration 10
Collapse Derivation Tree:
Collapse References:
nsA:QuotePriceType_t