Adds a standalone financial sustainability calculator that derives financial health from raw revenue/expense data.
services/analytics/financial_sustainability.py
python3 -m services.analytics.financial_sustainability compute --location-id UUID
31 unit tests covering all calculator functions.
- Compute break-even month, revenue sustainability index, cost efficiency ratio - Compute cash flow projection with runway calculation - Classify sustainability status (draft/grant_dependent/transitioning/self_sustaining) - Add CLI: python3 -m services.analytics.financial_sustainability compute - Add 31 unit tests
Summary
Adds a standalone financial sustainability calculator that derives financial health from raw revenue/expense data.
Changes
services/analytics/financial_sustainability.py:python3 -m services.analytics.financial_sustainability compute --location-id UUIDTests
31 unit tests covering all calculator functions.