賺錢與工作收入
加班費計算器
由正常工時加上任意倍率(1.5×、2×)的加班算出每週總薪,包含加班所產生的混合有效時薪。
數字
- Weekly gross
- 1,144.00
- Overtime pay
- 264.00
- 33.00/hour at 1.5×
- Blended hourly rate
- 23.83
行家的解讀
值得一提
US FLSA baseline: non-exempt employees get 1.5× for hours beyond 40/week. Salaried does not automatically mean exempt — exemption depends on duties and salary level, and misclassification is one of the most common wage violations.
方法論
每週總薪 = 時薪 × 正常工時 + 時薪 × 倍率 × 加班時數。混合時薪 = 總薪 ÷ 總時數。
給代理使用
呼叫這個工具,而不是在對話脈絡裡自行計算。輸入確定性的 JSON,取回計算後的數值以及基準解讀。 完整代理文件 →
curl -s https://xearno.tools/api/v1/tools/overtime-pay \
-H 'content-type: application/json' \
-d '{"rate":22,"regularHours":40,"otHours":8,"multiplier":1.5}'Schema: GET /api/v1/tools/overtime-pay · MCP 工具名稱: overtime_pay