Skip to content

FIX TAG 692

QuotePriceType

intAdded FIX.4.4

Definition

Code to represent price type requested in Quote.

If the Quote Request is for a Swap, values 1-8 apply to all legs.

Compare versions

Differences between the selected source snapshots, including wording and errata; not a migration guide.

FIX 5.0 SP2 FIX Latest · EP309

Definition text changed

FIX 5.0 SP2

Code to represent price type requested in Quote. If the Quote Request is for a Swap values 1-8 apply to all legs.

FIX Latest · EP309

Code to represent price type requested in Quote.

If the Quote Request is for a Swap, values 1-8 apply to all legs.

Values only in FIX Latest · EP309 14

  • 12Price spread
    Additional source detail

    Price spread is expressed based on market convention for the asset being priced or traded. For example: the difference between the prices of a multileg switch or strategy expressed in basis points for a CDS or TBA roll; a price value to be added to a reference price, such as a "pay up" for specified pools.

  • 13Product ticks in halves
  • 14Product ticks in fourths
  • 15Product ticks in eighths
  • 16Product ticks in sixteenths
  • 17Product ticks in thirty-seconds
  • 18Product ticks in sixty-fourths
  • 19Product ticks in one-twenty-eighths
  • 20Normal rate representation (e.g. FX rate)
  • 21Inverse rate representation (e.g. FX rate)
  • 22Basis points
    Additional source detail

    When the price is not spread based

  • 23Up front points
    Additional source detail

    Used specifically for CDS pricing.

  • 24Interest rate
    Additional source detail

    When the price is an interest rate. For example, used with benchmark reference rate.

  • 25Percentage of notional

Value text or deprecation changed 3

ValueFIX 5.0 SP2FIX Latest · EP309
1Percent (percent of par)Percentage (i.e. percent of par) (often called "dollar price" for fixed income)
2Per Share (e.g. cents per share)Per unit (i.e. per share or contract)
6Spread - basis points relative to benchmarkSpread (basis points relative to benchmark)
Additional source detail

Usually the difference in yield between two switched bonds or a corporate bond traded spread-to-benchmark.

Values 24

ValueMeaning
1

Percentage (i.e. percent of par) (often called "dollar price" for fixed income)

2

Per unit (i.e. per share or contract)

3

Fixed Amount (absolute value)

4

Discount - percentage points below par

5

Premium - percentage points over par

6

Spread (basis points relative to benchmark)

Additional detail from the official source

Usually the difference in yield between two switched bonds or a corporate bond traded spread-to-benchmark.

7

TED Price

8

TED Yield

9

Yield Spread (swaps)

10

Yield

12

Price spread

Additional detail from the official source

Price spread is expressed based on market convention for the asset being priced or traded. For example: the difference between the prices of a multileg switch or strategy expressed in basis points for a CDS or TBA roll; a price value to be added to a reference price, such as a "pay up" for specified pools.

13

Product ticks in halves

14

Product ticks in fourths

15

Product ticks in eighths

16

Product ticks in sixteenths

17

Product ticks in thirty-seconds

18

Product ticks in sixty-fourths

19

Product ticks in one-twenty-eighths

20

Normal rate representation (e.g. FX rate)

21

Inverse rate representation (e.g. FX rate)

22

Basis points

Additional detail from the official source

When the price is not spread based

23

Up front points

Additional detail from the official source

Used specifically for CDS pricing.

24

Interest rate

Additional detail from the official source

When the price is an interest rate. For example, used with benchmark reference rate.

25

Percentage of notional

About the int data type

Sequence of digits without commas or decimals and optional sign character (ASCII characters "-" and "0" - "9" ). The sign character utilizes one byte (i.e. positive int is "99999" while negative int is "-99999"). Note that int values may contain leading zeros (e.g. "00023" = "23").

Used in messages 2

Includes nested components and repeating groups. Open a location to see its surrounding requirements.