計算勞保老年年金(月領)
calculate_old_age_pensionCalculate monthly old-age pension from Taiwan's labor insurance using statutory formulas. Input average insured salary and coverage years to estimate benefits with adjustments for early or late claim.
Instructions
依勞保老年年金法定公式(擇優兩式、提前/延後增減給每年 ±4%,上限 ±5 年(±20%))試算月領金額;年資未滿 15 年不符年金請領資格。結果僅供參考,以勞保局、健保署核發之繳款單為準,不構成法律或會計建議。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | 年度(西元,如 2026)。省略則使用最新可用年度;可先用 list_years 查可用年度。 | |
| avgInsuredSalary | Yes | 平均月投保薪資(最高 60 個月平均),新臺幣元。 | |
| years | Yes | 保險年資:年。 | |
| months | No | 保險年資:月(0–11),預設 0。 | |
| claimOffsetMonths | No | 提前(負)/延後(正)請領月數,相對法定請領年齡;每年 ±4%,上限 ±5 年(±20%)。預設 0。 |