退職計算機
あなたの寄付と予想される収益から退職貯蓄を予測する。
結果はタイプすると更新されます。
この計算機の情報
you’re a retired person, you’ll need to pay a monthly contribution of $100 to get the calculator to work. If you’re a retired person, you’ll need to pay a monthly contribution of $100 to get the calculator to work. If you’re a retired person, you’ll need to pay a monthly contribution of $100 to get the calculator to work. If you’re a retired person, you’ll need to pay a monthly contribution of $100 to get the calculator.Use this calculatorUse this calculator to check whether your savings rate is on track, to see how it changes by age 65. Use this calculator to calculate your retirement savings.Use this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether your savings rate is on trackUse this calculator to check whether
よくある質問
どのくらいの回収率を想定すればいいのか?
株式市場の長期収益は、インフレ後の歴史的平均値は6〜7%であるが、収益は保証されず、年々変動する。計画に保守的な数字を使う。
これはインフレを考慮したものですか。
いや、名目の余剰を予測する。今日の金銭で考えるには、実際の利回り(あなたの期待利回りから期待インフレを引いた)を利率として使う。
退職のために毎月どれだけ貯める必要がありますか。
これは目標ポット、年齢、および期待収益に依存します。月々の寄付額を入力し、退職時の残高が望ましい数字に達するまで調整します。計算機は金額を変更すると結果を更新します。
早く貯蓄を始めたら それほど大きな違いはあるの?
20代の寄付は 10年か20年分の 余分な年金になるからだ 現時点の年齢を 早めてみて 残りのすべてを 固定して 退職時のバランスが どれだけ大きくなるか見てみろ
「今日の金額」の数字は何ですか。
これは、将来の875,000ドルが、買い手の買い力においては、ずっと価値が低いかもしれないということを考慮して、予測された余剰をインフレ率を仮定して引き下げるものである。
毎年寄付金を増やせますか。
はい。 年間の寄付の増加を高度なオプションで設定すると、計算機は毎年その割合で月間の寄付を増加させます。予想される給与の増加に合わせるには便利です。
API — コードからこの計算機を使う
この計算機を自由な JSON エンドポイントとして呼び出します。鍵は必要ありません。下のフィールド値をクエリパラメータまたは JSON として送信します。 API ドキュメントを読む →
エンドポイント
GET https://calculator.free/api/v1/retirement/
curl
curl "https://calculator.free/api/v1/retirement/?current_age=30&retire_age=65¤t_savings=20000&contribution=500&return_rate=6"
JavaScript fetch()
const r = await fetch(
"https://calculator.free/api/v1/retirement/?" + new URLSearchParams({
"current_age": "30",
"retire_age": "65",
"current_savings": "20000",
"contribution": "500",
"return_rate": "6"
}));
const data = await r.json();
console.log(data.results);
結果は一般的な指導のための推定であり,財務的,医療的または税務的なアドバイスではない。