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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
11 4 4 8

Embargo to get Chain RIC expansion via DSS Rest API

One of my client is doing Soap API migration to Rest API.

He was doing an “IntradayPricingExtractionRequest” request to retrieve delayed future chain RIC. The time of expanding that Chain RIC is also delayed for them and the questions is whether it is possible to make the request and get immediately the Chain RIC expansion? They mentioned for Soap API there was no such delay on Chain RIC expansion

dss-rest-api#productchain-ricembargo
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.

@Hao.Tang

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the reply, and then close the question. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,


AHS


1 Answer

· Write an Answer
Upvotes
Accepted
79.2k 251 52 74

@Hao.Tang

Thank you for reaching out to us.

The client can use other report templates that don't have embargo rules to expand chain RICs, such as TermsAndConditionsExtractionRequest.

Otherwise, the client can set the OnlyNonEmbargoedData condition to true when using the

IntradayPricingExtractionRequest request.

 "IdentifierList": {
      "@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",  
      "InstrumentIdentifiers": [
        { "Identifier": "0#.SETI", "IdentifierType": "ChainRIC" }
      ]
    },
    "Condition": { "ScalableCurrency": true,"OnlyNonEmbargoedData":true }
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.

Thanks for the suggestion. Client only need intraday to get pricing data

May i know why Rest API we have embargo when chain RIC expansion while we do not have such embargo for Soap API?

@Hao.Tang

For this question, please contact the DSS support team direclty via MyRefinitiv.

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.