export interface I_InvestmentVehicle { calculationOrder: string; productComponentKey: string; productComponentPath: string; includedCode: string; productComponentMarketingName: string; displayOrder: number; mandatoryIndicator: boolean; allocatePercentage: number; }