<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>
|