Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • DSS /
avatar image
Question by everton.solon · Sep 18, 2020 at 11:36 PM · dss api

The DSS API is returning wrong values in ISINs Codes

I'm using DSS API dlls to fetch RIC Codes by ISINs and I realized that some RICs are wrong.
ISINs:
'BRBMEFBGI5P9', 'BRBMEFBGI5L8', 'BRBMEFBGI5F0'

Result from API:


When I make a search the site using BRBMEFBGI5L8 ISIN code, it doesn't retrieve any row:


That's my code:

var ExtractionsContext = ContextHelper.CreateExtractionsContext();

            var identifier = new InstrumentIdentifier
            {
                Identifier = "BRBMEFBGI5P9",
                IdentifierType = IdentifierType.Isin
            };

            var identifier2 = new InstrumentIdentifier
            {
                Identifier = "BRBMEFBGI5L8",
                IdentifierType = IdentifierType.Isin
            };
            var identifier3 = new InstrumentIdentifier
            {
                Identifier = "BRBMEFBGI5F0",
                IdentifierType = IdentifierType.Isin
            };

            var identifierLIst = new DssCollection<InstrumentIdentifier>();
            identifierLIst.Add(identifier);
            identifierLIst.Add(identifier2);
            identifierLIst.Add(identifier3);

            var extractionRequest = new TermsAndConditionsExtractionRequest
            {
                IdentifierList = InstrumentIdentifierList.Create(identifierLIst, null, false),
                ContentFieldNames = new[] { "RIC" }
            };

            var extractedRows = ExtractionsContext.Extract(extractionRequest).ToArray();

Could you please check it?

evidencia-do-erro.png (111.7 KiB)
consulta-na-reutrers.png (45.5 KiB)

People who like this

0 Show 0
Comment
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Reply

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by jirapongse.phuriphanvichai · Sep 21, 2020 at 04:53 AM

@everton.solon

As I know, the suffix ^n indicates that the RIC has been delisted. I have checked with Eikon and found that BRBMEFBGI5L8 is 1BGIN20^2.

Refer to the Datascope Select site, the Expiration date of 1BGIN20^2 is 07/31/2020. You may add "Trading Status" to the ContentFieldNames.

        {
            "Code": "TNC.Trading Status",
            "Name": "Trading Status",
            "Description": "1=active; 0=delisted.",
            "FormatType": "Number",
            "FieldGroup": "Tick History Reference"
        },

The result indicates that 1BGIN20^2 has been delisted.

        {         
            "RIC": "1BGIN20^2",
            "Trading Status": 0
        },

1600663630526.png (43.8 KiB)
Comment

People who like this

0 Show 0 · Share
10 |1500 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Watch this question

Add to watch list
Add to your watch list to receive emailed updates for this question. Too many emails? Change your settings >
12 People are following this question.

Related Questions

DSS parallel processing - sending API request for 5000 chains - in multiple batches

Search by File Code in FuturesAndOptionsSearch

DSS Rest API delayed chain search and expansion

I am getting ForbiddenException in 'No permission for template "SingleHistoricalPriceReportTemplate.' when i try to pull the historic rates

Cash flow bond structure using Datascope Select API

  • Feedback
  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Careers
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Calais
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • Refinitiv Data Platform
    • Refinitiv Data Platform Libraries
  • Rose's Space
  • Screening
    • Qual-ID API
    • Screening Deployed
    • Screening Online
    • World-Check One
    • World-Check One Zero Footprint
  • Side by Side Integration API
  • TR Knowledge Graph
  • TREP APIs
    • CAT
    • DACS Station
    • Open DACS
    • RFA
    • UPA
  • TREP Infrastructure
  • TRIT
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • World-Check Data File
  • Explore
  • Tags
  • Questions
  • Badges