年金支払い計算機
定年後に一括払いで支払える定期収入を計算する。
結果はタイプすると更新されます。
この計算機の情報
calculator is a simple, easy-to-use tool that can help you calculate the amount of interest you can draw on your retirement savings. It is a simple, easy-to-use calculator that can be used to calculate the amount of interest you can draw on your retirement savings. It is a simple, easy-to-use calculator that can be used to calculate the amount of interest you can draw on your retirement savings. It is a simple, easy-to-use calculator that can be used to calculate the amount of interest you can draw on your retirement savings. It is a simple, easy-to-use calculator that can be used to calculate the amount of interest you can draw on your retirement savings. It is a simple, easy-to-use calculator that can be used
よくある質問
支払い額はどう計算されますか。
年金支払い式であるPMT = PV × i ÷ (1 − (1 + i)^−n) であり、貸付金と同じ数学である。残高は引き出しの間に利息を得る。総支払い額は始期残高を超える。
これは保険会社からの生涯年金と同じですか。
いえ、これは決められた期間の引き落としで、選択した期間中に残高をゼロにするものです。保険会社からの生涯年金は、代わりに死ぬまで支払い、死亡率で価格を決めます。支払いは異なります。
どのくらいの回収率を想定すればいいのか?
残りのバランスが投資される間に現実的に得られるレートを使う。退職者は引き下げ中に大きな損失を負担することができないので、保守的な組み合わせがよく使われる。低い仮定の回収率は安全な支払いが小さいことを意味する。だから慎重な方向に誤りを犯す。
投資が予想より少ない利益をもたらしたらどうなる?
それは固定的な引き下げの主なリスクである。 低い引き下げまたは実際の収益に調整される柔軟なものは、枯渇の可能性を減らす。
定期的な引き下げは退職全体にとって安全なのか。
時間軸が確実な場合のみ。終了日までに余剰を意図的に空にするので、期間を超えて生きてしまうと何も残らない。多くのプランナーは、収入が柔軟になり、決して完全に消費されないように、余剰の割合ルールを使います。
これは4%ルールと どう違うの?
4%ルールは、初年度の引き出しをポットの4%に固定し、インフレーションに伴って増加させ、無限に続くことを目指します。この計算機は、設定した期間において残高を完全に消費するレベルの支払いを解決します。短期間では4%より高いレベルになるかもしれません。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/annuity-payout/
curl
curl "https://calculator.free/api/v1/annuity-payout/?principal=500000&rate=5&years=20"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/annuity-payout/?" + new URLSearchParams({
"principal": "500000",
"rate": "5",
"years": "20"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。