Configuration structure for compensation rates.
Defines the monetary compensation for out-of-hours on-call duty, distinguishing between weekday and weekend rates.
const defaultRates: RatesConfig = { weekdayRate: 50, weekendRate: 75, currency: 'GBP'}; Copy
const defaultRates: RatesConfig = { weekdayRate: 50, weekendRate: 75, currency: 'GBP'};
Optional
Currency code (e.g., 'GBP', 'USD', 'EUR'). Optional.
Compensation for OOH weekday shifts (Monday-Thursday)
Compensation for OOH weekend shifts (Friday-Sunday)
Configuration structure for compensation rates.
Defines the monetary compensation for out-of-hours on-call duty, distinguishing between weekday and weekend rates.
Example