Skip to content
Trove

Concepts

Financial Health Score

The single number on your dashboard. How we compute it.

Formula

savings_efficiency = (investments + education + health) / total_expense × 100
growth_ratio       = growth_spend / (food + leisure + travel + utilities)

score = (savings_efficiency × 0.6) + (min(growth_ratio, 1) × 40)
score = clamp(score, 0, 100)

Bands

ScoreBandColor
0–15At riskred
16–30Buildingamber
31–50Healthygreen
51+Elitegold

Window

30 days, rolling. Recalculated on every dashboard load.

What we deliberately exclude

See the blog post for the philosophy.