必要月額逆算
calculate_required_monthlyCalculate the monthly contribution needed to reach a target savings goal, based on current savings, expected annual return, and time period.
Instructions
目標金額・現在の貯蓄・想定年利・積立期間から、目標達成に必要な毎月の積立額を逆算します。「N 年後に X 円作るには月いくら積み立てればよいか」の問いに答えるツール。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetAmount | Yes | 達成したい目標金額(円)。例: 20000000 | |
| currentSavings | No | 現在の投資資産(円。複利運用される) | |
| annualRate | Yes | 想定年利(%表記) | |
| years | Yes | 積立期間(年) |