question

Upvotes
Accepted
3 0 0 1

Open DACS API中, 如何列出某个用户所有的RIC?

你好,

我们正在使用DACS 和Open DACS API。

现在我正在看getSubscriptionList()方法。你能否举一些例子,说明返回结果列表的样子?

另外,有没有一个方法,可以列出一个用户有权限的全部RIC列表?


谢谢!

open-dacs
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 @Xihua.Guan,

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.


Thanks,

AHS


Upvotes
Accepted
32.2k 40 11 20

Hello @Xihua.Guan ,

Just in case, please see:

https://translate.google.com/

For examples of getSubscriptionList() results, you may wish to review ODPS Developer Guide hosted on MyRefinitiv -> subscriptionList Text Example #1, #2, #3. :

subsriptionlistresult.gif

The OpenDACS methods that are available to verify all of user's permissions are getSubscriptionList and getPEList.

Instruments/RICs that are available from service/provider are defined at service/provider level, and can be very dynamic, change often, and via DACS lock that comes to subscriber app with an item, should be correlated with the permissions that are defined per user in DACS, ensuring the compliance.

OpenDACS is a viewpoint into DACS. This is why OpenDACS allows to access and verify user permissions, and not access the complete RIC list.

Hope that this additional information helps



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.

Upvotes
3 0 0 1

我不相信你能用DACS或OpenDACS做到这一点, 因为DACS只是存储许可规则, 而不是每个交易所的每个RIC的, 而OpenDACS API相当于是DACS的一种视图。

我想到几种可能的方法,并建议与你的Refinitiv客户经理联系,尝试找出适合你公司的最佳方法。


1. 通过Refinitiv数据平台 -> SearchLight访问参考资料。

RDP是一个产品,它包含了许多服务,包括SearchLight,详情见RDP Search Light API用户指南。它提供HTTP REST接口,一旦通过认证,对RDP SearchLight的请求像这样:

{

"View": "EquityQuotes",

"Filter": "ExchangeName eq 'NYSE Consolidated' ",

"Select": "RIC,CompositeRIC,IssuerCommonName,ExchangeName",

"Top": 500,

"Skip": 0

}


2. 参考数据产品,如Datascope Select,如果你有该产品,可能是最好的方法。请参考一个英文帖子


3. 前端产品,如Eikon/Refinitiv Workspace,可以通过筛选来完成。有俩英文帖子可参考AB


4. 如果是供应商/源发布的链,该链涵盖了该交易所的内容,这是另一种方法,这可以是一个子集,可能覆盖范围可以从多个链RIC中得到。Refinitiv Helpdesk Online -> Content是这方面的最佳信息来源。请参考一个英文帖子

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.