Skip to main content

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

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