6.11 Configuring Due Date

The Due Date action allows you to set a due date or modify an existing due date of a SAR.

The due date is set based on the date the STR creation request is sent from the OFS ECM to OFS CRR. This is the period during which the STR must be filed with FINTRAC. The Due date is configurable, and by default, it is set to 30 days from the date of SAR creation as per FINTRAC guidelines.
To modify the due date parameter, follow these steps:
  1. Log into the Atomic schema and execute the following query.
    update appln_parameters set V_ATTRIBUTE_VALUE1 = <No of days> where t.n_param_identifier=33;
    COMMIT;
    
  2. Verify Due date= report created date + number of days from the above query.