賺錢與工作收入
加薪計算器
把加薪百分比換算成新薪資與每月差額,再回答那個真正重要的問題:扣掉通膨後,這算加薪嗎?
數字
- New salary
- 78,000
- +250 / month gross
- Real raise (after inflation)
- +0.97%
行家的解讀
留意
Barely ahead of inflation — this preserves purchasing power rather than increasing it.
值得一提
Job switchers historically out-raise stayers by several points per year — the strongest known lever on salary growth is changing employers, not annual reviews.
方法論
實質加薪 =(1 + 名目)÷(1 + 通膨)− 1——這是精確的 Fisher 關係式,不是會誤導人的相減捷徑(相減會高估實質加薪)。
給代理使用
呼叫這個工具,而不是在對話脈絡裡自行計算。輸入確定性的 JSON,取回計算後的數值以及基準解讀。 完整代理文件 →
curl -s https://xearno.tools/api/v1/tools/pay-raise \
-H 'content-type: application/json' \
-d '{"salary":75000,"raisePct":4,"inflation":3}'Schema: GET /api/v1/tools/pay-raise · MCP 工具名稱: pay_raise