Chapter 48: Fast Formula for Gratuity Calculation
Overview:
This formula calculates the Gratuity amount payable to an employee at the time of exit, based on years of service and the last drawn salary. Gratuity is a statutory payment in many countries (e.g., India) for employees completing a minimum number of years in service.
Business Logic:
-
Gratuity = (Last Drawn Salary × 15 × Years of Service) / 26
-
Applicable only if Years of Service ≥ 5
Inputs Required:
-
LAST_DRAWN_SALARY: Basic + DA
-
YEARS_OF_SERVICE: Total service years
Sample Formula:
Use Case Example:
-
Last Drawn Salary: ₹50,000
-
Years of Service: 10
→ Gratuity Amount: (₹50,000 × 15 × 10) / 26 = ₹2,88,462
Best Practices:
-
Ensure YEARS_OF_SERVICE is calculated using the Joining Date and Exit Date.
-
Configure proration for partial months if required by law.
Practice Quiz:
-
What is the minimum number of years required to be eligible for gratuity?
-
How is gratuity calculated for partial years?
-
Can this formula be adapted for different countries’ gratuity rules?
No comments:
Post a Comment