Savings Goal
savings_goalThe monthly saving needed to hit a target by a deadline. Given a target amount, what you already have, a time horizon, and an expected return, computes the required monthly contribution — and shows what waiting a year would cost you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | Target amount | |
| rate | No | Annual return (%) Use a conservative rate for short horizons. | |
| years | No | Years to goal (yr) | |
| current | No | Already saved |