File code search

Aya
Aya LSEG
edited February 10 in DSS

I would like to create instrument list with Filecode #2 for TSE but exclude delisted RICs.

On GUI there is "Expand File Codes on Extraction to Include Delisted RICs".

On Rest API how can I set this preference option to False?

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Aya

    Thank you for reaching out to us.

    This setting is in the DSS User Preferences.

    image.png

    You can set it via the DSS REST API by using the /Users/UserPreferences endpoint.

    {
    "@odata.context": "https://selectapi.datascope.refinitiv.com/RestApi/v1/$metadata#UserPreferences",
    "value": [
    {
    "UserPreferenceId": 9008895,
    "ContentSettings": {
    "FiGlobalSnapshotPricesForPpxUs3Pm4PmEnabled": false,
    "IgnoreFinr": false,
    "ImportOfDuplicateInstrumentsAllowed": true,
    "ImportOfDuplicateLegalEntitiesAllowed": false,
    "ImportOfExpiredInstrumentsAllowed": true,
    "ImportOfOpenAccessRicsAllowed": false,
    "ImportOfUnsupportedInstrumentAllowed": false,
    "IncludeDelistedRicsForFileCodeExpansion": false,
    "PartialEmbargoedReportsEnabled": false,
    "IntermediateReportsEnabled": false,

    The property name is IncludeDelistedRicsForFileCodeExpansion. Please refer to the How to Retrieve Early Partial Delivery of Embargoed Reports via DataScope Select REST API article regarding how to use the /Users/UserPreferences endpoint to modify the User Preferences.