Hi,
I’m reaching out to ask for assistance with an LSEG API query.
I’d like to add the LEI to this query:
response = search.Definition(view = search.Views.GOV_CORP_INSTRUMENTS,
filter = f"(DbType eq 'CORP' and RCSAssetCategory eq 'A:J' and ((ParentOAPermID eq '{org_id}') and IssueDate le 2024-12-31 and MaturityDate ge 2013-10-01 and (ISIN eq 'CH*' or ISIN eq 'XS*') and RCSDomicileGenealogy in ('G:30')))",
top = 10000,
select = 'Ticker,ParentIssuerName,DTSubjectName,IssueDate,MaturityDate,Currency,FaceIssuedTotal,ISIN,LegalEntityIdentifier',
navigators = "Currency").get_data()
response = response.data.df
bonds = pd.concat([bonds, response], axis=0)
However, this does not return anything for the LEI. The returned object has only 8 columns. Do you know why this does not work?
In previous queries, I have used Tr.LegalEntityIdentifier