Already provided
import refinitiv.data as rd
rd.open_session()
df = rd.get_data(
universe = ['HSBA.L'],
fields = [
'TR.RelatedOrgId',
'TR.RelatedOrgName',
'TR.RelatedOrgType'
]
)
display(df)
However its only for single companies, not really sure how to do this on Codebook then, appreciate your help in advance.