export interface I_Insurer { insurerFullName?: string ; insurerLeaderIndicator: boolean insurerPartyKey: string insurerPercentage: number }