Feature/add balance to account (#193)
* Add balance attribute and calculate total balance * Update changelog
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export interface PortfolioOverview {
|
||||
cash: number;
|
||||
committedFunds: number;
|
||||
fees: number;
|
||||
ordersCount: number;
|
||||
|
Reference in New Issue
Block a user