What is the field flag to retrieve the type of a fund dividend? I am unable to find appropriate field to get info like: 'Income Dividend', 'Qualified Income Dividend', 'Non-Qualified Income Dividend'.
Example of python code (I wan to replace '???' with appropriate field):
fields = ['TR.FundExDate', 'TR.FundDiv', 'TR.FundDivCurr', '???']
data = ek.get_data(symbol, fields, {'SDate': start_date, 'EDate': end_date})
Example desired of data from Eikon:
Based of other fund dividend flags I would expect the field to be 'TR.FundDivType' but I cannot find anything similar using EIKON DIB app.