PriceType

Tag 423

PriceType

Abbreviation: PxTyp
Typeint
Tag423
AddedFIX.4.2
Used in28 messages

Description

Code to represent the price type. (For Financing transactions PriceType implies the "repo type" – Fixed or Floating – 9 (Yield) or 6 (Spread) respectively - and Price (44) gives the corresponding "repo rate". See Volume : "Glossary" for further value definitions)

Wire Format & Usage Example

Single field (key=value)
423=1 (Percentage)
In a FIX message (ExecutionReport)
8=FIX.4.4 | 9=... | 35=8 | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 423=1 (Percentage) |  | 10=...

Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 423=1 (Percentage) is this field's position in the message.

All valid values
WireNameDescription
423=1PercentagePercentage (i.e. percent of par) (often called "dollar price" for fixed income)
423=2PerUnitPer unit (i.e. per share or contract)
423=3FixedAmountFixed amount (absolute value)
423=4DiscountDiscount - percentage points below par
423=5PremiumPremium - percentage points over par
423=6SpreadSpread (basis points spread)
423=7TEDPriceTED Price
423=8TEDYieldTED Yield
423=9YieldYield
423=10FixedCabinetTradePriceFixed cabinet trade price (primarily for listed futures and options)
423=11VariableCabinetTradePriceVariable cabinet trade price (primarily for listed futures and options)
423=13ProductTicksInHalfsProduct ticks in halfs
423=14ProductTicksInFourthsProduct ticks in fourths
423=15ProductTicksInEightsProduct ticks in eights
423=16ProductTicksInSixteenthsProduct ticks in sixteenths
423=17ProductTicksInThirtySecondsProduct ticks in thirty-seconds
423=18ProductTicksInSixtyForthsProduct ticks in sixty-forths
423=19ProductTicksInOneTwentyEightsProduct ticks in one-twenty-eights

Enumerated Values

18
ValueSymbolic NameDescriptionAdded
1PercentagePercentage (i.e. percent of par) (often called "dollar price" for fixed income)FIX.4.2
2PerUnitPer unit (i.e. per share or contract)FIX.4.2
3FixedAmountFixed amount (absolute value)FIX.4.2
4DiscountDiscount - percentage points below parFIX.4.3
5PremiumPremium - percentage points over parFIX.4.3
6SpreadSpread (basis points spread)FIX.4.3
7TEDPriceTED PriceFIX.4.3
8TEDYieldTED YieldFIX.4.3
9YieldYieldFIX.4.4
10FixedCabinetTradePriceFixed cabinet trade price (primarily for listed futures and options)FIX.4.4
11VariableCabinetTradePriceVariable cabinet trade price (primarily for listed futures and options)FIX.4.4
13ProductTicksInHalfsProduct ticks in halfsFIX.4.4
14ProductTicksInFourthsProduct ticks in fourthsFIX.4.4
15ProductTicksInEightsProduct ticks in eightsFIX.4.4
16ProductTicksInSixteenthsProduct ticks in sixteenthsFIX.4.4
17ProductTicksInThirtySecondsProduct ticks in thirty-secondsFIX.4.4
18ProductTicksInSixtyForthsProduct ticks in sixty-forthsFIX.4.4
19ProductTicksInOneTwentyEightsProduct ticks in one-twenty-eightsFIX.4.4