Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
0 1 4 5

Would like to classify all funds the same ie: Exchange Traded Funds (ETFs) , Mutual funds etc. What data item code can I use that will blanket cover the different funds?

I would like to access a field which classifies the different types of funds into their 'Asset Type' such as Equity, Bond, Mixed - as depicted in column: GN_TX20_15 in the attached screenshot. Unfortunately it seems ETF's do not subscribe to this data point. Therefore I am enquiring about what data points can be used to classify funds of different types (are common) - similar to the shown Classification Sector Name but on a higher/less-detailed level.

Additionally - is there a way to see the Equity/Bond split for the Mixed Asset type fund ie:


LP68230490Investec Diversified Income J AccMixed Asset GBP ConservativeMIXEDMULTI

fund-classification.png

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apifundsdata-item-browser
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
Accepted
339 4 4 6

Hi @J13513,

As Chavalit said, it is better to raise non-technical questions to help-desk. They will properly track your queries. For your particular questions, (1) if all you need is the field "GN_TX20_15" shown in your screen, then I believe it is simply the Asset type of the fund. You can get it from the filed: TR.FundType.

(2) For Equity/Bond Split, I think you can get the information from the Asset Allocations if the fund provides that data to Refinitiv/Lipper. For your sample fund, I got the data below using the fields: "TR.FundAssetAllocation" and "TR.FundAllocationName"

ID	Asset Allocation % of TNA	Allocation Name
LP68230490	63.2	Bonds
LP68230490	32.7	Equities
LP68230490	4	Cash
LP68230490	0.1	Others
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.

Many thanks, this has been v-helpful.

Upvotes
18.2k 21 13 21

Hi @J13513

This forum is moderated by technical people who are familiar with API calls.

For content questions, I would recommend you to submit your question to helpdesk at this URL.You can mention that you would like to know the field which contain the information you are looking for.

Once you know the field name, you can retrieve the data using Eikon Data APIs.

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.