Savings goal calculator
hopi_savings_goal_calculatorPlan a savings goal, compounded monthly. Mode 'time' works out how long a monthly deposit takes to reach a target. Mode 'monthly' works out the monthly saving needed to reach a target within a number of years. Both take an optional starting balance and an annual interest rate. Amounts in GBP. Source: https://hopi.co.uk/savings-goal-calculator/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | 'time' finds the time to reach the goal; 'monthly' finds the monthly saving needed | |
| rate | Yes | Annual interest rate as a percentage | |
| start | No | Starting balance in GBP (default 0) | |
| years | No | Monthly mode: number of years to reach the goal | |
| target | Yes | Savings target in GBP (greater than zero) | |
| monthly | No | Time mode: monthly deposit in GBP |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| rate | Yes | ||
| start | Yes | ||
| months | Yes | ||
| target | Yes | ||
| monthly | No | ||
| summary | Yes | ||
| interest | Yes | ||
| source_url | Yes | The tool's page on hopi.co.uk (cite or open to check the figure) | |
| timeToReach | No | ||
| totalPaidIn | Yes | ||
| finalBalance | Yes |