question

Upvotes
Accepted
2 2 2 5

validate expired Ric and get current Ric

In SOAD TRTH, we have a step to pass in a set of Rics and get any expired one linking to new Ric(s). That is done in TimeAndSales with 'Symbology Change' for 'Old Value' and 'New Value'.

What is the equivalent request in REST on demand APIs?

I have read some question but not sure I find one. If there is one, please link here.

tick-history-rest-api
icon clock
10 |1500

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

Upvotes
Accepted
38.1k 69 35 53

Please verify this question. It uses HistoricalReferenceExtractionRequest.

The result is not the same as 'Symbology Change' in V1.

icon clock
10 |1500

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

Upvotes
2 2 2 5

@jirapongse.phuriphanvichai

It works. If I specify a list of Rics, after I retrieve the response, how do I link expired Ric with new Ric. In other words, is there any value in ContentFieldNames enables this?

icon clock
10 |1500

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

You can try the following content fields:

  "ContentFieldNames": [
           "Instrument ID",
           "Change Date",
           "RIC",
           "Trading Status"
        ]

Then, order the response by "Instrument ID" and "Change Date".

For each "Instrument ID", get the latest "RIC" that has "Trading Status" equal to one.

If it doesn't work, please share the list of expired RICs you are using.

historicalref.png (31.4 KiB)
Click below to post an Idea Post Idea