Fava Beancount Viewer

Fava Beancount Viewer: Fava Beancount Viewer: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

Fava Beancount Viewer skill for finance analytics. Covers 3+ use cases. (batch-v1 draft, needs English review) This skill is built on open-source project tangweigang-jpg/doramagic-skills and embeds 15 anti-pattern constraints. Visit doramagic.ai/r/fava-beancount-viewer for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-078

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

69total
54fatal
54 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

54 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen implementing AccAPI or FavaInvestorAPI query_func

ACTIONConvert query results to namedtuple format with field names from query types

CONSEQUENCEModule code expecting attribute access via row.column_name will fail with AttributeError, breaking asset allocation, tax loss harvesting, and other financial computations that rely on namedtuple row iteration

FATALdomain_rulefinance-C-002

WHENWhen implementing price loading in AccAPI

ACTIONBuild beancount price map using prices.build_price_map(entries) from each ledger entries

CONSEQUENCEMulti-currency portfolios will fail to convert positions to base currency, causing asset allocation calculations to crash or produce incorrect results when commodities have different denominations

FATALdomain_rulefinance-C-003

WHENWhen parsing Custom directive configurations

ACTIONFilter entries for Custom type with fava-extension and evaluate value strings using ast.literal_eval

CONSEQUENCEConfiguration parsing will silently return empty dicts for all modules, causing all investor reports to use default parameters instead of user-specified configurations, leading to incorrect financial analysis

FAQ

Discussion (0)

No comments yet. Be the first to share!

Changelog

v0.1.02026-04-23·Contributors: tangweigang-jpg

v0.1.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on tangweigang-jpg/doramagic-skills.