Discover Refinitiv
MyRefinitiv Refinitiv Perspectives Careers
Created with Sketch.
All APIs Questions & Answers  Register |  Login
Ask a question
  • Questions
  • Tags
  • Badges
  • Unanswered
Search:
  • Home /
  • Refinitiv Data Platform /
  • Refinitiv Data Platform Libraries /
avatar image
REFINITIV
Question by vaetit.sirasupprakchai1 · Oct 04, 2021 at 04:09 AM · refinitiv-data-platformrefinitiv-data-platform-libraries

How can I get the list of all RCSAssetTypeGenealogy and RCSAssetTypeName?

df_Container = rdp.search(
    view = rdp.SearchViews.PhysicalAssets,
    filter = "RCSAssetTypeGenealogy eq 'F:2X'",
    select = 'DocumentTitle,RIC,RCSAssetType,RCSAssetTypeGenealogy,RCSAssetTypeName,DWT,RCSFlag,RCSFlagName,AssetId',
    top = 10000,
    )

The client would like to use search for vessels, I check with rsearch() builder in Eikon Excel to get 'F:2X' for container.

Anyway, could it possible to get a list of all possible value of RCSAssetTypeGenealogy and RCSAssetTypeName ? Do we have any document for this?


Thank you very much.

Vetit S.

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 nick.zincone · Oct 04, 2021 at 03:58 PM

Hi @vaetit.sirasupprakchai1

I would recommend you review the Search Article within the Developer Community. The article contains some valuable guidance, links to some documentation, and many examples, including Navigators, which is what you are after.

For your specific use case, try this:

response = rdp.Search.search(
    top = 0,
    navigators = "RCSAssetTypeGenealogy"
)
response.data.raw["Navigators"]["RCSAssetTypeGenealogy"]["Buckets"]

Which will list all available codes. You can also see a named list of these codes:

response = rdp.Search.search(
    top = 0,
    navigators = "RCSAssetTypeLeaf"
)
response.data.raw["Navigators"]["RCSAssetTypeLeaf"]["Buckets"]
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
REFINITIV
vaetit.sirasupprakchai1 · Oct 07, 2021 at 11:11 AM 0
Share

@nick.zincone Thank you very much for your answer.

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

Related Questions

RDP .NET Desktop session unable to send proxy ping request to localhost:9000

Unable to Open RDP Platform Session

Exception when requesting ceratin combination of paramters with HistoricalPricing.GetSummaries

Asynio library errors when running rdp.StreamingPrices simple test

Cannot retrieve ESG data via RDP libraries in Python

  • Copyright
  • Cookie Policy
  • Privacy Statement
  • Terms of Use
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Alpha
  • App Studio
  • Block Chain
  • Bot Platform
  • Connected Risk APIs
  • DSS
  • Data Fusion
  • Data Model Discovery
  • Datastream
  • Eikon COM
  • Eikon Data APIs
  • Electronic Trading
    • Generic FIX
    • Local Bank Node API
    • Trading API
  • Elektron
    • EMA
    • ETA
    • WebSocket API
  • Intelligent Tagging
  • Legal One
  • Messenger Bot
  • Messenger Side by Side
  • ONESOURCE
    • Indirect Tax
  • Open Calais
  • Open PermID
    • Entity Search
  • Org ID
  • PAM
    • PAM - Logging
  • ProView
  • ProView Internal
  • Product Insight
  • Project Tracking
  • RDMS
  • 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
  • TRKD
  • TRTH
  • Thomson One Smart
  • Transactions
    • REDI API
  • Velocity Analytics
  • Wealth Management Web Services
  • Workspace SDK
    • Element Framework
    • Grid
  • World-Check Data File
  • 中文论坛
  • Explore
  • Tags
  • Questions
  • Badges