limabean
Top-level limabean functions for use from the REPL.
*booked-directives*
dynamic
Vector of all directives form the beanfile after booking and before plugins.
*registry*
dynamic
Map of attributes derived from directives and options, e.g. booking method for account.
balances
(balances & args)Build balances from *directives* and *options*, optionally further filtered.
Custom directives may be passed in after the filters using :directives.
inventory
(inventory & args)Build inventory from *directives* and *registry* after applying filters, if any.
Custom directives may be passed in after the filters using :directives.
journal
(journal & args)Build a journal of postings from *directives* with running balance.
Custom directives may be passed in after the filters using :directives.
rollup
(rollup & args)Build a rollup for the primary currency from *directives* and *registry* after applying filters, if any.
To build for a different currency, simply filter by that currency, e.g
(rollup (f/cur "CHF"))
Custom directives may be passed in after the filters using :directives.