Compliance checks
Verification requested by: {{createdBy}}
Report generated on:
{{completedOn}}
Verification summary
{{#if verificationStatuses.pep}}
{{#if (equalsTo verificationStatuses.pep.status 'orange')}}
{{else}}
{{/if}}
PEP
Checks performed on
{{verificationStatuses.pep.checkedOn}}
{{/if}} {{#if verificationStatuses.sanctions}}
{{#if (equalsTo verificationStatuses.sanctions.status 'orange')}}
{{else}}
{{/if}}
Sanctions
Checks performed on
{{verificationStatuses.sanctions.checkedOn}}
{{/if}} {{#if verificationStatuses.adverse-media}}
{{#if (equalsTo verificationStatuses.adverse-media.status 'orange')}}
{{else}}
{{/if}}
Adverse media
Checks performed on
{{verificationStatuses.adverse-media.checkedOn}}
{{/if}}
{{#if (gt (length hits) 0)}}
Name
Matched
Match status
{{#each hits}}
{{name}}
{{implode keyData.hits ', '}}
{{keyData.match_status}}
{{/each}}
{{else}}
No hits found!
{{/if}}
{{#if (gt (length hits) 0)}} {{#each hits}} {{#if (gt (length this.pep) 0)}}
PEP
{{length this.pep}} hits found for:
{{name}}
{{#if (gt (length this.pep) 0)}}
{{#each pep}}
{{name}}
{{#each sourceFields}}
{{name}}
{{value}}
{{/each}}
{{/each}}
{{/if}} {{/if}} {{#if (gt (length this.sanctions) 0)}}
SANCTIONS
{{length this.sanctions}} hits found for:
{{name}}
{{#if (gt (length this.sanctions) 0)}}
{{#each sanctions}}
{{name}}
{{#each sourceFields}} {{#if (equalsToArray name 'Other Information' 'Related URL' 'Program')}}
{{#if (isNan @index)}}
{{@index}}
{{this}}
{{else}}
{{name}}
{{value}}
{{/if}}
{{else}}
{{#if (isNan @index)}}
{{@index}}
{{this}}
{{else}}
{{name}}
{{value}}
{{/if}}
{{/if}} {{/each}}
{{/each}}
{{/if}} {{/if}} {{#if (gt (length this.media) 0)}}
ADVERSE MEDIA
{{length this.media}} hits found for:
{{name}}
{{#if (gt (length this.media) 0)}}
{{#each media}}
{{title}}
{{#if date}}
Published on {{formatDate date}}
{{/if}}
{{snippet}}
{{/each}}
{{/if}} {{/if}} {{/each}} {{/if}}