Settings
User preferences
Generic key/value store for app-wide settings.
Values are stored as text and coerced to the declared type on read.
Currently used by:
default_contribution_amount → prefills the contribution form on /super.
| Key | Type | Value | Description | Updated | |
|---|---|---|---|---|---|
default_contribution_amount |
float | Default amount pre-filled on contribution forms (AUD) | 2026-05-15 09:22:42 | ||
forecast_default_drawdown_pct |
float | Forecast: retirement drawdown %/year (decimal) | 2026-05-17 01:51:46 | ||
forecast_default_fees |
float | Forecast: annual portfolio fees (AUD) | 2026-05-17 01:51:46 | ||
forecast_default_inflation |
float | Forecast: annual inflation rate (decimal) | 2026-05-17 01:51:46 | ||
forecast_default_paths |
int | Forecast: number of Monte Carlo paths | 2026-05-17 01:51:46 | ||
forecast_last_inputs |
json | Forecast: last form inputs (auto-saved on run) | 2026-05-17 08:35:28 | ||
forecast_max_age |
int | Forecast: end-of-simulation age | 2026-05-17 01:51:46 | ||
forecast_retire_age |
int | Forecast: retirement age | 2026-05-17 01:51:46 |
Add preference
Key must be lowercase snake_case (letters / digits / underscore).
JSON type expects valid JSON in the Value field (e.g. [1,2,3] or {"k":1}).