<xs:simpleType name="Spread_t">
<xs:annotation>
<xs:documentation>
For Fixed Income. Either Swap Spread or Spread to Benchmark depending upon the order type.
Spread to Benchmark: Basis points relative to a benchmark. To be expressed as "count of basis points" (vs. an absolute value). E.g. High Grade Corporate Bonds may express price as basis points relative to benchmark (the BenchmarkCurveName (22) field). Note: Basis points can be negative.
Swap Spread: Target spread for a swap.
</xs:documentation>
<xs:appinfo>
<fm:Xref Protocol="FIX" name="Spread" ComponentType="Field" Tag="218" Type="PriceOffset" AbbrName="Spread" xmlns:fm="http://www.fixprotocol.org/FIXML-5-0-SP2/METADATA" />
</xs:appinfo>
</xs:annotation>
<xs:restriction base="PriceOffset" />
</xs:simpleType>
|