Explanation of the Servicing Director Delinquencies Field

Explanation of the Servicing Director Delinquencies Field

This is an explanation of the Servicing Director Delinquencies field, found in the Collections application, Contact screen, Statistics tab.

The Delinquencies field displays the number of delinquent payments made each month, January through December of the current year.
A value of 1 through 4 , or B or F is calculated and is stored in the LoanStatistics table (LoanStatistics.DelinquencyCounter(Month))

Each night, when the Daily Delinquency Counters Update event is ran the system calculates the value for the month of the TransPostDate (and only that month). For instance, if TransPostDate is May 10, 2016, only DelinquencyCounterMay is calculated that night.

The calculation is:
When DATEADD(DD,-30, + TransPostDate ) > Loan.DueDate a 1 is placed in the DelinquencyCounter(Month) field where field = the month of the Transpostdate.

When DATEADD(DD,-60, + TransPostDate ) > Loan.DueDate a 2 is placed in the DelinquencyCounter(Month) field where field = the month of the Transpostdate.

When DATEADD(DD,-90, + TransPostDate ) > Loan.DueDate a 3 is placed in the DelinquencyCounter(Month) field where field = the month of the Transpostdate.

When DATEADD(DD,-120, + TransPostDate ) > Loan.DueDate a 4 is placed in the DelinquencyCounter(Month) field where field = the month of the Transpostdate.

When there is a ForeclosureTracking record where the ForeclosureType is not NONE and the ForeclosureStatus is None or Active, an F is placed in the DelinquencyCounter(Month) field where field = the month of the Transpostdate.

When there is an active Bankruptcy record, a B is placed in the DelinquencyCounter(Month) field where field = the month of the Transpostdate.
 

Environment:

Delinquencies Field

ArticleNumber:

000054973