Documentation

clovis report balance-sheet

Report assets, liabilities, and equity

npm

What it does

Report assets, liabilities, and equity

UsageUsage: clovis report balance-sheet [options]

Options

--date <date>As-of date, YYYY-MM-DD
--quote <asset>Quote asset symbol or id
--entity <id>Scope to an account group
--parent <id>Alias for --entity
--account <id>Restrict to an account or account subtree; may be repeated (default: [])
--include-pendingInclude pending transactions; current balance-sheet reports include them by default
--status <status>Transaction status filter: posted, pending, planned, void, active, combined, or all
--hide-zeroHide zero-balance rows
-h, --helpdisplay help for command

Examples

clovis report balance-sheet --date 2026-06-30 --quote CAD --parent Personal

Raw help output

This is the exact help text captured from the published package.

Usage: clovis report balance-sheet [options]

Report assets, liabilities, and equity

Options:
  --date <date>      As-of date, YYYY-MM-DD
  --quote <asset>    Quote asset symbol or id
  --entity <id>      Scope to an account group
  --parent <id>      Alias for --entity
  --account <id>     Restrict to an account or account subtree; may be repeated
                     (default: [])
  --include-pending  Include pending transactions; current balance-sheet reports
                     include them by default
  --status <status>  Transaction status filter: posted, pending, planned, void,
                     active, combined, or all
  --hide-zero        Hide zero-balance rows
  -h, --help         display help for command

Examples:
  clovis report balance-sheet --date 2026-06-30 --quote CAD --parent Personal