Skip to content

Documentation

Hforecast documentation

Hforecast is a personal-finance simulation tool. You describe a financial plan — accounts, income, expenses, investments, real estate, taxes — in a YAML file, and it simulates the plan period by period and writes a standard hledger journal you can query with ordinary hledger commands.

The output is rough by design and is not financial advice. See Known limitations for what it does and doesn’t model.

Getting started

  • Installation — build hforecast and install the tax data
  • Quickstart — your first config, two ways (typed in, or inferred from a journal)
  • Examples — runnable example configs to copy and adapt

Reference

Concepts

Guides

A first run

hforecast -c examples/casual.yaml -o hforecast.journal
hledger -f hforecast.journal bal assets liabilities -Y --depth 2