Hi all,
I am new to AML 7.1. Need a view on how we should map headers to scenarios.
Example:
i have 2 scenarios where I need to raise alert when a)party is older and large transaction amount b) party is minor and large transaction amount.
For these 2 scenarios, I have 2 approaches:
1. Approach-1:
one header: party_header (in here, the prep table will have all the transactions and in scenario code we are using age filter)
2. Approach-2:
2 headers: minor_party_header and older_party_header (in here, there will be 2 prep tables created on basis of age)
In which of the 2 approaches, i will get optimized performance??
... View more