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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials

question

Upvotes
Accepted
1 0 1 1

Terms & Condition Reference Data

We are migrating to

"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.PriceHistoryExtractionRequest"

from

"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.ElektronTimeseriesExtractionRequest"


Although the API End Point : https://selectapi.datascope.refinitiv.com/RestApi/v1//Extractions/ExtractWithNotes

is same for both odata.type but I'm facing issue is finding the right field name from Terms and Condition Report template


Below are the fields which I was able to access:

"TRBC Business Sector Code",

"TRBC Business Sector Code Description",

"TRBC Economic Sector Code",

"TRBC Economic Sector Code Description",

"TRBC Industry Code",

"TRBC Industry Code Description",

"TRBC Industry Group Code",

"TRBC Industry Group Code Description"


But these are not accessible. Where can I find the right field name of my interest to put in request json body ?


At least help to find alternative to above fields.



============================================

sample JSON body request:

============================================

{

"ExtractionRequest": {

"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.PriceHistoryExtractionRequest",

"ContentFieldNames": [

"File Code",

"RIC",

"Issuer OrgID",

"Trade Date",

"Asset Type",

"Quote ID",

"Exchange Code",

"Currency Code",

"Quote PermID",

"Trading Status",

"Reference Company",

"ISIN",

"Exchange Description",

"Asset SubType",

"Asset SubType Description",

"Asset Type Description",

"Currency Code Description",

"CUSIP",

"Security Description",

"Ticker",

"Trading Symbol"

],

"IdentifierList": {

"@odata.type": "#DataScope.Select.Api.Extractions.ExtractionRequests.InstrumentIdentifierList",

"InstrumentIdentifiers": [

{ "Identifier": "GOOG.OQ", "IdentifierType": "Ric" }

]

},

"Condition": {

"AdjustedPrices": false,

"QueryStartDate": "2023-03-31T00:00:00.000Z",

"QueryEndDate": "2023-03-31T00:00:00.000Z"

}

}

}

======================================================




#technology#productapijsonrequestextractionon-demand-extraction
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.

Hi @zia ,

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 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

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
78.8k 250 52 74

@zia

Thanks for reaching out to us.

You can refer to the Refinitiv DataScope Select Data Content Guide which contains a list of available fields available in each DSS report template.

For example, the TRBC Business Sector Code content field is available in the following report templates.

  • Composite
  • Corporate Actions
  • Elektron Timeseries
  • Legal Entity Detail
  • Legal Entity Hierarchy
  • News Items
  • StarMine
  • Technical Indicators
  • Terms and Conditions

I hope that this information is of help.




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.