; Household starter ledger for Beancount. ; ; Generated from docs/examples.md (docs-examples case `m107-examples-household`). ; Do not edit by hand — regenerate with: ; yarn generate:starter-ledgers ; ; Sample data: every name, amount and date below is fictional. ; Replace Corner Market, the 3,000.00 opening and the 71.90 amounts with your own bank, card and spending. ; The account structure is the point — keep it, rename the values. ; ; Validate with bea (managed Beancount 3.2.3 engine): ; uvx --from beancount-io==0.2.0 bea --file public/downloads/starter-ledgers/household-starter.bean check ; ; Expected balances after load: ; Assets:Bank:Checking: 2928.10 USD ; Equity:Opening-Balances: -3000.00 USD ; Expenses:Food:Groceries: 71.90 USD ; Liabilities:CreditCard: (zero) option "operating_currency" "USD" 2026-01-01 open Assets:Bank:Checking USD 2026-01-01 open Liabilities:CreditCard USD 2026-01-01 open Equity:Opening-Balances USD 2026-01-01 open Expenses:Food:Groceries USD 2026-01-01 * "Opening balance" Assets:Bank:Checking 3,000.00 USD Equity:Opening-Balances -3,000.00 USD 2026-01-18 * "Corner Market" "Weekly groceries" Liabilities:CreditCard -71.90 USD Expenses:Food:Groceries 71.90 USD 2026-01-25 * "Credit card" "Statement payment" Liabilities:CreditCard 71.90 USD Assets:Bank:Checking -71.90 USD