Created
May 19, 2025 06:12
-
-
Save afiqiqmal/87eadef2d4022380af8cc261c37e4902 to your computer and use it in GitHub Desktop.
EIS Rate Contribution
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
return [ | |
[ | |
'min_wage' => 0, | |
'max_wage' => 30, | |
'employer_contribution_amount' => 5, | |
'employee_contribution_amount' => 5, | |
], | |
[ | |
'min_wage' => 31, | |
'max_wage' => 50, | |
'employer_contribution_amount' => 10, | |
'employee_contribution_amount' => 10, | |
], | |
[ | |
'min_wage' => 51, | |
'max_wage' => 70, | |
'employer_contribution_amount' => 15, | |
'employee_contribution_amount' => 15, | |
], | |
[ | |
'min_wage' => 71, | |
'max_wage' => 100, | |
'employer_contribution_amount' => 20, | |
'employee_contribution_amount' => 20, | |
], | |
[ | |
'min_wage' => 101, | |
'max_wage' => 140, | |
'employer_contribution_amount' => 25, | |
'employee_contribution_amount' => 25, | |
], | |
[ | |
'min_wage' => 141, | |
'max_wage' => 200, | |
'employer_contribution_amount' => 35, | |
'employee_contribution_amount' => 35, | |
], | |
[ | |
'min_wage' => 201, | |
'max_wage' => 300, | |
'employer_contribution_amount' => 50, | |
'employee_contribution_amount' => 50, | |
], | |
[ | |
'min_wage' => 301, | |
'max_wage' => 400, | |
'employer_contribution_amount' => 70, | |
'employee_contribution_amount' => 70, | |
], | |
[ | |
'min_wage' => 401, | |
'max_wage' => 500, | |
'employer_contribution_amount' => 90, | |
'employee_contribution_amount' => 90, | |
], | |
[ | |
'min_wage' => 501, | |
'max_wage' => 600, | |
'employer_contribution_amount' => 110, | |
'employee_contribution_amount' => 110, | |
], | |
[ | |
'min_wage' => 601, | |
'max_wage' => 700, | |
'employer_contribution_amount' => 130, | |
'employee_contribution_amount' => 130, | |
], | |
[ | |
'min_wage' => 701, | |
'max_wage' => 800, | |
'employer_contribution_amount' => 150, | |
'employee_contribution_amount' => 150, | |
], | |
[ | |
'min_wage' => 801, | |
'max_wage' => 900, | |
'employer_contribution_amount' => 170, | |
'employee_contribution_amount' => 170, | |
], | |
[ | |
'min_wage' => 901, | |
'max_wage' => 1000, | |
'employer_contribution_amount' => 190, | |
'employee_contribution_amount' => 190, | |
], | |
[ | |
'min_wage' => 1001, | |
'max_wage' => 1100, | |
'employer_contribution_amount' => 210, | |
'employee_contribution_amount' => 210, | |
], | |
[ | |
'min_wage' => 1101, | |
'max_wage' => 1200, | |
'employer_contribution_amount' => 230, | |
'employee_contribution_amount' => 230, | |
], | |
[ | |
'min_wage' => 1201, | |
'max_wage' => 1300, | |
'employer_contribution_amount' => 250, | |
'employee_contribution_amount' => 250, | |
], | |
[ | |
'min_wage' => 1301, | |
'max_wage' => 1400, | |
'employer_contribution_amount' => 270, | |
'employee_contribution_amount' => 270, | |
], | |
[ | |
'min_wage' => 1401, | |
'max_wage' => 1500, | |
'employer_contribution_amount' => 290, | |
'employee_contribution_amount' => 290, | |
], | |
[ | |
'min_wage' => 1501, | |
'max_wage' => 1600, | |
'employer_contribution_amount' => 310, | |
'employee_contribution_amount' => 310, | |
], | |
[ | |
'min_wage' => 1601, | |
'max_wage' => 1700, | |
'employer_contribution_amount' => 330, | |
'employee_contribution_amount' => 330, | |
], | |
[ | |
'min_wage' => 1701, | |
'max_wage' => 1800, | |
'employer_contribution_amount' => 350, | |
'employee_contribution_amount' => 350, | |
], | |
[ | |
'min_wage' => 1801, | |
'max_wage' => 1900, | |
'employer_contribution_amount' => 370, | |
'employee_contribution_amount' => 370, | |
], | |
[ | |
'min_wage' => 1901, | |
'max_wage' => 2000, | |
'employer_contribution_amount' => 390, | |
'employee_contribution_amount' => 390, | |
], | |
[ | |
'min_wage' => 2001, | |
'max_wage' => 2100, | |
'employer_contribution_amount' => 410, | |
'employee_contribution_amount' => 410, | |
], | |
[ | |
'min_wage' => 2101, | |
'max_wage' => 2200, | |
'employer_contribution_amount' => 430, | |
'employee_contribution_amount' => 430, | |
], | |
[ | |
'min_wage' => 2201, | |
'max_wage' => 2300, | |
'employer_contribution_amount' => 450, | |
'employee_contribution_amount' => 450, | |
], | |
[ | |
'min_wage' => 2301, | |
'max_wage' => 2400, | |
'employer_contribution_amount' => 470, | |
'employee_contribution_amount' => 470, | |
], | |
[ | |
'min_wage' => 2401, | |
'max_wage' => 2500, | |
'employer_contribution_amount' => 490, | |
'employee_contribution_amount' => 490, | |
], | |
[ | |
'min_wage' => 2501, | |
'max_wage' => 2600, | |
'employer_contribution_amount' => 510, | |
'employee_contribution_amount' => 510, | |
], | |
[ | |
'min_wage' => 2601, | |
'max_wage' => 2700, | |
'employer_contribution_amount' => 530, | |
'employee_contribution_amount' => 530, | |
], | |
[ | |
'min_wage' => 2701, | |
'max_wage' => 2800, | |
'employer_contribution_amount' => 550, | |
'employee_contribution_amount' => 550, | |
], | |
[ | |
'min_wage' => 2801, | |
'max_wage' => 2900, | |
'employer_contribution_amount' => 570, | |
'employee_contribution_amount' => 570, | |
], | |
[ | |
'min_wage' => 2901, | |
'max_wage' => 3000, | |
'employer_contribution_amount' => 590, | |
'employee_contribution_amount' => 590, | |
], | |
[ | |
'min_wage' => 3001, | |
'max_wage' => 3100, | |
'employer_contribution_amount' => 610, | |
'employee_contribution_amount' => 610, | |
], | |
[ | |
'min_wage' => 3101, | |
'max_wage' => 3200, | |
'employer_contribution_amount' => 630, | |
'employee_contribution_amount' => 630, | |
], | |
[ | |
'min_wage' => 3201, | |
'max_wage' => 3300, | |
'employer_contribution_amount' => 650, | |
'employee_contribution_amount' => 650, | |
], | |
[ | |
'min_wage' => 3301, | |
'max_wage' => 3400, | |
'employer_contribution_amount' => 670, | |
'employee_contribution_amount' => 670, | |
], | |
[ | |
'min_wage' => 3401, | |
'max_wage' => 3500, | |
'employer_contribution_amount' => 690, | |
'employee_contribution_amount' => 690, | |
], | |
[ | |
'min_wage' => 3501, | |
'max_wage' => 3600, | |
'employer_contribution_amount' => 710, | |
'employee_contribution_amount' => 710, | |
], | |
[ | |
'min_wage' => 3601, | |
'max_wage' => 3700, | |
'employer_contribution_amount' => 730, | |
'employee_contribution_amount' => 730, | |
], | |
[ | |
'min_wage' => 3701, | |
'max_wage' => 3800, | |
'employer_contribution_amount' => 750, | |
'employee_contribution_amount' => 750, | |
], | |
[ | |
'min_wage' => 3801, | |
'max_wage' => 3900, | |
'employer_contribution_amount' => 770, | |
'employee_contribution_amount' => 770, | |
], | |
[ | |
'min_wage' => 3901, | |
'max_wage' => 4000, | |
'employer_contribution_amount' => 790, | |
'employee_contribution_amount' => 790, | |
], | |
[ | |
'min_wage' => 4001, | |
'max_wage' => 4100, | |
'employer_contribution_amount' => 810, | |
'employee_contribution_amount' => 810, | |
], | |
[ | |
'min_wage' => 4101, | |
'max_wage' => 4200, | |
'employer_contribution_amount' => 830, | |
'employee_contribution_amount' => 830, | |
], | |
[ | |
'min_wage' => 4201, | |
'max_wage' => 4300, | |
'employer_contribution_amount' => 850, | |
'employee_contribution_amount' => 850, | |
], | |
[ | |
'min_wage' => 4301, | |
'max_wage' => 4400, | |
'employer_contribution_amount' => 870, | |
'employee_contribution_amount' => 870, | |
], | |
[ | |
'min_wage' => 4401, | |
'max_wage' => 4500, | |
'employer_contribution_amount' => 890, | |
'employee_contribution_amount' => 890, | |
], | |
[ | |
'min_wage' => 4501, | |
'max_wage' => 4600, | |
'employer_contribution_amount' => 910, | |
'employee_contribution_amount' => 910, | |
], | |
[ | |
'min_wage' => 4601, | |
'max_wage' => 4700, | |
'employer_contribution_amount' => 930, | |
'employee_contribution_amount' => 930, | |
], | |
[ | |
'min_wage' => 4701, | |
'max_wage' => 4800, | |
'employer_contribution_amount' => 950, | |
'employee_contribution_amount' => 950, | |
], | |
[ | |
'min_wage' => 4801, | |
'max_wage' => 4900, | |
'employer_contribution_amount' => 970, | |
'employee_contribution_amount' => 970, | |
], | |
[ | |
'min_wage' => 4901, | |
'max_wage' => 5000, | |
'employer_contribution_amount' => 990, | |
'employee_contribution_amount' => 990, | |
], | |
[ | |
'min_wage' => 5001, | |
'max_wage' => 5100, | |
'employer_contribution_amount' => 1010, | |
'employee_contribution_amount' => 1010, | |
], | |
[ | |
'min_wage' => 5101, | |
'max_wage' => 5200, | |
'employer_contribution_amount' => 1030, | |
'employee_contribution_amount' => 1030, | |
], | |
[ | |
'min_wage' => 5201, | |
'max_wage' => 5300, | |
'employer_contribution_amount' => 1050, | |
'employee_contribution_amount' => 1050, | |
], | |
[ | |
'min_wage' => 5301, | |
'max_wage' => 5400, | |
'employer_contribution_amount' => 1070, | |
'employee_contribution_amount' => 1070, | |
], | |
[ | |
'min_wage' => 5401, | |
'max_wage' => 5500, | |
'employer_contribution_amount' => 1090, | |
'employee_contribution_amount' => 1090, | |
], | |
[ | |
'min_wage' => 5501, | |
'max_wage' => 5600, | |
'employer_contribution_amount' => 1110, | |
'employee_contribution_amount' => 1110, | |
], | |
[ | |
'min_wage' => 5601, | |
'max_wage' => 5700, | |
'employer_contribution_amount' => 1130, | |
'employee_contribution_amount' => 1130, | |
], | |
[ | |
'min_wage' => 5701, | |
'max_wage' => 5800, | |
'employer_contribution_amount' => 1150, | |
'employee_contribution_amount' => 1150, | |
], | |
[ | |
'min_wage' => 5801, | |
'max_wage' => 5900, | |
'employer_contribution_amount' => 1170, | |
'employee_contribution_amount' => 1170, | |
], | |
[ | |
'min_wage' => 5901, | |
'max_wage' => 6000, | |
'employer_contribution_amount' => 1190, | |
'employee_contribution_amount' => 1190, | |
], | |
[ | |
'min_wage' => 6001, | |
'max_wage' => null, // For wages exceeding RM6,000 | |
'employer_contribution_amount' => 1195, | |
'employee_contribution_amount' => 1195, | |
], | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment