question

Upvotes
Accepted
8 12 13 18

The symbols in a SYMBOL_LIST = items = RICs?

I'm a bit confused by the different terms:

  • If i understood correctly, a "symbol list" contains a list of symbols. (This one is easy)
  • A symbol and a RIC refer to the exact same thing. By example: EUR= is a RIC. It's also a symbol.
  • A symbol/RIC is the identifier of an instrument.

Is that correct?

elektronrefinitiv-realtimetrepricssymbology
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
Accepted
942 8 9 13

Yes, that's absolutely correct.

"Symbol" is a generic term used to designate the name of an instrument. A “RIC” (Reuters Instrument Code) is a type of symbol used by Thomson Reuters. ISIN, CUSIP and SEDOLs are other types of symbols. Thomson Reuters services use RICs to identify instruments. Services published by other provider applications may use different symbol types.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

>> With TREP APIs you must use RICs to identify instruments.

Nope.

With TREP APIs you identify market data instruments by a so-called 'data item name'. This identifier is naming standard agnostic, it does not at all need to be a RIC.If you are consuming from a TR service (on your TREP), then yes, that specific service will most likely use the RIC standard.

Hi @Lars-at-Addicticks,

You're absolutely right. The last sentence of my answer ("With TREP APIs you must use RICs to identify instruments") is not correct. I should have said: "Thomson Reuters services use RICs to identify instruments. Services published by other provider applications may use different symbol types".

Let me fix this to avoid any confusion.

Thanks for this clarification.

Upvotes
1.5k 5 6 7

A "symbol list" is an unordered list of strings. To each symbol you can optionally attach a field list (rarely used feature).

Most often the strings in the list designate data item names on the same service as from which you obtained the symbol list itself. However, there are no formal requirements of what a symbol list contains. It is just a list of "something". Whoever created the feed will let you know what the strings in the list represents. I think this feature was given the name "symbol list" because it is sort of a generic term. 99% of the time you can think of a symbol list as a "data item name list".

Data item names on TREP and in TREP APIs are really convention agnostic. They do not at all have to follow the RIC naming standard. If you have a Thomson Reuters feed on your TREP then that one will use the RIC naming standard, but other feeds on your TREP may use a different standard. It is all up to the publisher. This is why the words "RIC" and "data item name" are not interchangeable.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.