薪資所得扣繳稅額
calculate_income_tax_withholdingCompute income tax withholding for Taiwanese payroll: resident monthly salaries (formula), resident bonuses (5%), and non-resident salaries (18% or 6% if below threshold). Estimates only; refer to official agencies.
Instructions
計算薪資所得扣繳稅額:居住者固定月薪(公式法)、非每月給付獎金(5%,未達起扣標準免扣)、非居住者(18%;月薪≤1.5倍基本工資為6%)。結果僅供參考,以勞保局、健保署核發之繳款單為準,不構成法律或會計建議。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | 年度(西元,如 2026)。省略則使用最新可用年度;可先用 list_years 查可用年度。 | |
| type | Yes | 扣繳類型:resident=居住者固定月薪(公式法)、residentBonus=居住者非每月給付(獎金)5%、nonResident=非居住者18%/6%。 | |
| monthlySalary | No | 月薪資,新臺幣元(resident/nonResident 用)。 | |
| dependents | No | 配偶及受扶養親屬人數(僅 resident),預設 0。 | |
| amount | No | 該筆給付金額,新臺幣元(僅 residentBonus)。 |