export interface PortfolioPerformance { annualizedPerformancePercent?: number; currentGrossPerformance: number; currentGrossPerformancePercent: number; currentGrossPerformancePercentWithCurrencyEffect: number; currentGrossPerformanceWithCurrencyEffect: number; currentNetPerformance: number; currentNetPerformancePercent: number; currentNetPerformancePercentWithCurrencyEffect: number; currentNetPerformanceWithCurrencyEffect: number; currentNetWorth: number; currentValue: number; totalInvestment: number; }