Internal application environment
This hub collects the main Genesis analytical tools behind one
password-protected entry point. Use it for model generation,
transaction comparables, and peer benchmarking workflows.
Streamlit
Magnus Finance Model Builder
Build Genesis-style financial models from Magnus or complete PL/BS workbooks. Use it when you need a clean bridge workbook, scenario tabs, assumptions, FX settings, bank model options, and final Excel output.
Streamlit
AI Comparable Transactions Finder
Find relevant M&A comparable transactions from the prepared Capital IQ dataset. Use filters, AI/manual search terms, scoring, median multiples, and Excel/CSV exports for market evidence.
Streamlit
Benchmark Finder
Search for peer companies and benchmark financial KPIs across CEE data. Use it for peer-set building, revenue/assets/equity/EBIT comparisons, profitability ratios, and benchmark exports.
FastAPI
Timesheet
Multi-user timesheet with separate user login, SQLite-backed storage, own-profile editing, and read-only access to colleague overviews.
Ops
Deployment Environment
Operational reference for this internal hub: FastAPI login backend, nginx routes, Streamlit service ports, VPS folders, and deployment runtime structure.
Prepared runtime map
Static frontend is served by nginx. Streamlit runs as a local service
on port 8501 and is exposed inside this hub at /streamlit/.
Frontend root
/home/webim/Deploy_Genesis/apps/web-app
Streamlit app
/home/webim/Deploy_Genesis/apps/magnus-finance-model
AI Finder app
/home/webim/Deploy_Genesis/apps/ai-finder
Benchmark Finder app
/home/webim/Deploy_Genesis/apps/benchmark-finder
Timesheet app
/home/webim/Deploy_Genesis/apps/timesheet, FastAPI endpoint /timesheet, SQLite DB in data/timesheet.sqlite3
Local app ports
8000 backend, 8501 Magnus, 8502 AI Finder, 8503 Benchmark Finder