This feature is an extension to the ‘Vendor Payment’ logic and those deductions that can be reduced can only be those that originated as ‘Sundry deductions’.
The Disposable Income Guarantee module will be executed as part of UPCALC at a point designated by the Pay Point Set. It will be a new ‘Pay Point Task’, which can be positioned at the appropriate point in the pay calculation. This point would be as soon as all Pay Components that make up ‘Disposable Income’ are available.
An ‘Element’ must be set up that contains all Pay Components (Earnings and Deductions) that would compute the disposable income. Once this number is known, the logic would ensure than the total of all sundry lines marked as ‘Eligible for Disposable Income Guarantee’, does not exceed the percentage. The individual sundry items would be reduced and prorated if needed to provide for the guarantee.
After this logic has been invoked, the remainders of the calculations (including the existing gross to net calculations) are processed without further changes.
There must be a Pay Component set up for ‘Disposable Income’, so that the element associated with the PC can be picked up. These earnings may be stored in the pay by marking the Pay Component as ‘Store Results’.
This feature is applied ONLY to the pay categories designated as’Regular Pay’.
Disposible_Income_Proration_01.jpg
Disposible_Income_Proration_02.jpg
Disposible_Income_Proration_03_1.jpg
Disposible_Income_Proration_04.jpg
Disposible_Income_Proration_06.jpg Example:
PC | Sundry Deduction | Amount |
---|---|---|
1000 | Earnings | $400.00 |
2000 | Federal Tax | $100.00 |
2001 | State Tax | $50.00 |
500 | Child Support Payment | $150.00 |
501 | IRS Charge | $50.00 |
Guaranteed Disposable Income on IEEI 50%
Element | +/- | PC | |
DISPOSABLE | + | 1000 | Earnings |
- | 2000 | Federal Tax | |
- | 2001 | State Tax |
Calculate Disposable Income
$400.00 less $100.00 (FT) Less $50.00 (PT) = $250.00
NOTE: If Disposable income is negative then the sundries will NOT be prorated.
Calculated Disposable Income Guarantee
$250 Multiplied by 50 and divided by 100 = $125.00
Calculate Total Deductions Subject to Guarantee
Child Support $150.00 + IRS Charge $50.00 = $200.00
Calculated the required reduction amount
Total Deduction (3) $200.00 less the Guarantee (2) $125.00 = $75.00
If this value is greater than zero ($75.00), then each of the deductions from step (3) are reduced by the appropriate proration of this amount
Compute Revised Deduction Amounts
Child Care | $150 - (($75.00 / $200) * $150)= $93.75 |
IRS Charge | $50 -(($75.00 / $200) * $50)= $31.25 |
Net Pay Calculation (Done later in the Pay)
+ | $400.00 | Earnings |
- | $100.00 | Federal Tax |
- | $50.00 | State Tax |
- | $93.75 | Child Care |
- | $31.25 | IRS Charge |
Net Pay = $125.00
Disposible_Income_Proration_07.jpg
These levies can further reduce the 50% left after ‘Disposable Income Pro ration’. This can be accomplished by having ‘Tax Levy’ Pay Component processed on a Pay Point after ‘Disposable Income Proration’.
When the net income and the tax levy are both available in the pay, invoke a UserCalc to manipulate the Tax Levy amount any way needed. The ‘Net Pay’ available (even after Net Income Pro ration), can be retrieved along with the amount of the tax levy.
In this example, the employee has $400.00 car loan, an $800.00 Child Support payment, and a $400.00 tax levy. After the car loan and child care payments, the employee is guaranteed 50% of their disposable income. The employee does NOT have enough income in the pay to handle the two deductions completely, so ‘Disposable Income Proration’ kicks in and reduces each of the Car Loan and the Child Support payment proportionally.
After proration, the employee has 50% of the disposable income left, but there is still a tax levy to deduct. There is a UserCalc invoked to ensure that the employee gets a minimum of $100.00 Net Pay after all deductions. The $400.00 Tax Levy is reduced to $$$$ to ensure that the employee gets the minimum of $200.00.
Disposible_Income_Proration_08.jpg
The UserCalc to limit the Tax Levy is subsequent to the ‘Income Proration Task’.
Disposible_Income_Proration_09.jpg
User Calc to ensure the employee gets $100.00 Minimum Net Pay after the Tax Levy.
Disposible_Income_Proration_11.jpg
The results of the pay will be as displayed, and note that all three deductions have been reduced, two by ‘Disposable Income Proration’, and the tax levy by the UserCalc.
Disposible_Income_Proration_12.jpg
File Name | Type | Components |
---|---|---|
GES_Q1144_Disposable_Income_Proration.doc | Word | This document |
SEED_Q1144_20030207.sql | Seed | Payroll Messages X_PAY_POINT_TASK |
P2K_SPPG_GUAR_INCOME.sql | PLSQL | Server Code |
P2K_SPPGMAIN.sql | PLSQL | Server Code |
SEED_USAGE7_20030207.sql | Script | PC Usage |
HR_IEEI.rdf and rep | Form | Employment Form |
PR_IPSN.rdf and rep | Form | Sundry Form |
ddl_030211.tab DDL | DB | Update |
Screen captures are meant to be indicative of the concept being presented and may not reflect the current screen design.
If you have any comments or questions please email the Wiki Editor
All content © High Line Corporation