betteroff.finance
BetterOff keeps household accounts and financial records current, then shows what changed, what is coming, and what needs attention.
First seen 2026-08-31 · Last seen 2026-08-31 · Source: webmcp.com
Answer 5 · Act 16 · Transact 1 · Score: Not yet scored
Tool inspector
calc_inflation
Projects purchasing power erosion from a present amount, year horizon, and annual inflation rate percent.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
amount |
number | no | Current amount |
years |
integer | no | Time horizon (years) |
inflationRatePct |
number | no | Annual inflation rate (%) — This calculator assumes the same rate every year. |
categoryRates |
array | no | Optional category assumptions — Weighted household categories override the single general rate when supplied. |
Raw JSON schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"amount": {
"default": 100000,
"description": "Current amount",
"type": "number",
"minimum": 0,
"maximum": 1000000000
},
"years": {
"default": 10,
"description": "Time horizon (years)",
"type": "integer",
"minimum": 1,
"maximum": 40
},
"inflationRatePct": {
"default": 3,
"description": "Annual inflation rate (%) — This calculator assumes the same rate every year.",
"type": "number",
"minimum": 0,
"maximum": 50
},
"categoryRates": {
"default": [],
"description": "Optional category assumptions — Weighted household categories override the single general rate when supplied.",
"maxItems": 12,
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"sharePct": {
"type": "number",
"exclusiveMinimum": 0,
"maximum": 100
},
"inflationRatePct": {
"type": "number",
"minimum": 0,
"maximum": 200
}
},
"required": [
"name",
"sharePct",
"inflationRatePct"
],
"additionalProperties": {}
}
}
},
"additionalProperties": false
}
Similar websites
qotien.fr
Simulateur impôt 2026
coinranking.com
Track live Bitcoin price with Coinranking's Pro Chart. Use advanced drawing tools and technical analysis on this interactive BTC price chart.
longbridge.com
Longbridge US offers stock trading services with advanced tools and market insights to help investors manage their portfolios.
coinvela.com
Compare live crypto prices across exchanges worldwide. Find the best rates to buy Bitcoin, Ethereum, XRP, and 40+ other cryptocurrencies.