export interface PortfolioOverview { cash: number; committedFunds: number; fees: number; ordersCount: number; totalBuy: number; totalSell: number; }