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_debt_payoff
Runs debt payoff projections across multiple debts using avalanche or snowball strategy and extra monthly payment.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
debts |
array | no | Debts |
extraPayment |
number | no | Extra monthly payment |
strategy |
string | no | Strategy |
Raw JSON schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"debts": {
"default": [
{
"name": "Credit Card",
"balance": 15000,
"minimumPayment": 300,
"annualRatePct": 22
},
{
"name": "Car Loan",
"balance": 12000,
"minimumPayment": 250,
"annualRatePct": 7
}
],
"description": "Debts",
"minItems": 1,
"maxItems": 12,
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"default": "Debt",
"type": "string",
"minLength": 1,
"maxLength": 64
},
"balance": {
"default": 0,
"type": "number",
"minimum": 0,
"maximum": 1000000000
},
"minimumPayment": {
"default": 0,
"type": "number",
"minimum": 0,
"maximum": 1000000
},
"annualRatePct": {
"default": 0,
"type": "number",
"minimum": 0,
"maximum": 100
},
"promoRatePct": {
"default": 0,
"type": "number",
"minimum": 0,
"maximum": 100
},
"promoMonths": {
"default": 0,
"type": "integer",
"minimum": 0,
"maximum": 120
}
},
"additionalProperties": {}
}
},
"extraPayment": {
"default": 250,
"description": "Extra monthly payment",
"type": "number",
"minimum": 0,
"maximum": 1000000
},
"strategy": {
"default": "avalanche",
"description": "Strategy",
"type": "string",
"enum": [
"avalanche",
"snowball"
]
}
},
"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.