This chapter provides an overview of net-to-gross processing—or “gross ups”—and discusses:
Delivered earnings elements.
What triggers a gross up.
Net and target net pay.
The basic process of determining the gross amount.
The gross up process.
Note. The PeopleSoft system delivers a query that you can run to view the names of all delivered elements designed for New Zealand. Instructions for running the query are provided in the PeopleSoft Enterprise Global Payroll 8.9 PeopleBook.
See Also
Viewing the Delivered Elements
Gross ups are required when you want to pay a payee a specific net amount. Starting from the net amount the system works out what gross amount to process so that after all tax deductions have been made the required net amount remains.
In the following sections we describe the main features of the net-to-gross functionality then take you step by step through the process and an example calculation.
Note. In this chapter we refer to Annualised Tax (used in gross up calculations) as a “tax deduction”.
This feature has two earnings elements. The first is called BONUS NET and is used to pay the net amount. We have delivered this element because a fixed bonus amount is a typical pay component that must be grossed up.
Enter a bonus amount using positive input. The system calculates the amount by which it needs to gross up the net to have the required net after deducting taxes. It then assigns that amount to the second earning, BONUS GRS UP. The two earnings between them make up the gross pay. The BONUS GRS UP earning amount is equal to the amount of the tax deductions. The BONUS NET earnings is assigned to EARN — OTHER section and the BONUS GRS UP earning is assigned to the EARN — GROSS UP (via formulas) section in the NZL PAYROLL process list. . To summarise:
BONUS NET + BONUS GRS UP = Gross Pay
BONUS NET = Net Pay
BONUS GRS UP = Tax Deductions
When the BONUS NET earning is resolved, it adds to a gross up accumulator. In another section, further down the process list, a conditional formula determines that grossing up is required if the gross up accumulator has a value.
The grossing up process creates an actual net pay amount. This is stored in another accumulator. The system compares the target net pay amount with the balance in that accumulator, and when they are the same, the process of calculating the gross pay is complete.
Once the system has determined that a grossing up is required, it starts the calculation by treating the target net as if it were the gross pay. It processes that gross amount, deducting taxes, and gets a new net amount—the actual net. Because of the tax deduction, the actual net doesn’t match the target net. Using the difference between actual and target net in a formula, the system calculates a new gross amount, deducts the taxes from it, and arrives at a new actual net which it again compares to the target net. The iterations—or loops—continue, with the actual net getting closer to the target net with each loop, until the actual and target net are the same.
The loop formula is:
((1-net/gross) x difference) + current BONUS GRS UP + difference = new BONUS GRS UP
In this section we take you step by step through the process then provide you with an example.
This section describes the processing sequence.
User enters the bonus amount by positive input as the earning BONUS NET.
BONUS NET earning gets resolved in the EARN - OTHER section and adds to accumulator GRS UP EARNINGS.
The EARN - GROSS UP sub-process section in the NZL PAYROLL process list has the conditional formula GUP FM CALC REQD. If the formula finds that the GRS UP EARNINGS accumulator is not zero and that there is, therefore, a grossing up to be done on the BONUS NET earning, it invokes the EARN - GROSS UP sub-process section.
The formula GUP FM INIT VALUE, the first element in the EARN - GROSS UP section, sets the variable GUP VR TARGET NET to the value of the GRS UP EARNINGS accumulator (the BONUS NET amount). This value remains constant during subsequent processing.
The deduction XE GRS UP—the second element in the EARN – GROSS UP section—runs the formula TAX FM XE TAX which calculates the employee's Extra Emolument tax amount.
The conditional formula GUP FM COMPARE NET in the EARN - GROSS UP section, compares the constant value of GUP VR TARGET NET (set at step 4) with the value of the GRS UP NET accumulator which has the XE GRS UP deduction subtracting from it and the GRS UP EARNINGS accumulator adding to it.
If the formula returns FALSE, meaning that there is no difference between GUP VR TARGET NET and GRS UP NET, the process stops. If the formula returns TRUE, the formula GUP FM ALTER GROSS runs and works out a new BONUS GRS UP value. The BONUS GRS UP value is the amount by which the net is increased to get a taxable gross.
The XE GRS UP deduction recalculates the employee's Extra Emoluments tax balance for the GRS UP NET accumulator which now contains the original BONUS NET vallue and the new BONUS GRS UP value. The tax deductions are calculated to produce a new actual net.
The loop of calculating a new gross then deducting the taxes to get a new balance in the GRS UP NET accumulator and comparing it to the constant GUP VR TARGET NET continues until the actual net is equal to the target net.
When the looping stops, formula GUP FM CHECK AMT runs and checks that the GUP FM COMPARE NET formula has resolved to FALSE indicating that the system has calculated the correct gross up figure. If it returns TRUE, the payee goes into error and a message is sent to Payee Messages. The system goes through the loop a maximum of fifteen times. If it fails to correctly calculate the gross amount within that limit, you would need to remove the BONUS NET earning amount, calculate the gross manually and pay it as an earning of your choice.
The following example is based on a positive input entry of 500 to the BONUS NET earning. The 500 becomes the value of GUP VR TARGET NET.
For our example tax deductions are a flat amount of 20 percent; therefore, the first time the GUP TAX DEDUCTION section is called, it calculates tax deductions of 100.
The conditional formula, GUP FM COMPARE NET, resolves to true as the target net is 500 and the actual net is 400. The looping process begins:
First Loop
The difference is calculated by subtracting the actual net from the target net.
500 − 400 = 100.00
The gross amount is increased at the first attempt to find the eventual BONUS GRS UP earning amount using the following calculation:
((1 − net/gross) × difference) + current BONUS GRS UP + difference
((1 − 400/500) × 100) + 0 + 100 = 120 (new BONUS GRS UP)
The gross is increased on the first loop by 120 and is now 620.
Tax is deducted from the gross of 620 and the new net is 496.
The target net of 500 is compared to the actual net of 496.
As the amounts are not equal, and the correct gross has not been found, a second loop occurs.
Note. The GRS UP EARNINGS accumulator is “self correcting” which means that the previous value is “reversed out” and the new value added. The accumulator can adjust up or down as needed. This occurs for each loop in the process.
Second Loop
The difference is calculated by subtracting the actual net from the target net.
500 − 496 = 4
The gross amount is increased at the second attempt to find the eventual BONUS GRS UP earning amount using the following calculation:
((1 − net/gross) × difference) + current BONUS GRS UP + difference
((1 − 496/620) × 4) + 120 + 4 = 124.8 (new BONUS GRS UP)
Gross is increased by 124.8 to 624.80.
Tax is deducted from the gross of 624.80 and the new net is 499.84.
The target net of 500 is compared to the actual net of 499.84.
As the amounts are not equal, the correct gross has not been found, so a third loop occurs.
Third Loop
The difference is calculated by subtracting actual net from the target net.
500 − 499.84 = 0.16
The gross amount is increased at the third attempt to find the eventual BONUS GRS UP earning amount using the following calculation:
((1− net/gross) × difference) + current BONUS GRS UP + difference
((1 − 499.84/624.8) × 0.16) + 124.8+0.16 = 124.99 new BONUS GRS UP rounded to 2 decimal places)
Gross is increased by 124.99 to 624.99.
Tax is deducted from the gross of 624.99 and the new net is 499.99.
The target net of 500 is compared to the actual net of 499.99.
As the amounts are not equal, the correct gross has not been found, so a fourth loop occurs.
Fourth Loop
The difference is calculated by subtracting the actual net from the target net.
500 − 499.99 = 0.01
The gross amount is increased at the fourth attempt to find the eventual BONUS GRS UP earning amount using the following calculation:
((1− net/gross) × difference) + eventual BONUS GRS UP + difference
((1− 499.99/624.99) × 0.01) + 124.99 + 0.01 = 125.00 (new BONUS GRS UP rounded to 2 decimal places)
Gross is increased by 125 and is now 625.
Tax is deducted from the gross of 625 and the new net is 500.
The target net of 500 is compared to the actual net of 500.
The compare formula now resolves to false, and the looping process ceases. At this point:
Gross Pay is 625.
Net Pay is 500.
BONUS GRS UP is 125.
BONUS NET is 500.