<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Finance on emsenn.net</title>
    <link>https://emsenn.net/tags/finance/</link>
    <description>Recent content in Finance on emsenn.net</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Fri, 06 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://emsenn.net/tags/finance/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Account Reconciliation</title>
      <link>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/account-reconciliation/</link>
      <pubDate>Fri, 06 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/account-reconciliation/</guid>
      <description>&lt;p&gt;Reconciliation is the process of confirming that the balance in your ledger&#xA;matches the balance reported by an external source — a bank statement, a credit&#xA;card statement, or a brokerage account. It catches errors, missed transactions,&#xA;and fraud.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-reconcile&#34;&gt;&lt;a href=&#34;#why-reconcile&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Why reconcile&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A ledger is only useful if it reflects reality. Reconciliation is the check.&lt;/li&gt;&#xA;&lt;li&gt;Missed transactions (automatic subscriptions, bank fees, interest) accumulate&#xA;silently. Reconciliation finds them.&lt;/li&gt;&#xA;&lt;li&gt;Duplicate entries, wrong amounts, and mis-categorized transactions are caught&#xA;when the ledger balance does not match the statement balance.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;process&#34;&gt;&lt;a href=&#34;#process&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Process&#xA;&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;&lt;strong&gt;Get the statement.&lt;/strong&gt; Download or retrieve the official balance and&#xA;transaction list from the institution for the period.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Budgeting</title>
      <link>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/budgeting/</link>
      <pubDate>Fri, 06 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/budgeting/</guid>
      <description>&lt;p&gt;A budget is a plan expressed in numbers. It sets expected income and spending&#xA;for a future period and provides a standard against which actual results can&#xA;be compared.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-budget&#34;&gt;&lt;a href=&#34;#why-budget&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Why budget&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Without a budget, you discover you overspent only after the money is gone.&lt;/li&gt;&#xA;&lt;li&gt;A budget forces explicit decisions: if housing takes 40% of income, that&#xA;leaves 60% for everything else. The allocation is visible.&lt;/li&gt;&#xA;&lt;li&gt;Comparing budget to actual spending each period reveals patterns — categories&#xA;that consistently run over, windfalls that mask structural deficits, seasonal&#xA;variation you can plan for.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;structure&#34;&gt;&lt;a href=&#34;#structure&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Structure&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;A budget mirrors your chart of accounts. For each expense and income account,&#xA;set a monthly (or period-appropriate) target:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chart of Accounts</title>
      <link>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/chart-of-accounts/</link>
      <pubDate>Fri, 06 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/chart-of-accounts/</guid>
      <description>&lt;p&gt;A chart of accounts is the organized list of every account in a ledger. It&#xA;determines what the books can describe: a well-designed chart makes reporting&#xA;straightforward; a poorly designed one makes it impossible.&lt;/p&gt;&#xA;&lt;h2 id=&#34;structure&#34;&gt;&lt;a href=&#34;#structure&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Structure&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Accounts are grouped by type: assets, liabilities, equity, income, expenses.&lt;/li&gt;&#xA;&lt;li&gt;Within each type, accounts are organized hierarchically. In plain-text&#xA;accounting this uses colon-separated names: &lt;code&gt;Assets:Bank:Checking&lt;/code&gt;,&#xA;&lt;code&gt;Expenses:Housing:Rent&lt;/code&gt;, &lt;code&gt;Income:Salary&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;The hierarchy should reflect how you actually want to see reports. If you need&#xA;to know how much you spend on groceries versus dining out, those need separate&#xA;accounts under &lt;code&gt;Expenses:Food&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;design-principles&#34;&gt;&lt;a href=&#34;#design-principles&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Design principles&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Start coarse, refine as needed.&lt;/strong&gt; Begin with broad categories and split them&#xA;when you find yourself wanting a distinction the current chart cannot make. Do&#xA;not pre-build a chart with fifty accounts you may never use.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Match your reporting needs.&lt;/strong&gt; If you file taxes, your expense categories&#xA;should align with the categories on your tax forms. If you budget by category,&#xA;your chart should match your budget categories.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Be consistent.&lt;/strong&gt; Use the same naming convention throughout. Decide on&#xA;singular vs. plural, capitalization, and hierarchy depth and stick with it.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Separate accounts by institution.&lt;/strong&gt; Bank accounts, credit cards, and&#xA;investment accounts should each be their own account so you can reconcile&#xA;each one independently.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;common-domestic-accounts&#34;&gt;&lt;a href=&#34;#common-domestic-accounts&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Common domestic accounts&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;Assets:Bank:Checking&lt;/code&gt;, &lt;code&gt;Assets:Bank:Savings&lt;/code&gt; — liquid cash&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;Assets:Receivables&lt;/code&gt; — money owed to you&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;Liabilities:CreditCard:Visa&lt;/code&gt; — debts organized by instrument&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;Equity:Opening-Balances&lt;/code&gt; — the offset account for initial balances&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;Income:Salary&lt;/code&gt;, &lt;code&gt;Income:Freelance&lt;/code&gt; — revenue sources&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;Expenses:Housing:Rent&lt;/code&gt;, &lt;code&gt;Expenses:Food:Groceries&lt;/code&gt;, &lt;code&gt;Expenses:Transport&lt;/code&gt; — spending categories&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;in-beancount&#34;&gt;&lt;a href=&#34;#in-beancount&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;In Beancount&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Each account must be opened with a directive before it can be used:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Financial Statements</title>
      <link>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/financial-statements/</link>
      <pubDate>Fri, 06 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/financial-statements/</guid>
      <description>&lt;p&gt;Financial statements are the reports generated from a ledger. They answer three&#xA;questions: what do you own and owe right now, how much did you earn and spend&#xA;over a period, and where did the cash actually go.&lt;/p&gt;&#xA;&lt;h2 id=&#34;balance-sheet&#34;&gt;&lt;a href=&#34;#balance-sheet&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Balance sheet&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;The balance sheet (or statement of financial position) shows the accounting&#xA;equation at a point in time:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;Assets = Liabilities + Equity&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Assets&lt;/strong&gt;: what you own — cash, investments, property, receivables.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Liabilities&lt;/strong&gt;: what you owe — credit card balances, loans, mortgages.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Equity&lt;/strong&gt;: the difference — your net worth.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;In domestic accounting, the balance sheet answers: if you paid off all debts&#xA;right now, what would remain?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Maintain Budget</title>
      <link>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/maintain-budget/</link>
      <pubDate>Fri, 06 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/maintain-budget/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;Set monthly income and expense targets for each account category.&lt;/li&gt;&#xA;&lt;li&gt;Ensure budgeted expenses plus savings do not exceed budgeted income.&lt;/li&gt;&#xA;&lt;li&gt;At period close, compare actual income statement lines to budget targets.&lt;/li&gt;&#xA;&lt;li&gt;Identify categories consistently over or under budget.&lt;/li&gt;&#xA;&lt;li&gt;Adjust budget or spending based on patterns, not single-period anomalies.&lt;/li&gt;&#xA;&lt;li&gt;Review budget quarterly and adjust for changed circumstances.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Multi-Currency Accounting</title>
      <link>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/multi-currency/</link>
      <pubDate>Fri, 06 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/multi-currency/</guid>
      <description>&lt;p&gt;Multi-currency accounting tracks holdings and transactions in more than one&#xA;currency. This includes foreign currencies, cryptocurrencies, and investment&#xA;securities — anything denominated in a unit different from your base reporting&#xA;currency.&lt;/p&gt;&#xA;&lt;h2 id=&#34;core-concepts&#34;&gt;&lt;a href=&#34;#core-concepts&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Core concepts&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;Operating currency&lt;/strong&gt;: the currency you report in and think in — usually&#xA;the currency of the country where you live and pay taxes.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Cost basis&lt;/strong&gt;: the amount you paid for a holding in your operating currency&#xA;at the time of acquisition. This is what matters for tax purposes.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Market value&lt;/strong&gt;: the current value of a holding at today&amp;rsquo;s exchange rate&#xA;or price. The difference between cost basis and market value is unrealized&#xA;gain or loss.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Realized gain/loss&lt;/strong&gt;: when you sell or convert a holding, the difference&#xA;between the proceeds and the cost basis becomes a realized gain or loss.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;in-beancount&#34;&gt;&lt;a href=&#34;#in-beancount&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;In Beancount&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Beancount handles multi-currency natively. Each account is opened with a list&#xA;of allowed currencies:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Period Closing</title>
      <link>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/period-closing/</link>
      <pubDate>Fri, 06 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/period-closing/</guid>
      <description>&lt;p&gt;Closing the books at the end of a period — a month, a quarter, a year — means&#xA;finalizing the records so that the period&amp;rsquo;s financial statements are complete&#xA;and reliable, and the next period starts clean.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-close&#34;&gt;&lt;a href=&#34;#why-close&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Why close&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Income and expense accounts accumulate over a period. Closing resets them so&#xA;the next period starts at zero, and the net income flows into equity.&lt;/li&gt;&#xA;&lt;li&gt;Closing enforces a deadline for recording transactions. After the close, you&#xA;do not go back and add to the prior period without a clear correction entry.&lt;/li&gt;&#xA;&lt;li&gt;It produces the final financial statements for the period, which you can use&#xA;for budgeting, tax preparation, or review.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;process&#34;&gt;&lt;a href=&#34;#process&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Process&#xA;&lt;/h2&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;strong&gt;Record all transactions for the period.&lt;/strong&gt; Ensure nothing is missing —&#xA;check bank statements, receipts, and any pending items.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Reconcile all accounts.&lt;/strong&gt; Every bank account, credit card, and cash&#xA;account should be reconciled against its statement.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Review and correct.&lt;/strong&gt; Check for mis-categorized transactions, duplicate&#xA;entries, or unusual amounts.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Generate financial statements.&lt;/strong&gt; Produce the balance sheet and income&#xA;statement for the period. Review them for reasonableness.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Close income and expense accounts.&lt;/strong&gt; In traditional bookkeeping, this&#xA;means posting journal entries that zero out income and expense accounts&#xA;and transfer the net to &lt;code&gt;Equity:Retained-Earnings&lt;/code&gt;. In Beancount, this&#xA;is handled automatically by reporting tools — income and expense accounts&#xA;are reset per-period in reports without explicit closing entries.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Archive.&lt;/strong&gt; If using plain-text files, commit the ledger to version&#xA;control with a clear message marking the period close.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;h2 id=&#34;in-beancount&#34;&gt;&lt;a href=&#34;#in-beancount&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;In Beancount&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Beancount does not require explicit closing entries for income and expense&#xA;accounts. The &lt;code&gt;bean-report&lt;/code&gt; tool and Fava handle period boundaries in reports.&#xA;However, you should:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Read Financial Statements</title>
      <link>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/read-financial-statements/</link>
      <pubDate>Fri, 06 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/read-financial-statements/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;Generate a balance sheet and confirm assets = liabilities + equity.&lt;/li&gt;&#xA;&lt;li&gt;Generate an income statement for the period and calculate net income.&lt;/li&gt;&#xA;&lt;li&gt;Compare income statement to budget to identify over/under-spending.&lt;/li&gt;&#xA;&lt;li&gt;Check cash flow to confirm sufficient liquidity for upcoming obligations.&lt;/li&gt;&#xA;&lt;li&gt;Identify trends across periods: growing debt, declining savings, seasonal patterns.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Track Multiple Currencies</title>
      <link>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/track-multiple-currencies/</link>
      <pubDate>Fri, 06 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/track-multiple-currencies/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;Open accounts with the correct currency constraints.&lt;/li&gt;&#xA;&lt;li&gt;Record conversions using Beancount &lt;code&gt;@&lt;/code&gt; or &lt;code&gt;@@&lt;/code&gt; syntax with accurate cost basis.&lt;/li&gt;&#xA;&lt;li&gt;Add &lt;code&gt;price&lt;/code&gt; directives from consistent sources to track market values.&lt;/li&gt;&#xA;&lt;li&gt;Reconcile foreign-currency accounts in their native currency.&lt;/li&gt;&#xA;&lt;li&gt;Review unrealized gains/losses in reports and understand their tax implications.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Beancount Basics</title>
      <link>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/beancount-basics/</link>
      <pubDate>Wed, 31 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/beancount-basics/</guid>
      <description>&lt;p&gt;Beancount is a plain-text accounting system with a precise syntax and tooling&#xA;for validation and reporting.&lt;/p&gt;&#xA;&lt;h2 id=&#34;files-and-directives&#34;&gt;&lt;a href=&#34;#files-and-directives&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Files and directives&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A Beancount file holds transactions, balances, and metadata.&lt;/li&gt;&#xA;&lt;li&gt;Directives include &lt;code&gt;open&lt;/code&gt;, &lt;code&gt;close&lt;/code&gt;, &lt;code&gt;balance&lt;/code&gt;, &lt;code&gt;pad&lt;/code&gt;, and &lt;code&gt;price&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Transactions are dated and list postings that balance.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;workflow&#34;&gt;&lt;a href=&#34;#workflow&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Workflow&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Write or import transactions into a &lt;code&gt;.beancount&lt;/code&gt; file.&lt;/li&gt;&#xA;&lt;li&gt;Run the Beancount checker to validate the ledger.&lt;/li&gt;&#xA;&lt;li&gt;Use reporting tools to inspect balances and activity.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Double-Entry Accounting</title>
      <link>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/double-entry/</link>
      <pubDate>Wed, 31 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/double-entry/</guid>
      <description>&lt;p&gt;Double-entry accounting records every transaction with equal debits and credits.&#xA;Each entry affects at least two accounts so the books stay balanced.&lt;/p&gt;&#xA;&lt;h2 id=&#34;core-ideas&#34;&gt;&lt;a href=&#34;#core-ideas&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Core ideas&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Accounts are grouped as assets, liabilities, equity, income, and expenses.&lt;/li&gt;&#xA;&lt;li&gt;Every transaction must balance: total debits equal total credits.&lt;/li&gt;&#xA;&lt;li&gt;The accounting equation holds: assets = liabilities + equity.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;example&#34;&gt;&lt;a href=&#34;#example&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Example&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;If you buy equipment for cash, debit the equipment asset account and credit the&#xA;cash asset account for the same amount.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Plain-Text Accounting</title>
      <link>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/plain-text-accounting/</link>
      <pubDate>Wed, 31 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/plain-text-accounting/</guid>
      <description>&lt;p&gt;Plain-text accounting keeps ledgers in text files so they are versionable and&#xA;auditable with standard tools.&lt;/p&gt;&#xA;&lt;h2 id=&#34;why-use-it&#34;&gt;&lt;a href=&#34;#why-use-it&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Why use it&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The ledger is human-readable and diff-friendly.&lt;/li&gt;&#xA;&lt;li&gt;You can automate reports without proprietary formats.&lt;/li&gt;&#xA;&lt;li&gt;It supports reproducible bookkeeping workflows.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;typical-structure&#34;&gt;&lt;a href=&#34;#typical-structure&#34; class=&#34;heading-anchor&#34; aria-label=&#34;Link to this section&#34;&gt;¶&lt;/a&gt;Typical structure&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;A main ledger file with dated transactions.&lt;/li&gt;&#xA;&lt;li&gt;Account naming conventions such as &lt;code&gt;Assets:Cash&lt;/code&gt; or &lt;code&gt;Expenses:Office&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;Separate files for prices, budgets, or imports.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Use Beancount Validation</title>
      <link>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/use-beancount-validation/</link>
      <pubDate>Wed, 31 Dec 2025 00:00:00 +0000</pubDate>
      <guid>https://emsenn.net/library/domains/engineering/domains/domesticity/domains/logistics/bookkeeping/texts/use-beancount-validation/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;Run the Beancount checker on the ledger file.&lt;/li&gt;&#xA;&lt;li&gt;Resolve balance errors by fixing missing or mismatched postings.&lt;/li&gt;&#xA;&lt;li&gt;Track directives that fail validation and fix formatting issues.&lt;/li&gt;&#xA;&lt;li&gt;Re-run validation until the ledger is clean.&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
  </channel>
</rss>
