Macro Economic Model

Macro Economic Model: Macro Economic Model: specialized toolkit for 2+ finance workflows covered in the triggers section.

✓ 0 reported success·v0.1.0·

Overview

Macro Economic Model skill for finance analytics + 保险. Covers 2+ use cases. (batch-v1 draft, needs English review) This skill is built on open-source project tangweigang-jpg/doramagic-skills and embeds 14 anti-pattern constraints. Visit doramagic.ai/r/macro-economic-model for bilingual documentation and use cases. Compatible with the Doramagic ecosystem (Claude Code, Cursor, openclaw, ChatGPT, Gemini, etc.).

Blueprint Source

finance-bp-077

tangweigang-jpg/doramagic-skills6360a632 source files

Constraints

96total
82fatal
82 must-not-violate

Evidence Quality

Confidence89%

Medium confidence — review before critical use

82 non-negotiable constraints

FATALdomain_rulefinance-C-001

WHENWhen importing CSV portfolio files with special characters

ACTIONuse 'utf-8-sig' encoding to handle BOM markers in CSV files

CONSEQUENCECSV files with UTF-8 BOM markers will fail to parse correctly, causing KeyError exceptions when reading row fields and preventing portfolio data from loading

FATALdomain_rulefinance-C-002

WHENWhen parsing date fields from CSV input files

ACTIONuse the exact date format '%d/%m/%Y' for each date parsing

CONSEQUENCEDate fields with inconsistent format will raise ValueError during parsing, causing the entire model run to fail at data import stage

FATALdomain_rulefinance-C-003

WHENWhen reading EIOPA parameter and curve files

ACTIONuse CSV files with columns matching pattern '{country}_Maturities' and '{country}_Values'

CONSEQUENCEColumn selection using non-existent country columns will raise KeyError, causing the Smith-Wilson calibration to fail with no risk-free curve data

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.