export interface ClientRoleConfiguration { canGuarantee?: boolean; canOpenAccounts?: boolean; description?: string; id: string; idPattern?: string; name: string; requireIdentificationDocuments?: boolean; useDefaultAddress?: boolean; }