## Premium Incentive Wage Systems
Premium wage plans reward workers who complete jobs faster than the standard time. The saving in time is shared between the worker (bonus) and the employer (cost reduction). A guaranteed minimum wage is always paid, even if the worker fails to meet the standard.
---
### Core Concept: Time Saved
> Time Saved = Standard Time (Allowed) − Actual Time Taken
All three systems below use this as the bonus trigger. If Time Saved ≤ 0 (worker is slow), no bonus is paid but the guaranteed wage stands.
---
### 1. Halsey System (50% Plan)
- The time-saving benefit is shared 50:50 between worker and employer.
- Formula:
```
Wages = (Time Taken × Rate) + 50% × (Time Saved × Rate)
```
### 2. Halsey-Weir System (30% Plan)
- Identical to Halsey but the worker's share of time saved is only 30% (employer retains 70%).
- Formula:
```
Wages = (Time Taken × Rate) + 30% × (Time Saved × Rate)
```
### 3. Rowan System
- Bonus is a variable proportion of the wages for time taken — scaled by how much time was saved relative to the standard.
- Formula:
```
Wages = (Time Taken × Rate) + (Time Saved / Time Allowed) × Time Taken × Rate
```
Key insight: In Rowan, the bonus rate increases as the worker speeds up, but beyond a certain point the bonus as a percentage of potential earnings actually starts to fall. This prevents runaway bonus payments for extremely fast workers — built-in protection for the employer.
---
### Comparison Table
| Feature | Halsey | Halsey-Weir | Rowan |
|---|---|---|---|
| Worker's share of time saved | 50% | 30% | Variable (proportional) |
| Employer's share | 50% | 70% | Increases with speed |
| Simplicity | Simple | Simple | Moderate |
| Protection from excess bonus | No | No | Yes |
---
### Advantages (All Three Systems)
1. Simple to understand and calculate.
2. Guaranteed wages provide worker security and reduce anxiety.
3. Efficient workers are incentivised to complete work early.
4. Employer receives a share of savings → incentive to invest in better facilities and equipment.
### Disadvantages (All Three Systems)
1. Difficult to fix standard time precisely — incorrect standards distort incentives.
2. Sharing principle (employer keeps part of savings) may not be accepted by workers.