Client is receiving error message for the ISINs used:
The access to field(s) denied. Requested universes: ['CA007863AB91', 'US91754TG983']. Requested fields: ['TR.PREFERREDRIC', 'TR.MUNIORIGINALAMOUNTISSUED', 'TR.FIAMTOUTSTANDINGFACTOR']
from this script:
import refinitiv.data as rd
rd.open_session()
df = rd.get_data(
universe = ['CA007863AB91','US91754TG983'],
fields = ['TR.PreferredRIC','TR.MUNIORIGINALAMOUNTISSUED','TR.FIAMTOUTSTANDINGFACTOR','TR.MUNIORIGINALAMOUNTISSUED']
)
display(df)
However, the script is working on our end. Not replicable. Can you please help? Thank you