Chapter 45: Fast Formula for Bonus Calculation Based on Performance Rating
Overview:
This formula is designed to calculate an employee’s bonus based on their performance rating. It applies a bonus percentage mapped to each rating category.
Business Logic:
-
Define performance ratings (e.g., Excellent, Good, Average, Below Average)
-
Map bonus percentages:
-
Excellent → 20%
-
Good → 15%
-
Average → 10%
-
Below Average → 0%
-
-
Bonus = Annual Salary × Bonus Percentage
Inputs Required:
-
ANNUAL_SALARY: Employee's annual salary
-
PERFORMANCE_RATING: Text input of the employee’s rating
Sample Formula:
Use Case Example:
-
Annual Salary: ₹10,00,000
-
Performance: Excellent
→ Bonus: ₹2,00,000
Best Practices:
-
Always validate that the PERFORMANCE_RATING is consistent with HR inputs.
-
Use this formula in Bonus Payroll Elements for Annual Processing.
Practice Quiz:
-
What happens if no performance rating is given?
-
Can we include more rating bands?
-
How is the bonus calculated for “Below Average”?
No comments:
Post a Comment