Home > FAQ > Service Definitions > Determining Date of Participation for output

Determining Date of Participation for output

QUESTION: My client wants to put date of participation on the letters sent to employees. Their plan uses the 1000 hour rule to determine participation into the cash balance plan. Hours are reported every month. ProAdmin can read them as a start & stop array. Participation begins on the first day of the calendar after 1000 hours are worked in a calendar year. If an employee works 1000 hours between his date of hire and one year anniversary of his date of hire, participation begins on the first of the month following the one year anniversary. How can I put this date on the output?

ANSWER: Set up a Service Definition Set that uses the 1000 hour rule and an output field that adjusts the date when the 1000 hour condition is met. Assuming DOH is the date of hire, and hours are reported more frequently than annual.

Step 1 Set up a Service Definition (Service1)

  1. Use reported hours.
  2. Measurement Period is a calendar year.
  3. In the Hours Conversion dialog box,
    1. Select the appropriate start and stop hours array.
    2. Check the box: Accumulate hours by measurement period
    3. Select Expression and in the box enter the expression: (#this/1000) #min 1.
  4. In the Service Eligibility dialog box,
    1. Check: Apply ____ hour participation rule
    2. Insert 1000 in the box provided
    3. Select Grant service retroactively for Service earned at eligibility.

Step 2. Set up a Service Definition Set (Service1) using Service1

Step 3. In the Date Adjustment library define a new date adjustment entry (Adjust1): Check Adjust date:

DOH1:= DOH #dateplus 1y & ; Add one year to date of hire
[(#this<=DOH1)*( 1 #monthround DOH1)] ; if 1000 hours are met before
; DOH plus one year then round
+ ; to the first of the next
; month
[(#this>DOH1)*(12 #monthround #this)] ; if 1000 hours are met after
; DOH plus one year then round
; to the first of the next
; calendar year

 

Step 4. Define an eligibility definition (Eligibility1)where

  1. The service condition is 0.001.
  2. Date Adjustment is Adjust1

Step 5. In the output definition, define a Date/Age/Service output field(date1).

  1. The type is date
  2. At first eligibility, select Eligibility Definition
    1. Eligibility1,
    2. Using Service Definition Set Service1.