How to interpret the Qualifier field in the TRTH v2 VenueByDay files?

For the TR Tick data, after the upgrade to TRTH v2, the fields like Prc TTE Flag and Prc SubMkt Id from EBD TAS files are combined together to Qualifier field for Trade data in the Venue By Day files. I haven't seen any data in the Qualifier field so far. Can I get any examples for this field and a set of possible values for this field?

Best Answer

  • Hi @ankita.motiramani

    For VBD, the Qualifier field format is:

    value[raw field name];value[raw field name];...

    For example:

    SWT[IRGCOND];NBL[PRC_QL2];C[NASDSTATUS]

    [IRG PRICE TYPE]: Regular + ISO + Form T
    [PRICE CODE 2]: non board lot
    [NASD STATUS]: closed market

Answers

  • Hi @warat B.,

    Thanks for the answer and the example.

    Additionally, could you tell me if there is a list of the translations for the "value" mnemonics, like in your example, NBL translates to non board lot?

  • Hi Warat,

    Thanks for the answer and the example.

    Additionally, could you tell me if there is a list of the "value" and its full form? like in your example, NBL translates to non board lot?

  • They are available here.

    Please note that it requires Thomson Reuters customer account, not the developer account that you use for this forum.

    Please contact your account team if you don't have one.

    Alternatively, you can download the real-time API SDK. There are files in \etc folder that have the list of all fields and their enum value.

  • Got it. Thanks.