export interface PortfolioReportRule { evaluation?: string; isActive: boolean; key: string; name: string; value?: boolean; }