Hi Team,
What is the difference between Clear Balance vs Available Balance. In API response, I can see multiple types of funds. Should I consider 'Clear Balance' or 'Available Balance' for trading at a given day?
Also, can you please share what is the meaning of different type of funds given in response of the funds() method. This will be helpful.
Please find sample response that I can see:
{'code': 200, 'message': '', 's': 'ok', 'fund_limit': [{'id': 1, 'title': 'Total Balance', 'equityAmount': 75369.31, 'commodityAmount': 0}, {'id': 2, 'title': 'Utilized Amount', 'equityAmount': -40525.639842963144, 'commodityAmount': 0}, {'id': 3, 'title': 'Clear Balance', 'equityAmount': 34843.67, 'commodityAmount': 0}, {'id': 4, 'title': 'Realized Profit and Loss', 'equityAmount': 0, 'commodityAmount': 0}, {'id': 5, 'title': 'Collaterals', 'equityAmount': 0, 'commodityAmount': 0}, {'id': 6, 'title': 'Fund Transfer', 'equityAmount': 0, 'commodityAmount': 0}, {'id': 7, 'title': 'Receivables', 'equityAmount': -40525.64, 'commodityAmount': 0}, {'id': 8, 'title': 'Adhoc Limit', 'equityAmount': 0, 'commodityAmount': 0}, {'id': 9, 'title': 'Limit at start of the day', 'equityAmount': 34843.67, 'commodityAmount': 0}, {'id': 10, 'title': 'Available Balance', 'equityAmount': 75369.30984296315, 'commodityAmount': 0}]}