export interface PortfolioPerformance { annualizedPerformancePercent?: number; currentGrossPerformance: number; currentGrossPerformancePercent: number; currentNetPerformance: number; currentNetPerformancePercent: number; currentValue: number; totalInvestment: number; }