Hello,
It seems fund data points such as 'TR.FundCompany' or 'TR.FundType' or 'TR.Fund1YearPerf' are not pulling in through Python (I use Jupyter Notebook).
Here is an example code:
import lseg.data as ld
ld.open_session()
df = ld.get_data(universe = ['LP65011527'], fields = [ 'TR.FundCompany','TR.FundType','TR.Fund1YearPerf','TR.CommonName'] )
display(df)
Only the data point TR.CommonName shows correctly, the rest show <NA>.
LSEG helpdesk suggested I try this in CODEBOOK within Workspace and the code produced correct results. May I ask if this is a bug or a feature?
Kind regards