NetGrossInd

Tag 430

NetGrossInd

Abbreviation: NetGrossInd
Typeint
Tag430
AddedFIX.4.2
Used in5 messages

Description

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

Wire Format & Usage Example

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

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

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

Enumerated Values

2
ValueSymbolic NameDescriptionAdded
1NetNetFIX.4.2
2GrossGrossFIX.4.2