Skip to content

Privacy

AOJDevStudio edited this page Aug 1, 2026 · 1 revision

Privacy

Finance Guru is designed around local handling of sensitive financial data. The working database, family_office.db, is gitignored and must remain local.

Keep private

Do not commit or publish:

  • .env files, access tokens, provider setup URLs, or API keys
  • account numbers, balances, positions, transactions, or tax documents
  • local filesystem paths that disclose personal data
  • generated analysis artifacts containing personal financial information

Configure integrations safely

SnapTrade and SimpleFIN values belong in local configuration only. Follow the repository’s configuration reference, and inspect diffs before every commit.

Public documentation boundary

Examples in this Wiki use generic tickers and placeholder repository URLs. They do not prove account access, a successful provider sync, a production deployment, or an available investment strategy.

See Architecture and Data Flow for the data boundary and Wiki Maintenance for the publication review checklist.

Clone this wiki locally