Retirees Set up in a flex program
We are having an Active Program which is of Flex Type.
We are having 80 retirees also in the system.
Eligibility for Medical Plan :
Age 55 years or 20 years of LOS OR any age with 30 years of LOS.
I am calculating Age as :
if
(Termination date - DOB) >= 55 then
return Y else N.
AND
Length of Service (LOS) as
If ( hire date - Termination date)>=20 then
return Y else N
- Create an eligibility profile to attatch the above rules. But, where can i attatch the above rules in the eligibility profile(which Tab)?
- Should I check the enrollment in Non Waive plans? If yes, which tables will come into play here.