getSigningBonus: Compute RF Signing Bonus

getSigningBonusR Documentation

Compute RF Signing Bonus

Description

Signing bonus is given to Rank-and-File employees at the year of the start of a new collective bargaining agreement.

Usage

getSigningBonus(theObject)

## S4 method for signature 'Employee'
getSigningBonus(theObject)

## S4 method for signature 'Staff'
getSigningBonus(theObject)

## S4 method for signature 'NonStaff'
getSigningBonus(theObject)

Arguments

theObject

Employee-class object

Value

a data.frame with 12 rows and 3 columns although only one row may have a value since the cost is charged only in one month.

Each row represents a month. The columns are:

ID

character string representing the unique identifier of the real employee

month

integer value representing the month

signingBonus

numeric value defining the cost charged for that month

Functions

  • getSigningBonus(Employee): Compute cost multiplier

  • getSigningBonus(Staff): No signing bonus for Staff

  • getSigningBonus(NonStaff): Compute monthly cost


basilrabi/mansched2 documentation built on May 19, 2023, 9:51 p.m.