Asset Registry

Log what you own — feeds the Faraid Calculator, Wassiyah one-third meter, and Waqf corpus selector.

Estate total {total.toLocaleString()}
{#each assets as a (a.id)}
{a.type} {a.description} {a.ownershipShare}% owned · {a.location || '—'}
{Number(a.value).toLocaleString()}
{a.verified ? '✓ Verified' : 'Unverified'} {#if a.proofDocumentPath} View proof {:else} {/if}
{:else}

No assets logged yet.

{/each}

Trusted contacts

Notified automatically by email when your mutawalli fires your death trigger — mosque, khairat officer, police, ambulance/hospital, or family. Not an automated death-detection mechanism.

{#each trustedContacts as c (c.id)}
{c.category} {c.name} — {c.method}{c.email ? ` · ${c.email}` : ''}
{/each}

Liabilities

{#if totalDebt > 0}
Total outstanding debt{totalDebt.toLocaleString()}
{/if}
{#each liabilities as l (l.id)}
{l.liabilityType} {l.lender} {l.notes || '—'}
{Number(l.outstandingBalance || 0).toLocaleString()}
{#if l.documentPath} View loan document {:else} {/if}
{:else}

No liabilities logged.

{/each}