diff --git a/src/hooks/compliance.hook.ts b/src/hooks/compliance.hook.ts index dfcd36c9..e30b63f6 100644 --- a/src/hooks/compliance.hook.ts +++ b/src/hooks/compliance.hook.ts @@ -162,6 +162,7 @@ export interface KycFileListEntry { amlListAddedDate?: string; amlListExpiredDate?: string; amlListReactivatedDate?: string; + newOpeningInAuditPeriod?: boolean; highRisk?: boolean; pep?: boolean; complexOrgStructure?: boolean; diff --git a/src/screens/compliance-kyc-files-details.screen.tsx b/src/screens/compliance-kyc-files-details.screen.tsx index 30a8b346..aaf53c8a 100644 --- a/src/screens/compliance-kyc-files-details.screen.tsx +++ b/src/screens/compliance-kyc-files-details.screen.tsx @@ -112,7 +112,7 @@ export default function ComplianceKycFilesDetailsScreen(): JSX.Element { isShellCompany(entry) ? 'Ja' : 'Nein', formatDate(entry.amlListAddedDate), formatDate(entry.amlListExpiredDate), - entry.amlListReactivatedDate ? 'Ja' : 'Nein', + entry.newOpeningInAuditPeriod ? 'Ja' : 'Nein', entry.highRisk ? 'Ja' : 'Nein', entry.pep ? 'Ja' : 'Nein', entry.complexOrgStructure ? 'Ja' : 'Nein', @@ -315,7 +315,7 @@ export default function ComplianceKycFilesDetailsScreen(): JSX.Element { {formatDate(entry.amlListExpiredDate)}