LICENSE
README.md
pyproject.toml
src/plat_costmodel/__init__.py
src/plat_costmodel/amenity_estimator.py
src/plat_costmodel/bid_eval.py
src/plat_costmodel/category_mapping.py
src/plat_costmodel/cli.py
src/plat_costmodel/estimator.py
src/plat_costmodel/exterior_estimator.py
src/plat_costmodel/ingest.py
src/plat_costmodel/matrix.py
src/plat_costmodel/models.py
src/plat_costmodel/risk.py
src/plat_costmodel/roi.py
src/plat_costmodel/sampling.py
src/plat_costmodel/scope_service.py
src/plat_costmodel/server.py
src/plat_costmodel/sow.py
src/plat_costmodel.egg-info/PKG-INFO
src/plat_costmodel.egg-info/SOURCES.txt
src/plat_costmodel.egg-info/dependency_links.txt
src/plat_costmodel.egg-info/entry_points.txt
src/plat_costmodel.egg-info/requires.txt
src/plat_costmodel.egg-info/top_level.txt
src/plat_costmodel/bridge/__init__.py
src/plat_costmodel/bridge/deal_projection.py
src/plat_costmodel/bridge/uw_projection.py
src/plat_costmodel/data/knowledge_base.yaml
src/plat_costmodel/schemas/__init__.py
src/plat_costmodel/schemas/actuals.py
src/plat_costmodel/schemas/errors.py
src/plat_costmodel/schemas/estimate.py
src/plat_costmodel/schemas/property.py
src/plat_costmodel/schemas/results.py
src/plat_costmodel/schemas/scenario.py
src/plat_costmodel/schemas/scope.py
src/plat_costmodel/store/__init__.py
src/plat_costmodel/store/db.py
src/plat_costmodel/store/ids.py
src/plat_costmodel/store/repo.py
src/plat_costmodel/store/migrations/001_initial.sql
src/plat_costmodel/store/migrations/002_floor_plan_id_on_estimates.sql
src/plat_costmodel/store/migrations/003_scope_b_estimate_polymorphism.sql
tests/test_amenity_estimator.py
tests/test_bid_eval.py
tests/test_bridge.py
tests/test_bridge_deal_projection.py
tests/test_bridge_uw_projection.py
tests/test_category_mapping.py
tests/test_category_mapping_ordering.py
tests/test_cli.py
tests/test_cost_bridge_rent_premium_rounding.py
tests/test_cost_bridge_scope_default.py
tests/test_estimator.py
tests/test_estimator_denominators.py
tests/test_exterior_estimator.py
tests/test_hardening.py
tests/test_ingest.py
tests/test_knowledge_base_slice_b.py
tests/test_matrix.py
tests/test_mcp_estimate_from_deal.py
tests/test_mcp_estimate_scope.py
tests/test_mcp_get_property_history.py
tests/test_mcp_register_property.py
tests/test_mcp_validated.py
tests/test_migration_003.py
tests/test_property_model.py
tests/test_risk.py
tests/test_roi.py
tests/test_sampling.py
tests/test_sanitize.py
tests/test_schemas_actuals.py
tests/test_schemas_errors.py
tests/test_schemas_estimate.py
tests/test_schemas_property.py
tests/test_schemas_results.py
tests/test_schemas_scenario.py
tests/test_schemas_scope.py
tests/test_scope_service.py
tests/test_smoke_test_parity.py
tests/test_sow.py
tests/test_store_actuals_repo.py
tests/test_store_db.py
tests/test_store_estimate_repo.py
tests/test_store_history.py
tests/test_store_ids.py
tests/test_store_property_repo.py
tests/test_store_scope_repo.py
tests/test_store_snapshot_repo.py