IncTaxInd

Tag 416

IncTaxInd

Abbreviation:
Typeint
Tag416
AddedFIX.4.2
Used in1 messages

Description

Code to represent whether value is net (inclusive of tax) or gross.

Wire Format & Usage Example

Single field (key=value)
416=2 (Gross)
In a FIX message (BidRequest)
8=FIX.4.4 | 9=... | 35=k | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 |  | 416=2 (Gross) |  | 10=...

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

All valid values
WireNameDescription
416=2GrossGross
416=1NetNet

Enumerated Values

2
ValueSymbolic NameDescriptionAdded
2GrossGrossFIX.4.2
1NetNetFIX.4.2

Used in Messages

1