Elimination rule based on a specific condition in FCCS
Summary:
We have a requirement to eliminate some amount on the basis of a specific condition:
The sum of Entity's data with ICP and ICP's data with Entity -> if it is less than 5000, then the elimination rule should not run and if it is more than 5000, it should run.
For example:
W1's transaction with ICP W2 = -3855111
W2's transaction with ICP W1 = 3855111
The sum is 0. That's why the elimination rule should not run in this condition.
In the below example, W1's transaction with W9 is 8955 and W9's transaction with W1 is 0. So the sum is 8955 which is more than 5000. It means, the elimination rule should run here.
0