投保單位(雇主)補充保費
calculate_employer_supplementary_premiumCalculates employer supplementary premium for second-generation National Health Insurance (2.11% rate) using monthly salary total minus insured amount total. Results are for reference only.
Instructions
計算雇主端二代健保補充保費(費率 2.11%):(每月支付薪資總額 − 受僱者當月健保投保金額總額) × 費率,無上限。結果僅供參考,以勞保局、健保署核發之繳款單為準,不構成法律或會計建議。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | 年度(西元,如 2026)。省略則使用最新可用年度;可先用 list_years 查可用年度。 | |
| monthlyPaidTotal | Yes | 每月支付薪資所得總額 A,新臺幣元(含薪資、獎金、兼職、車馬費、承攬等)。 | |
| monthlyInsuredTotal | Yes | 受僱者當月健保投保金額總額 B,新臺幣元(全體受僱者投保金額合計)。 | |
| rounding | No | 進位策略:round=四捨五入(預設)、ceil=無條件進位、aggregate-then-round=合計後分配(政府方吸收進位差)。 |