計算勞保老年一次金
calculate_old_age_lump_sumCompute the old-age lump sum benefit under Taiwan's Labor Insurance using the legal formula: average monthly insured salary multiplied by payment months (1 month per year, up to 5 years after age 60).
Instructions
依勞保老年一次金法定公式(平均月投保薪資 × 給付月數;年資每滿 1 年給 1 個月、逾 60 歲後之年資最多計入 5 年)試算給付金額。結果僅供參考,以勞保局、健保署核發之繳款單為準,不構成法律或會計建議。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | 年度(西元,如 2026)。省略則使用最新可用年度;可先用 list_years 查可用年度。 | |
| avgInsuredSalary | Yes | 平均月投保薪資(最高 60 個月平均),新臺幣元。 | |
| years | Yes | 保險年資:年。 | |
| months | No | 保險年資:月(0–11),預設 0。 | |
| postSixtyMonths | No | 逾 60 歲以後之保險年資(月),最多計入 5 年(60 個月),超過部分不計。不得超過總保險月數。預設 0。 |