what is field name to map for indicator field for a trade

I am getting trade data using EMA api. On trade table, I have a field name "indicator"...which field should I map to populate this field.

Best Answer

  • Hi @mizanur.kazi,

    Can you be more specific? "Indicator" is pretty vague given the data dictionary of fields contain many indicators. What may be helpful is to review the data dictionary (RDMFieldDictionary) and the associated enumeration table (enumtype.def) within the EMA package. For example, within the EMA Java package you will find these files within the <ESDK root>/Java/etc directory. Searching for indicator may pull up the details you are interested in. If you need further assistance on content details, you can reach out to the Refinitiv Helpdesk as they have content specialists who can help.