C1-DPEVTCR

This algorithm is invoked when the status of a delinquency process is set to Initiated. It creates a delinquency event of each delinquency event type that is added in the delinquency process type using which the delinquency process is created. If the delinquency event trigger mode is set to Manual in the delinquency process type, the status of the delinquency event is set to Pending. However, if the delinquency event trigger mode is set to Automatic or Manual or Automatic in the delinquency process type, the status of the delinquency event is set to Pending Evaluation.

Once the delinquency events are created for the delinquency process, this algorithm does the following:

  • Sets the delinquency due date of the delinquency process to the latest bill due date

  • Derives the grace period from the delinquency process type or using an algorithm attached to the Grace Period Derivation system event depending on the grace period source which is specified in the delinquency process type

Note: For more information about the C1-DERGRBR algorithm attached to the Grace Period Derivation system event, see Algorithms Used in Delinquency Process Type.
  • Sets the grace start date in the following manner:

    The following table lists the trigger date calculation mode, usage basis, and grace start date basis which are used in defining the grace start date for the delinquency process.
    Trigger Date Calculation Mode Usage Basis Grace Start Date Basis Grace Start Date is set to…
    Latest Bill Due Date with Grace Period - - Latest Bill Due Date
    Usage Basis Delinquency Process Creation Date - Delinquency Process Creation Date
    Usage Basis Grace Start Date Latest Bill Due Date Latest Bill Due Date
    Usage Basis Grace Start Date X Days after Latest Bill Due Date Latest Bill Due Date + Add Days To Due Date
    Usage Basis Grace Start Date Delinquency Process Creation Date Delinquency Process Creation Date
    Usage Basis Latest Bill Date - Latest Bill Date
    Usage Basis Latest Bill Due Date - Latest Bill Due Date
  • Calculates the grace end date in the following manner:

    The following table lists the trigger date calculation mode, usage basis, grace start date basis, and grace start date which are used in defining the grace end date for the delinquency process.
    Trigger Date Calculation Mode Usage Basis Grace Start Date Basis Grace Start Date Grace End Date is set to…
    Latest Bill Due Date with Grace Period - - Latest Bill Due Date Grace Start Date + Grace Period + Drag Days (if any, defined at the respective level (i.e. account or person)
    Usage Basis Delinquency Process Creation Date - Delinquency Process Creation Date Grace Start Date + Grace Period
    Usage Basis Grace Start Date Latest Bill Due Date Latest Bill Due Date Grace Start Date + Grace Period
    Usage Basis Grace Start Date X Days after Latest Bill Due Date Latest Bill Due Date + Add Days To Due Date Grace Start Date + Grace Period
    Usage Basis Grace Start Date Delinquency Process Creation Date Delinquency Process Creation Date Grace Start Date + Grace Period
    Usage Basis Latest Bill Date - Latest Bill Date Grace Start Date + Grace Period
    Usage Basis Latest Bill Due Date - Latest Bill Due Date Grace Start Date + Grace Period
Note:

This algorithm adds the delinquency event records in the C1_​DELIN_​PROC_​EVT table.

This algorithm does not calculate the trigger date and preview date for the events when delinquency event trigger mode is set to Manual in the delinquency process type. However, the system calculates the trigger date and preview date for the events when delinquency event trigger mode is set to Automatic or Manual or Automatic in the delinquency process type while executing the C1-DPEVL batch.

This algorithm maintains the delinquency due date, grace start date, grace period, and grace end date for a delinquency process in the C1_​DELIN_​PROC table.

This algorithm is applicable for both the fully insured group and fully insured individual businesses.