ABS Cashflow Modeling

ABS Cashflow Modeling: ABS Cashflow Modeling: specialized toolkit for 3+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

ABS Cashflow Modeling 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/abs-cashflow-modeling for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-076

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

67total
52fatal
52 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

52 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen defining deal dates in Generic or SPV dataclasses

ACTIONprovide dates in ISO format YYYY-MM-DD validated by vDate()

CONSEQUENCEInvalid date format causes mkDate() RuntimeError at generic.py:171 or china.py runtime failure, preventing deal serialization and engine execution

FATALdomain_rulefinance-C-002

WHENWhen instantiating Generic or SPV with pool assets

ACTIONprovide valid asset pool structure recognized by identify_deal_type()

CONSEQUENCEAsset pool structure mismatch causes identify_deal_type() RuntimeError at component.py:1793 or 1817, preventing deal type identification and engine execution

FATALdomain_rulefinance-C-006

WHENWhen creating Generic or SPV deal instances

ACTIONinclude dates, pool, and bonds as required non-None arguments

CONSEQUENCEMissing required fields causes Python TypeError at dataclass instantiation, preventing deal definition from being created

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.