export interface PortfolioPerformance { currentGrossPerformance: number; currentGrossPerformancePercent: number; currentValue: number; }