For a deeper look into our DataScope Select REST API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
2 0 1 4

Download chain ric constituents

Hi,

is it possible using DSS rest api to get the constituents of a chain ric, in this case 0#GEM.HK

Can i use HistoricalChainResolution?
at the moment running that i get

"message": "The user does not have permission to perform the requested operation."

So i wish to know if that could list the contituents.

If its not the case please let me know if there are other methods i could explore.

Thanks!

dss-rest-apidatascope-selectdsschain-ric
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.

Hello @cj.talas,

Thank you for your participation in the forum.

Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question.

Thanks,

-AHS

Upvote
Accepted
648 5 4 6

@cj.talas

You can use try below and the chain will be expanded to constituents.

https://hosted.datascopeapi.reuters.com/RestApi/v1/Extractions/ExtractWithNotes

{
    "ExtractionRequest": {
        "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.TermsAndConditionsExtractionRequest",
        "ContentFieldNames": ["RIC"],
        "IdentifierList": {
            "@odata.type": "#ThomsonReuters.Dss.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",
            "InstrumentIdentifiers": [{"Identifier": "0#GEM.HK","IdentifierType": "ChainRIC"}],
            "ValidationOptions": null,
            "UseUserPreferencesForValidationOptions": false
        }
    }
}

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
648 5 4 6

@cj.talas

Historical Chain expansions are available only for Tick History product users, I assume you are DSS user hence you are getting this error. Please get in touch with your point of contact in Refinitiv to discuss the Tick History offering.

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 0 1 4

@nityanand.koppad

With regards to Tick History product, got it.
Are there any other method to retrieve the chain ric constituents using the DSS API?

Thanks!

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 0 1 4

@nityanand.koppad

Thanks! question is answered and solved!

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.