7 Batch Screening
The following diagram describes the data movement from Customer Screening to Enterprise Case Management (ECM) during the batch screening process.
Figure 7-1 Batch Screening Workflow

Figure 7-2 Batch Screening Workflow with EXTRNL_ORG table

The data movement in the workflow is as follows:
- Data is moved from the
STG_PARTY_MASTER, STG_PARTY_ADDRESS, STG_CASA, STG_LOAN_CONTRACTS, STG_PARTY_ACCOUNT_ROLE_MAP, STG_PARTY_ROLE_MAP, STG_TD_CONTRACTS, STG_TRADING_ACCOUNT, and STG_PARTY_OTHER_NAMES tables to the CUST, CUST_ADDR, ACCT, CUST_NAME
and other associated customer tables using the Table-to- Table (T2T) mode.Data is moved from the
STG_PARTY_MASTER, STG_PARTY_ADDRESS, STG_CASA, STG_LOAN_CONTRACTS, STG_PARTY_ACCOUNT_ROLE_MAP, STG_PARTY_ROLE_MAP, STG_TD_CONTRACTS, STG_TRADING_ACCOUNT, and STG_PARTY_OTHER_NAMES tables to the EXTRL_ENTITY, EXTRL_ORG, EXTRL_ORG_STG, EXTRL_ORG_ADDR, LINK_STAGE, EXTRL_ENTITY_ADDR, DERIVED_ADDRESS, ACCT, CUST_NAME
and other associated customer tables using the Table-to-Table (T2T) mode. See batch screening workflow withEXTRNL_ORG
table. - The watch list data is downloaded from the
watch list-management
project in EDQ. The watch list data is matched with the data in theCUST
andCUST_ADDR
tables in theCustomer- Screening
project. - The matches are loaded into the
CS_MATCHES
table and the corresponding watch list data is loaded into theCS_WATCHLIST
table. - Data from the
CS_MATCHES_HIST
table is generated as alerts in theCS_ALERTS
andCS_ALERTS_MATCHES
tables.Note:
- The
CS_MATCHES_HIST
table contains all the matches made. Each time screening is run, theCS_MATCHES
table is compared to theCS_MATCHES_HIST
table and any new or updated matches are added to theCS_MATCHES_HIST
table. This creates a new alert. - Every time you run the
Customer-Screening
project, data is cleared from theCS_MATCHES
table.
- The
- Data is correlated and loaded into the
KDD_CASES
andFCC_EVENTS
tables in ECM.