I need one help. I am not able to find total_fund in account (considering pledging margin, liquid_collateral, stock_collateral) can someone please write a formula for me to calculate total_fund
-> currently I am using following : total_fund = data['available']['live_balance'] + data['utilised']['debits'] + fund['utilised']['liquid_collateral'] + data['utilised']['stock_collateral']
(the idea behind this is to know - how much I total fund is there in my account and how much i am utilising)