Macro Economic Model
Macro Economic Model: Macro Economic Model: specialized toolkit for 2+ finance workflows covered in the triggers section.
Overview
Constraints
Evidence Quality
Medium confidence — review before critical use
82 non-negotiable constraints
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
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
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.0: Initial release on Doramagic.ai. Auto-generated batch-v1 metadata and FAQs based on tangweigang-jpg/doramagic-skills.