Understanding Termination Processing
The LOAN deduction references the formula LNS FM TERMINATION within the post-process formula LNS FM PAYMENTS to check the termination status of payees.
The formula LNS FM TERMINATION consists of the following conditions and actions:
If TERMINATION DT <= PERIOD END DATE And TERMINATION DT >= PERIOD BEGIN DATE Then
1 >> LNS FM TERMINATION
Else
0 >> LNS FM TERMINATION
Endif
If LNS FM TERMINATION returns a value of 1 (meaning the payee was terminated), the post-process formula calculates the current loan amount as the goal amount (LNS VR GOAL AMT) less the amount paid to date (LOAN PAYMENT) less any outstanding arrears (LOAN ARR). If LNS FM TERMINATION returns a value of 0 (meaning the payee was not terminated), then the amount of the pay period deduction is determined by the deduction schedule defined on the Request Repayments USA page (subject to the limit tests described earlier).
If you create new repayment elements, you can use the formula LNS FM TERMINATION to check the termination status of payees so that any remaining repayment balance is deducted from the final paycheck.
Note:
In the formula LNS FM TERMINATION, the termination date is represented by the database system element TERMINATION DT. The pay period begin and end dates are represented by the system computed elements PERIOD BEGIN DATE and PERIOD END DATE, respectively.