question

Upvotes
Accepted
11 1 2 4

Domain Models for exchange

The document enumtype.def has a list of exchanges in the world.

Question:

Refinitiv has Domain Model:

MarketPrice

MarketByPrice

MarketByOrder

Are these standard domain models appropriate for the entire list of exchanges that are in the enumtype.def document?

Are these three domain models standard for all market participants?

refinitiv-real-time
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.

1 Answer

· Write an Answer
Upvote
Accepted
17k 80 39 63

Hi @manucharfinalsi

The Domain models are exchange agnostic. As far as the specific models, the MarketPrice model will be available globally for all exchanges supported. The level2 models (MarketByPrice/MarketByOrder) are not available for every exchange - this is dependent on whether the exchange supports level 2 data or whether we have built the feed handlers to support level2 data for that exchange.

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.


figure-23-refinitiv-real-time-api-and-refinitiv-da.png


Please help to understand.

Exchange-Refinitiv Data Feed Direct

When exchange data goes to Refinitiv Data Feed Direct, is that real-time data converted to Domain Model MarketPrice and MarketByPrice (if the exchange supports Level 2)?

After converting the real-time data in accordance with the Domain Model, this data is broadcasted to the Cosumer?

Or does the exchange immediately give the real-time data in accordance with Refinitiv Domain Model?

Hi @manucharfinalsi

Yes, the Data Feed Direct will normalize the content from the exchange into our domain models, i.e. MarketPrice.

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.