I want to get a complete list of identifiers for all bonds an entity has issued. I knew that I can get a list of bonds by using eikon.get_data(isin_list, ['TR.BondISIN']). But it only returns a list of all active bonds. However, I also need inactive bonds which you can see from the Debt structure panel. I am wondering whether there is a way to get all active and inactive bonds for a specific entity? Thanks very much for your generous help.