gendesign/backend/app/services/generative/financial.py
2026-04-25 13:45:19 +03:00

8 lines
267 B
Python

"""Financial model.
Stage 1c:
revenue = residential_area_sqm * neighborhood_price_per_sqm
cost = total_floor_area_sqm * construction_cost_per_sqm + land_cost
gross_margin = revenue - cost
base_irr = simplified, no time discounting (defer to Phase 1).
"""