Designing Collection Class Controls

At this point we have the rows and columns defined in our matrix. Now it's time to work on the individual cells.

Each cell should have a "collection class control" that defines its collection criteria and what to do if the criteria are violated. If a cell doesn't have a collection class control, this means you don't have any debt associated with that combination of collection class and debt class. So, we'll mark each cell without debt with "N/A".

The following table illustrates an example where different debt class is defined for the collection class of an account.
Contract's Debt Class Account's Collection Class
Residential Commercial/Industrial
Deposit
Write Off
N/A

Next, we'll mark each cell for debt classes whose debt isn't collectable (i.e., the write-off and N/A debt classes).

The following table illustrates an example where the debt is not collectable for certain collection classes.
Contract's Debt Class Account's Collection Class
Residential Commercial/Industrial
Deposit
Write Off N/A N/A
N/A N/A N/A
Note: If the Account Debt Monitor encounters debt associated with a non-existent collection class control, it will issue an error.

Determining the collection criteria in each remaining cell can be straightforward or complicated; it depends on how your organization works. Our case study assumes the following

  • For deposit debt (regardless of collection class) we have multiple criteria:
    • Highest priority. If the customer is more than $5 in arrears by more than 50 days, kick off the Deposit Severely Overdue collection process. We'll talk more about this collection process later.
    • Lower priority. If the customer is more than $15 in arrears by more than 20 days, kick off the Deposit collection process. We'll talk more about this collection process later.
The following table illustrates a debt class example where the collection criteria is defined.
Contract's Debt Class Account's Collection Class
Residential Commercial/Industrial
Deposit

Highest priority: If > $5 is older than 50 days, start Deposit Severely Overdue collection process.

Lower priority: If > $15 is older than 20 days, start Deposit collection process.

Highest priority: If > $5 is older than 50 days, start Deposit Severely Overdue collection process.

Lower priority: If > $15 is older than 20 days, start Deposit collection process.

Write Off N/A N/A
N/A N/A N/A