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 mithun.ghosh · Aug 28, 2020 at 01:04 PM · dss api.net apidss-sdkdss support.netsdk

Retireve prices based on overriden price contributor through User Defined Identifer2 -- DSS API -- .Net SDK

Hi Team,

Currently we are using DSS .Net SDK solution (API) to get pries using ‘’Premium End of Day Pricing’ template.

As per the user guide if we pass User Defined Identifier2 with a value ‘CPL,PA’ it will override the default price source and prices will retrieved based on overridden price source.

This is not working with SDK solution and the default price source prices are always retrieved.

Could someone share any sample code how we can accomplish this?

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.

2 Replies

  • Sort: 
avatar image
REFINITIV
Best Answer
Answer by jirapongse.phuriphanvichai · Sep 03, 2020 at 03:25 AM

@mithun.ghosh

There is an attribute named Source in the InstrumentIdentifer.

instrumentIdentifiers[0] = new InstrumentIdentifier
{
    IdentifierType = IdentifierType.Isin,
    Identifier = "US47770VBQ23",
    Source = "MB1"               
};

However, if I search for US47770VBQ23 in the DSS GUI. There are two sources (EJV and MB1) for US47770VBQ23.



1599103380901.png (63.9 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.

avatar image
REFINITIV
Answer by jirapongse.phuriphanvichai · Aug 31, 2020 at 06:28 AM

@mithun.ghosh

As I know, User Defined Identifiers are used for internal auditing and tracking purposes. It likes closures for identifiers.

You can specify User Defined Identifiers in instruments:

 instrumentIdentifiers[0] = new InstrumentIdentifier
 {
     IdentifierType = IdentifierType.Ric,
     Identifier = "IBM.N",
     UserDefinedIdentifier = "EQUITYTEST"
 };
 instrumentIdentifiers[1] = new InstrumentIdentifier
 {
     IdentifierType = IdentifierType.Cusip,
     Identifier = "438516AC0",
     UserDefinedIdentifier = "BONDTEST"
 };

Then, you can retrieve it in the ExtractionRow.

 foreach (ExtractionRow row in extractionDataRows)
 {
     Console.WriteLine(row.UserDefinedIdentifier);
...

Can you point me to the user guide that mentions " if we pass User Defined Identifier2 with a value ‘CPL.PA’ it will override the default price source and prices will be retrieved based on overridden price source."?


Comment

People who like this

0 Show 1 · 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.

avatar image
mithun.ghosh · Sep 03, 2020 at 12:28 AM 0
Share

When we extract from DSS portal, we are able to override price source by creating instrument list in this format

Eg. if default source for this instrument is EJV, but we want to override with CPL


Identifier Type, Identifier, User Defined Identifier, Price Source

ISN,US47770VBQ23,,CPL,


Also screenshot from user guide. How do we accomplish this through .NET SDK API?

microsoftteams-image.png (91.2 KiB)

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 >
13 People are following this question.

Related Questions

Which DSS API context should I use to send multiple ISINs and receive them back with their respective "RIC Codes"?

How to get decimal value with dots (100.10) instead of comma (100,10) in .Net SDK Solution?

Does DSS API supports instrument-less extractions?

missing data retrieval from Data Scope Interface

Search by File Code in FuturesAndOptionsSearch

  • 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