SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 34456: Risk factors are not associated to alerts with a different PRIMARY_ENTITY_LEVEL_CODE

DetailsHotfixAboutRate It

SAS® Money Laundering Detection 1.4 does not associate alert risk factors to all alerts. Risk factors are associated to alerts of the same PRIMARY_ENTITY_LEVEL_CODE. For example, PARTY risk factors are associated to PARTY alerts and ACCOUNT risk factors are associated with ACCOUNT alerts.

SAS® Anti-Money Laudering 2.1 was updated to enable PARTY and ACCOUNT risk factors to be associated with each other. SAS Money Laundering Detection 1.4 needs&inLib..&inDS; to be updated to accept the logic. The basic change is to the creation of WORK.LEVELS.

Select the Hot Fix tab in this note to access the hot fix for this issue.

Current

proc sql noprint; create table &workdir..levels as select distinct primary_entity_level_code from &inLib..&inDS; quit;

New

proc sql noprint; create table levels as select distinct primary_entity_level_code from &inLib..&inDS; union select distinct entity_level_code as primary_entity_level_code from &inRiskLib..&inRiskDS; quit; proc sort data=levels nodupkey; by primary_entity_level_code; run;


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Money Laundering DetectionMicrosoft® Windows® for x641.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Advanced Server1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Server1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Professional1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows NT Workstation1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Enterprise Edition1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Standard Edition1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows XP Professional1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
Windows Vista1.41.49.1 TS1M3 SP49.1 TS1M3 SP4
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.