Difference In Logic Between Scenario Pattern And TDS Document
(Doc ID 2829061.1)
Last updated on NOVEMBER 28, 2022
Applies to:
Oracle Financial Services Behavior Detection Platform - Version 8.0 and laterInformation in this document applies to any platform.
Goal
On : 8.0.1 version, Web UI
Difference in Logic between scenario pattern and TDS document
(IML/CU) CIB: Significant Change in Trade/Transaction Activity (114000042) scenario we could see there is difference in logic between TDS document and Actual logic in the scenario Pattern XML. in Pattern is AND condition between amount, count, prctg cnt increase and prctg amt increase.
However, in TSD (attached – page 401) we have OR condition between percentage cnt increase and prctg amt increase.
Patthern logic :
$Cur_Mo_Out_Wire_Ct >= @Min_Wire_Ct
&& $Cur_Mo_Out_Wire_Am >= @Min_Wire_Am
&& ($Cur_Mo_Out_Wire_Ct - $Prev_Outgoing_Wire_Ct) >= ($Prev_Outgoing_Wire_Ct * @Min_Prctg_Wire_Incr_Ct/100)
&& ($Cur_Mo_Out_Wire_Am - $Prev_Outgoing_Wire_Am) >= ($Prev_Outgoing_Wire_Am * @Min_Prctg_Wire_Incr_Am/100)
)
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |