Wealth Management
by frostaura
Financial accounts, transactions, net worth tracking, tax profiles, income, and expenses. Use when working with the core financial data management features.
Skill Details
name: wealth-management description: Financial accounts, transactions, net worth tracking, tax profiles, income, and expenses. Use when working with the core financial data management features.
Wealth Management Skill
Overview
LifeOS provides comprehensive wealth tracking with multi-currency support, tax modeling, income/expense management, and net worth calculations.
Core Requirements
Account Types
checking, savings, credit, investment, loan, property, crypto
Account Properties
- Name, Type, Currency (ISO code)
- Balance (negative for credit/loans)
- InterestRate, Institution, IsActive
Transaction Properties
- AccountId, Amount (negative=debit)
- Category, Description, Date
- Type: income, expense, transfer
Tax Profile
- Name, Brackets [{threshold, rate}]
- CapitalGainsRate, StandardDeduction
Income Sources
- Name, Type (salary, bonus, rental, dividend, freelance)
- Amount, Frequency, TaxRate, StartDate/EndDate
Expense Definitions
- Name, Category, Amount
- Type: fixed or percentage (of income)
- IsRecurring, StartDate/EndDate
API Endpoints
| Method | Endpoint | Purpose |
|---|---|---|
| GET | /api/accounts | List accounts |
| POST | /api/accounts | Create account |
| GET | /api/transactions | List transactions |
| POST | /api/transactions | Create transaction |
| GET | /api/fx-rates | Exchange rates (CoinGecko) |
| GET | /api/tax-profiles | Tax profiles |
| GET | /api/income-sources | Income sources |
| GET | /api/expense-definitions | Expenses |
User Flows
Add Account
- Navigate to
/wealth→ "Add Account" - Fill: name, type, balance, currency
- Save
Record Transaction
- Navigate to account or transactions
- Enter amount, category, date
- Save → Net worth recalculates
View Net Worth
- Dashboard/Wealth shows chart
- Select period (1M, 1Y, 10Y, ALL)
- Hover for values
Net Worth Calculation
Net Worth = Σ(Accounts + Property + Investments)
- Σ(Credit + Loans)
[All converted to home currency]
Multi-Currency Support
- Home currency set in settings
- FX rates from CoinGecko (cached)
- Supported: USD, EUR, GBP, ZAR, AUD, CAD, CHF, JPY, CNY, INR, BTC, ETH, etc.
Testing (Playwright MCP)
- Test add account modal
- Test transaction recording
- Verify net worth chart renders
- Test currency selector
Design Doc References
- Architecture:
.gaia/designs/architecture.md- Wealth architecture
When to Invoke
Use when: account types, transactions, taxes, income/expenses, currency conversion, net worth.
Related Skills
Xlsx
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
Clickhouse Io
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
Clickhouse Io
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
Analyzing Financial Statements
This skill calculates key financial ratios and metrics from financial statement data for investment analysis
Data Storytelling
Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.
Kpi Dashboard Design
Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use when building business dashboards, selecting metrics, or designing data visualization layouts.
Dbt Transformation Patterns
Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when building data transformations, creating data models, or implementing analytics engineering best practices.
Sql Optimization Patterns
Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.
Anndata
This skill should be used when working with annotated data matrices in Python, particularly for single-cell genomics analysis, managing experimental measurements with metadata, or handling large-scale biological datasets. Use when tasks involve AnnData objects, h5ad files, single-cell RNA-seq data, or integration with scanpy/scverse tools.
Xlsx
Spreadsheet toolkit (.xlsx/.csv). Create/edit with formulas/formatting, analyze data, visualization, recalculate formulas, for spreadsheet processing and analysis.
