This page (revision-36) was last changed on 26-Nov-2021 10:22 by JMyers

This page was created on 26-Nov-2021 10:22 by JMyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
36 26-Nov-2021 10:22 107 KB JMyers to previous
35 26-Nov-2021 10:22 107 KB JMyers to previous | to last
34 26-Nov-2021 10:22 110 KB JMyers to previous | to last
33 26-Nov-2021 10:22 110 KB JMyers to previous | to last
32 26-Nov-2021 10:22 109 KB JMyers to previous | to last
31 26-Nov-2021 10:22 109 KB JMyers to previous | to last
30 26-Nov-2021 10:22 109 KB JMyers to previous | to last
29 26-Nov-2021 10:22 108 KB JMyers to previous | to last
28 26-Nov-2021 10:22 108 KB JMyers to previous | to last
27 26-Nov-2021 10:22 108 KB JMyers to previous | to last
26 26-Nov-2021 10:22 108 KB JMyers to previous | to last
25 26-Nov-2021 10:22 108 KB JMyers to previous | to last
24 26-Nov-2021 10:22 108 KB JMyers to previous | to last
23 26-Nov-2021 10:22 108 KB JMyers to previous | to last
22 26-Nov-2021 10:22 108 KB JMyers to previous | to last
21 26-Nov-2021 10:22 108 KB JMyers to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1,057 changed one line
| | | | | | |
|B0849 Employer Paid Additional Contribution Amount|01 Replace Enrollment Value|09| | |4809 CAPERS Add ER|
At line 1,059 changed 5 lines
| | | | | | |
B0849 Employer Paid Additional Contribution Amount 01 Replace Enrollment Value 09 4809 CAPERS Add ER
||Step||Up to Limit||Premium Rate 1||ER Contribution||EE Deduction||User Rate 1
|1| |7.0000|0.0000|0.0000|7.0000
!Exceptions / Notes
The sample provided previously is a fairly generic example. You and your consultant will need to discuss your specific requirements. Below is a list of some of the additional options that are available to you.
\\ \\
----
;Earnings
If you pay prior period and/or retro earnings in the same pay components used for normal earnings then you MUST pay them in separate categories and use a UserCalc to return the value of the earnings in BC0300s.\\
i.e. BC0320 use Rule 01 with an Element of CAPERS EARNS, and a UserCalc that has the following logic: \\
|10|LET|V|Norm Earns|EQ|$P|Numeric Parameter| 10 |
|20 |IF|DB|PCT.Pay_Category_Code|NE|A|Regular|30|99999
|30|LET|V|Norm Earns|EQ|N| |0 |99999
|99999|RET|V|Norm Earns| | | | |
At line 1,065 changed 2 lines
Step Up to Limit Premium Rate 1 ER Contribution EE Deduction User Rate 1
1 7.0000 0.0000 0.0000 7.0000
On BC0323 use Rule 01 with an Element of CAPERS EARNS, and a UserCalc that has the following logic:\\
|10|LET|V|PP Earns|EQ|$P|Numeric Parameter|10|
|20|IF|DB|PCT.Pay_Category_Code|NE|A|Prior Period|30|99999
|30|LET|V|PP Earns|EQ|N | | 0 |99999
|99999|RET|V|PP Earns | | | | |
At line 1,080 added 9 lines
On BC0325 use Rule 01 with an Element of CAPERS EARNS, and a UserCalc that has the following logic:
| | | | | | | | |
10 LET V Retro Earns EQ $P Numeric Parameter 10
| | | | | | | | |
20 IF DB PCT.Pay_Category_Code NE A Retro 30 99999
| | | | | | | | |
30 LET V Retro Earns EQ N 0 99999
| | | | | | | | |
99999 RET V Retro Earns
At line 1,069 removed 15 lines
Exceptions / Notes
The sample provided previously is a fairly generic example. You and your High Line Consultant will need to discuss your specific requirements. Below is a list of some of the additional options that are available to you.
Earnings
If you pay prior period and/or retro earnings in the same pay components used for normal earnings then you MUST pay them in separate categories and use a UserCalc to return the value of the earnings in BC0300s.
i.e. BC0320 use Rule 01 with an Element of CAPERS EARNS, and a UserCalc that has the following logic:
10 LET V Norm Earns EQ $P Numeric Parameter 10
20 IF DB PCT.Pay_Category_Code NE A Regular 30 99999
30 LET V Norm Earns EQ N 0 99999
99999 RET V Norm Earns
On BC0323 use Rule 01 with an Element of CAPERS EARNS, and a UserCalc that has the following logic: 10 LET V PP Earns EQ $P Numeric Parameter 10 20 IF DB PCT.Pay_Category_Code NE A Prior Period 30 99999 30 LET V PP Earns EQ N 0 99999 99999 RET V PP Earns
On BC0325 use Rule 01 with an Element of CAPERS EARNS, and a UserCalc that has the following logic: 10 LET V Retro Earns EQ $P Numeric Parameter 10 20 IF DB PCT.Pay_Category_Code NE A Retro 30 99999 30 LET V Retro Earns EQ N 0 99999 99999 RET V Retro Earns