calculate_future_value
Compute the future value of a present sum for savings projections. Input present value, annual rate, and number of years to get future value and total interest.
Instructions
Compute the future value (FV) of a present sum at a given interest rate. Use for savings projections. Inputs: present value, annual rate %, years, compounding frequency. Returns FV and total interest. See list_bundles for related 'finance-universal' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| present_value | Yes | Present value EUR | |
| rate | Yes | Annual rate percent | |
| years | Yes | Number of years |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |