You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add scoped net-worth views (Business / House / Personal / Savings)
Replace the single global net-worth figure with a per-role breakdown.
Account gains a role (house, personal, business) and a data migration
seeds it from existing data — any account that already has a Mortgage
transaction is tagged house, the rest fall back to the role implied by
scope. The endpoint now returns business, personal, house and savings
components plus an all-up total that finally includes the business cash
the old summary-only formula was missing.
House equity is just the household account balance minus the mortgage;
savings (A Prazo) is its own component and lives alongside the other
views rather than being folded into the household figure. Net worth =
business + house + personal + savings + investments.
The Net worth page gains a pill segmented control with five views (All
/ Business / House / Personal / Savings) that re-renders the hero
number, the relevant KPI tiles and the chart for the chosen view.
Overview swaps Investments and YTD income for Business / House /
Personal / Savings tiles and moves YTD income into the month-to-date
row.
0 commit comments