Net worth card

The household financial picture, headline net worth with an assets vs liabilities split and a per owner ranking.

Household net worth

£1,284,500

Computed

Assets £1.7m

Liabilities £420k

Cash

£64.5k

Investments

£240k

Pensions

£350k

Property

£1.1m

Mortgage

-£390k

Other debts

-£30k

<NetWorthCard data={picture} source="computed" />

Usage

import { NetWorthCard, type NetWorthData } from "@reva/ui";

Renders the get_financial_picture tool output. data is the tool's payload (NetWorthData, wire field names, decimal-string amounts); source labels provenance in the corner badge and "computed" renders as "Computed". The metric switch flips the per owner ranking between net worth, assets and liabilities; owners with a zero value for the active metric drop out of the list.

Examples

With a concentration insight

The server-computed insight field names where the wealth is concentrated; it renders as the takeaway line under the headline.

Household net worth

£1,130,000

Most of your net worth sits in your business; your pension is a small slice so far.

Assets £1.6m

Liabilities £420k

Business

£850k

Property

£450k

Cash

£180k

Pensions

£70k

Mortgage

-£390k

Other debts

-£30k

<NetWorthCard data={businessHeavyPicture} />

With a disclaimer

An optional footnote for estimated or partial figures.

Household net worth

£1,284,500

Computed

Assets £1.7m

Liabilities £420k

Cash

£64.5k

Investments

£240k

Pensions

£350k

Property

£1.1m

Mortgage

-£390k

Other debts

-£30k

Figures are estimates based on the balances you shared and may not reflect live valuations.

<NetWorthCarddata={picture}source="computed"disclaimer="Figures are estimates based on the balances you shared and may not reflect live valuations."/>

On this page