Cambridgeshire Housing Commitments 2017
Cambridgeshire Insight
@ukgov.cambridgeshire_housing_commitments_2017
Cambridgeshire Insight
@ukgov.cambridgeshire_housing_commitments_2017
Number of formal dwelling commitments at 31/03/2017, which includes those with planning permissions (not yet complete) or those allocated for development. Worksheet includes data by district, parish, settlement, and status of permission/development. This data supercedes data published in previous years.
Publisher name: Cambridgeshire Insight
Last updated: 2025-04-03T04:00:15Z
CREATE TABLE dwelling_commitments_by_district_in_cambridgeshire_2017 (
"district" VARCHAR,
"settlement" VARCHAR,
"outline_planning_permission" BIGINT,
"full_reserved_matters_permission_under_construction" BIGINT -- Full / Reserved Matters Permission, Under Construction,
"full_reserved_matters_permission_not_started" BIGINT -- Full / Reserved Matters Permission, Not Started,
"total_permissions" BIGINT,
"adopted_allocation_with_no_planning_permissions" BIGINT,
"proposed_allocation_included_in_local_plans_submitted__028033c5" BIGINT -- Proposed Allocation Included In Local Plans Submitted March 2014,
"total_commitments" BIGINT
);CREATE TABLE dwelling_commitments_by_ward_parish_in_cambridgeshire_2017 (
"ward_parish" VARCHAR,
"sum_of_outline_planning_permission" BIGINT,
"sum_of_under_construction" BIGINT,
"sum_of_not_started_planning_permission" BIGINT,
"sum_of_total_planning_permission" BIGINT,
"sum_of_allocations_with_no_planning_permission" BIGINT,
"n_2014_local_plan_allocation" BIGINT -- 2014 Local Plan Allocation,
"sum_of_total_outstanding_commitments" BIGINT
);Anyone who has the link will be able to view this.