RELOCATED: Financial Model Engine
The database-driven financial model engine (coditect_fm.py) has been relocated to its own product submodule per ADR-179.
New Location
submodules/products/coditect-financial-model/
├── src/coditect_fm.py # Engine (2,358 LOC)
├── data/CODITECT_Model_Export.json # Seed data
├── setup.sh # Self-provisioning
└── requirements.txt # Pinned dependencies
References
- Product Repo: https://github.com/coditect-ai/coditect-financial-model
- ADR-177: Database-Driven Financial Model Engine
- ADR-179: Hybrid Financial Model Distribution Architecture
- TRACK: N.6.15 in TRACK-N-GTM-LAUNCH.md
What Remains Here
This staging directory retains the original analysis artifacts, templates, v2 builds, and supporting documents that informed the engine design. The engine itself is now in the product submodule.
Relocated: 2026-02-12