計算勞保一次請領老年給付
calculate_old_age_single_paymentCompute old-age lump-sum benefits under Taiwan's Labor Insurance using the base formula. Input average insured salary and insurance years before/after age 60. For those with coverage before 2009.
Instructions
依勞保一次請領老年給付法定公式(基數制:前 15 年每年 1 個基數、第 16 年起每年 2 個基數、60 歲前最高 45 個基數、逾 60 歲後年資每年 2 個基數最多計 5 年、合併最高 50 個基數)試算給付金額。適用 98 年前已有保險年資者。結果僅供參考,以勞保局、健保署核發之繳款單為準,不構成法律或會計建議。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | 年度(西元,如 2026)。省略則使用最新可用年度;可先用 list_years 查可用年度。 | |
| avgInsuredSalary | Yes | 平均月投保薪資(採退保前 3 年內最高 36 個月平均),新臺幣元。 | |
| preSixtyYears | Yes | 60 歲(含)以前之保險年資:年。 | |
| preSixtyMonths | No | 60 歲(含)以前之保險年資:月(0–11),預設 0。 | |
| postSixtyYears | No | 逾 60 歲以後之保險年資:年。逾 60 歲後最多計入 5 年,超過部分不計。預設 0。 | |
| postSixtyMonths | No | 逾 60 歲以後之保險年資:月(0–11),預設 0。 |