OFS Know Your Customer (KYC)
This section describes the KYC-related post-installation steps.
Note:
- For new BD/KYC installation, follow these steps:
- Import all assessment (xml) files located in
$FIC_HOME/IPE/KYC, then run the DI batch. - Once the DI batch is completed successfully, import all assessments
(xml) files located in
$FIC_HOME/IPE/KYC/8.1.2.6.0/Simulation. - Start executing the regular batches.
- Import all assessment (xml) files located in
If OFS KYC is installed:
- Navigate to
$FIC_HOME/ficapp/common/FICServer/binand execute the following executables after replacing the INFODOM placeholder:./RTIImport.sh $FIC_HOME/IPE/KYC/8.1.2.6.0/Simulation/OFS_KYC_RTIExport_AcceleratedRereview.xml ##AMINFODOM## OFS_KYC false./RTIImport.sh $FIC_HOME/IPE/KYC/8.1.2.6.0/Simulation/OFS_KYC_RTIExport_ChangeInRiskModel.xml ##AMINFODOM## OFS_KYC false./RTIImport.sh $FIC_HOME/IPE/KYC/8.1.2.6.0/Simulation/OFS_KYC_RTIExport_ModelBasedAssessment.xml ##AMINFODOM## OFS_KYC false./RTIImport.sh $FIC_HOME/IPE/KYC/8.1.2.6.0/Simulation/OFS_KYC_RTIExport_RAOR_ModelBasedAssessment.xml ##AMINFODOM## OFS_KYC false./RTIImport.sh $FIC_HOME/IPE/KYC/8.1.2.6.0/Simulation/OFS_KYC_RTIExport_RAOR_RuleBasedAssessment.xml ##AMINFODOM## OFS_KYC false./RTIImport.sh $FIC_HOME/IPE/KYC/8.1.2.6.0/Simulation/OFS_KYC_RTIExport_RuleBasedAssessment.xml ##AMINFODOM## OFS_KYC false
- Perform this step only if Oracle Financial Services Compliance Studio
is installed. Do not import it if Compliance Studio is not installed.
Navigate to
$FIC_HOME/ficapp/common/FICServer/binand execute the following executable after replacing the INFODOM placeholder../RTIImport.sh $FIC_HOME/IPE/KYC/8.1.2.6.0/Simulation/OFS_KYC_RTIExport_AcceleratedRereview_WithAomalyDetectionML.xml ##AMINFODOM## OFS_KYC false - Execute the following utility to synchronize data in SMS tables:
- Go to
$FIC_HOME/utility/AppPckMastSynch/bin. - Open putty session and run the following commands one by one:
ExportPackName=OFS_BD_PACK./AppPckMastSynch.sh
- Go to
- To add a new task in KYC daily batch:
- Log in as an Admin user.
- Navigate to the Common Tasks section, select the Rule Run Framework, and then select Process.
- Select IPEPopulateIP from the table list and click Edit.
- Click Component in the new window.
- Expand Transformation Rules from Available Components.
- Click Database Functions-Transformations and expand it.
- Move POPULATE_CUST_PROCESSING_IP to the right into Tasks in ROOT.
- In the right box, move the new task POPULATE_CUST_PROCESSING_IP after POPULATE_IP_KYC.
- Click OK.
- Click Precedence.
- Select POPULATE_CUST_PROCESSING_IP from the drop down.
- Select POPULATE_IP_KYC in the Available Precedence object and move it to the right.
- Click OK and Save.
- Enter the following values while executing the IPEKYCRun daily batch in the
Parameters option.
- [MODELID]=PROD
- [VERSION]=0
- [APP_ID]=OFS_KYC
- Once the above steps are done, create the following EAR/WAR file and
redeploy this new WAR on the web application server. See Oracle Financial
Services Behavior Detection Applications Pack Installation Guide Release
8.1.2.0.0 for steps related to deployment.
JSONToTablePersistenceUtilityTabletoJSONServiceInitiateOnboardingServiceGenerateCaseInputServiceNote:
For using Websphere Server, remove all thejackson*Jars from the following folder before creatingOFSAAI EAR/WARfile:$FIC_HOME/ficweb/webroot/externalib/WEB-INF/lib
- If RAOR deployment is required, navigate to
a
FIC_HOME/raor_processingand run./ant.shand deploy theRAORwar file. - Execute the following script in BD Atomic Schema and then replace the
placeholders.
<USER_PATCH_DIR>/<unzipped_folder>/post_scripts/KYC_ECM_Synonyms.sql - Ignore the this step if you are applying patch on top of 8.1.2.8.0 and 8.1.2.9.0 ML
patches.
- Replace V_JRSDCN_CD ('#JR#') column value in APPLN_PARAMS table for V_PARAM_IDENTIFIER = 'KYC_SAR_ACTN_CTGRY';
- Replace V_JRSDCN_CD ('#JR#') column value in APPLN_REREVIEW_PARAMS table for
N_RULE_ID = '1070';
Note:
Replace the #JR# value with Jurisdiction value
- Execute the following scripts in Compliance Studio schema:
insert into mmg_app_menu_mapping(V_APP_ID,V_MENU_CODE) select 'KYC',V_MENU_CODE from MMG_MENU; - Execute the following scripts in Behavior Detection schema:
update aai_setup_props set V_PROP_VALUE = 'TRUE' where V_PROP_NAME = 'REFERRER-POLICY-ENABLED';update aai_setup_props set V_PROP_VALUE = '##Studio Server IP:Port##/ ' where V_PROP_NAME = 'ALLOWED-REFERRER-URLS';For example:
update aai_setup_props set V_PROP_VALUE = 'http://10.34.110.111:8001/' where V_PROP_NAME = 'ALLOWED-REFERRER-URLS';Note:
You must enter / after the port number.Update aai_validator_expression SET v_reg_expression = '[A-Za-z0-9_.]*' WHERE V_EXP_TYPE_CODE = 'data_source_exp' AND v_reg_expression = '[A-Za-z0-9_]*';