question

Upvotes
Accepted
2 5 4 9

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 512.0 KiB each and 1.0 MiB total.

@jim.yu

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Upvotes
Accepted
79.1k 250 52 74

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 512.0 KiB each and 1.0 MiB total.

Upvotes
2 5 4 9

@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 512.0 KiB each and 1.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)

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.