export interface I_InvestmentAccountSpecification { savingTypeCode: string; taxPeriodCode: string; taxTypeCode: string; }