True Data · Data format

The shape of a contributed project

This is the format project data is normalized to for use in benchmarks. Each record type below lists its fields and the vocabularies give the allowed values for the categorical fields. Some information may not be available on every project; fields marked req are generally required for a project to be qualified for market-data comparisons.

Cost is normalized to the UniFormat Level 2 elemental level and not available more finely on market-data benchmarks, but own-data and peer-network data (at admin and member discretion) may include more detailed and/or additional cost coding. See the methodology for more information about conditioning and privacy.

Record types

Project

Type

A single construction project contributed to the corpus. A project carries its descriptive attributes (type, location, delivery, sustainability and quality targets) plus a history of design checkpoints — point-in-time snapshots that hold the project's size, program, design metrics, and cost estimate as the design progressed. Schedule milestones and a risk register round out the record. Provide whatever you have; only a name and type are needed to start.

FieldTypeDescription
idreqstringGUID — unique identifier for this project.
namereqstringThe project's name.
typereqProjectTypeThe primary use of the project. Choose the single closest category.
statusreqProjectStatusThe current outcome / lifecycle status of the project.
sectorSectorWhether the project is privately or publicly owned and funded.
wageBasisWageBasisThe labor wage basis for the construction work — union or open shop.
deliveryMethodDeliveryMethodHow the project is contracted and delivered (e.g. design-bid-build, design-build, CM at risk).
citystringThe city the project is located in.
regionstringThe state or province the project is located in.
countrystringThe country the project is located in. The USA if omitted.
macroRegionRegionThe broad geographic region the project falls in. If omitted, it is inferred from the state.
checkpointsreqCheckpoint[]The project's design checkpoints — one per estimate milestone (concept, schematic design, design development, and so on). Each checkpoint captures the project's size, program, metrics, and cost estimate as of that point in design. Contribute as many as you have; a single late-stage checkpoint is fine.
createdAtreqIsoDateWhen this project record was first added to the corpus. Set by the pipeline, not the contributor.
updatedAtreqIsoDateWhen this project record was last updated. Set by the pipeline, not the contributor.

Checkpoint

Type

A snapshot of the project at one point in design — usually tied to an estimate milestone such as schematic design (SD) or design development (DD). A project has one checkpoint per milestone (the phase identifies it), each holding the project's size, program breakdown, design metrics, and cost estimate as they stood at that time.

FieldTypeDescription
statusreqDataStatusThe data status of the checkpoint in the corpus — whether its data is ready to benchmark against, still in review, or excluded (for data-quality reasons or because the contributor opted out).
phasereqDesignPhaseThe design phase this snapshot represents. A project has one checkpoint per phase — the phase is what identifies it.
datereqIsoDateThe as-of date this estimate/snapshot was produced. Used to escalate costs and filter for relevance.
currencyreqCurrencyThe currency every cost line in this checkpoint's estimate is expressed in.
programRequirementsreqProgramRequirementsDescription of special requirements on this project. Benchmarks correlate these with cost/schedule/risk.
componentsreqComponent[]The project broken into its component areas at this checkpoint (e.g. residential tower, parking, retail podium), each classified by use type, program class, and space function.
costLinesreqCostLine[]The cost estimate at this checkpoint, as elemental line items coded to UniFormat Level 2.
expectedContingencyPctreqnumberThe cost contingency carried for the project, as a percentage of construction cost (e.g. 7.5).
metricValuesreqMetricValue[]Project-wide design and program metrics at this checkpoint (e.g. exterior wall area, window area, annual energy use). Every checkpoint must lead with GROSS_FLOOR_AREA, SITE_AREA, STORY_COUNT, BELOW_GRADE_STORY_COUNT, in that order; all other metrics are optional and may follow in any order.
schedulereqScheduleMilestone[]Major schedule milestones for the project. Benchmarks compare the durations between them.
riskRegisterreqRiskEntry[]The risks tracked for the project, each scored by likelihood and impact.

ProgramRequirements

Type

A description of targets and special program requirements for this project. Benchmarks correlate these with cost, schedule, and risk. All the requirement drivers are optional — provide the ones you know; the special systems and FF&E are lists of what the project includes.

FieldTypeDescription
specialSiteRequirementsSpecialSiteRequirementsDegree of site difficulty — subsurface conditions and grade variation.
sustainabilityTargetSustainabilityTargetThe project's energy or sustainability certification target, if it has one.
hvacApproachHvacApproachThe primary HVAC generation approach, which drives mechanical space and cost.
finishQualityFinishQualityThe overall finish and quality level of the project, from economy to luxury.
foundationBearingConditionFoundationBearingConditionThe expected subsurface / bearing conditions and the foundation type they imply.
seismicDesignCategorySeismicDesignCategoryThe ASCE 7 seismic design category for the site.
safetySecuritySafetySecurityLevelThe level of life-safety, security, and protective design the project requires.
specialSystemsreqSpecialSystem[]The special services & systems the project includes — any of the SpecialSystem values (a list of the systems present, rather than a field per system).
ffereqFfeItem[]The furnishings, fixtures & equipment the contribution includes — any of the FfeItem values.

Component

Type

A portion of the project grouped by how it is used — for example a residential tower, a parking structure, or a hospital's surgical platform. Attributing costs and metrics to a component lets benchmarks compare like-for-like areas across projects. Three required fields classify a component: useType names the owner program area it serves, programClass names where it sits in the building's anatomy, and functionType names the specific space function below useType. A hospital surgery component, for instance, is useType: HEALTHCARE_INPATIENT, programClass: FUNCTIONAL_SPACES, functionType: OPERATING_ROOMS; the garage beneath it is useType: PARKING, programClass: FUNCTIONAL_SPACES, functionType: BELOW_GRADE_PARKING. Building-fabric components — sitework, core, and shell — have no single space function, so their functionType echoes their program class (SITEWORK, CORE, SHELL), with CORE_SHELL for the combined core+shell grossing many fit-out takeoffs report as one floor-area figure. Split a genuinely mixed area into separate components so each is dominated by a single function.

FieldTypeDescription
idreqstringA unique reference for this component — what cost lines attribute to (CostLine.componentId).
namereqstringA short label for this component, e.g. "Residential Tower", "Below-grade Parking", or "Surgical Platform".
useTypereqUseTypeThe owner program area this component serves. Drives which program metrics apply — each UseType value's description names the key Metric values to provide.
programClassreqProgramClassWhere this component sits in the building's anatomy — sitework, core, shell, or one of the space classes.
constructionTypeConstructionTypeWhether this component is new construction, a renovation, or a tenant improvement. Per-component, so a single project can mix scopes (e.g. a new wing alongside a renovated department).
functionTypereqFunctionTypeThe specific function of the space, refining useType — e.g. OPERATING_ROOMS within HEALTHCARE_INPATIENT. Building-fabric components (with no single dominating function) name their fabric element — SITEWORK, CORE, or SHELL — echoing their program class. Should be consistent with useType; this is checked during normalization. Selecting a functionType requires the metrics that function scales by — each FunctionType value lists its required set (a building-fabric function requires the one metric it scales by).
metricValuesreqMetricValue[]Program and design metrics for this component — the key program counts for its use type (e.g. UNIT_COUNT for RESIDENTIAL, BED_COUNT for HEALTHCARE_INPATIENT) plus shared measures like GROSS_FLOOR_AREA. The leading rows must be the functionType's required metrics, in the order listed on that value; any additional measures may follow.

MetricValue

Type

A single measured value for a metric. Every value belongs to either a checkpoint (a project-wide metric, in Checkpoint.metricValues) or a component (a metric for one program area, in that Component's metricValues) — which list it sits in is what attributes it. Provide values in whatever unit you measured; they are normalized to the metric's canonical unit before benchmarking.

FieldTypeDescription
metricreqMetricWhich metric this value measures.
valuereqnumberThe measured number, in `unit` — or in the metric's canonical unit if `unit` is omitted.
unitUnitThe unit the value is expressed in. Must match the metric's dimension (e.g. an area unit for GROSS_FLOOR_AREA); if omitted, the metric's canonical unit is assumed.

CostLine

Type

One elemental line of a cost estimate. Every line is classified by an extensible list of cost codes: the two UniFormat levels are required and lead, and a contributor may attach further codes — its own internal cost codes, or another standard such as MasterFormat — so a line reconciles to both the shared taxonomy and its native coding. Where possible a line is attributed to a design component (componentId) so cost ties back to a specific part of the project. Benchmarks are only ever published at UniFormat Level 2 or coarser — never as finer-grained unit prices.

FieldTypeDescription
codesreqCostCode[]How this line is classified. The two UniFormat levels are required and must lead — a UNIFORMAT_L1 major group (e.g. "B") then its UNIFORMAT_L2 element (e.g. "B20", Exterior Enclosure) — after which any number of additional codes may follow: your own internal cost codes, or another standard such as MasterFormat. Benchmarks are computed on the shared UniFormat taxonomy and never published finer than Level 2; the additional codes are kept for your own reconciliation.
descriptionstringA short description of what the line covers; the standard UniFormat element name is assumed if omitted.
costreqnumberThe line's cost in the checkpoint's currency, as estimated — before any time, location, or currency normalization.
componentIdstringThe id of the Component this cost is attributed to, if known — omitted for project-wide lines (site & shell).

CostCode

Type

One classification of a cost line under a single coding system. The benchmarking backbone is the pair of UniFormat codes every line is required to carry (shared across the whole corpus, so costs compare like-for-like); a member company may attach further codes — its own internal cost codes, or another standard such as MasterFormat — letting the same estimate reconcile to both the shared taxonomy and the contributor's native coding without either giving way. Recognized standards are named by system; a member's own system uses CUSTOM and names itself in systemLabel.

FieldTypeDescription
systemreqCostCodeSystemThe coding system this code belongs to — a recognized standard (UNIFORMAT_L1, UNIFORMAT_L2, MASTERFORMAT) or CUSTOM for a system you define.
systemLabelstringFor a member-defined system (system: CUSTOM), the name of that system as you call it, e.g. "Acme WBS" or "GL account". Ignored for the standard systems, whose name is fixed.
codereqstringThe code within the system — "B" or "B20" for the UniFormat levels, "26 05 00" for MasterFormat, or whatever value your own system uses.
labelstringWhat the code denotes, when it isn't derivable from a standard catalog (the UniFormat element name is assumed for UniFormat codes if omitted).

ScheduleMilestone

Type

A dated milestone in the project schedule. The durations between milestones are what schedule benchmarks compare.

FieldTypeDescription
namereqstringThe milestone's name, e.g. "Notice to Proceed" or "Substantial Completion".
datereqIsoDateThe date the milestone is planned for or was reached.

RiskEntry

Type

An entry in the project's risk register, scored by likelihood and impact.

FieldTypeDescription
namereqstringA short name for the risk.
descriptionreqstringA fuller description of the risk.
likelihoodreqnumberHow likely the risk is to occur, on a 1–5 scale.
costImpactreqnumberHow severe the cost impact would be if it occurs, on a 0–5 scale.
scheduleImpactreqnumberHow severe the schedule impact would be if it occurs, on a 0–5 scale.
statusreqRiskStatusWhether the risk is still open or has been closed out.
mitigationstringThe plan to mitigate or manage the risk, if one has been set.
Vocabularies & value types

UseType

Enum

The owner program area a component serves — what the space is for, in the owner's terms. Classifies the major program areas that carry different owner-driven program metrics; each value's description names the key Metric values to provide for components of that use. Choose the single closest category, and split a genuinely mixed area into separate components rather than forcing one value. Orthogonal to ProgramClass (where the component sits in the building's anatomy) and refined by FunctionType (the specific space function).

RESIDENTIAL
Market-rate, affordable, student, and condominium dwelling areas — the units and the residential floors that hold them. Key program metrics: UNIT_COUNT, BEDROOM_COUNT, RENTABLE_FLOOR_AREA.
SENIOR_LIVING
Independent living, assisted living, memory care, and skilled nursing. Key program metrics: BED_COUNT, UNIT_COUNT.
HOSPITALITY
Hotel and resort guest-room areas with their front-of-house amenities. Key program metrics: KEY_COUNT, AMENITY_AREA.
OFFICE
Workplace areas — open plan, enclosed offices, and meeting space. Key program metrics: WORKSTATION_COUNT, NET_FLOOR_AREA, RENTABLE_FLOOR_AREA.
RETAIL
Retail, food service, and other leasable commercial areas. Key program metric: RENTABLE_FLOOR_AREA.
HEALTHCARE_INPATIENT
Inpatient and acute patient-care areas — bed units, surgery, emergency, imaging, and their clinical support. Key program metrics: BED_COUNT, OPERATING_ROOM_COUNT, PROCEDURE_ROOM_COUNT, DEPARTMENT_GROSS_AREA.
HEALTHCARE_OUTPATIENT
Clinical and outpatient areas — clinics, medical office, ambulatory surgery, and diagnostics delivered without an overnight stay. Key program metrics: EXAM_ROOM_COUNT, PROCEDURE_ROOM_COUNT, DEPARTMENT_GROSS_AREA.
LAB
Research and teaching laboratory areas, wet or dry, with their lab support. Key program metrics: LAB_MODULE_COUNT, FUME_HOOD_COUNT.
GMP_MANUFACTURING
Pharmaceutical and other GMP production areas — cleanroom suites, process support, and GMP warehousing. Key program metrics: CLEANROOM_AREA, AIR_HANDLING_CAPACITY.
DATA_CENTER
Data halls and the electrical and mechanical gray space that serves them. Key program metrics: IT_LOAD_CAPACITY, DATA_HALL_AREA, RACK_COUNT, UPS_CAPACITY.
EDUCATION
Teaching and learning areas — classrooms, teaching labs, libraries, and campus life. Key program metric: CLASSROOM_COUNT.
ASSEMBLY_CIVIC
Performance, worship, exhibition, sports, and civic gathering areas. Key program metric: SEAT_COUNT.
INDUSTRIAL_WAREHOUSE
Warehouse, distribution, and non-GMP manufacturing areas. Key program metrics: GROSS_FLOOR_AREA, CLEAR_HEIGHT, LOADING_DOCK_COUNT.
PARKING
Structured, below-grade, or surface parking. Key program metric: PARKING_SPACE_COUNT.
SUPPORT
Shared support and back-of-house serving multiple uses — loading, central plant, building services, and shared amenities not attributable to a single use. Key program metrics: GROSS_FLOOR_AREA, MECHANICAL_AREA.
OTHER
A use not covered above. Prefer a specific value where one fits. Key program metric: GROSS_FLOOR_AREA.

ProgramClass

Enum

The spatial class of a component — which part of the building's anatomy it represents, independent of the owner program it serves (that is UseType's job). Splitting an area by program class lets benchmarks separate what the program itself costs from what the site, structure, core, and services wrapped around it cost.

SITEWORK
Work outside the building enclosure — earthwork, site utilities, paving, landscape, and other site improvements.
CORE
The vertical core — elevators, stairs, shafts, and the service rooms banked with them.
SHELL
The primary structure and enclosure — foundations, superstructure, exterior walls and glazing, and roof — independent of interior fit-out.
FUNCTIONAL_SPACES
The spaces that directly deliver the owner's program — dwelling units, patient rooms, operating rooms, classrooms, data halls, sales floors.
SERVICES_SPACES
Spaces that house building systems — mechanical and electrical rooms, plant, and telecom rooms.
CIRCULATION_SPACES
Horizontal circulation and gathering — corridors, lobbies, waiting, and other space that moves people between functional spaces.
INDIRECT_SERVICES
Support spaces that serve the building indirectly rather than any one program area — loading, waste handling, janitorial, general storage, and staff support.

FunctionType

Enum

The specific function of the space a component holds — a finer taxonomy than UseType, distinguishing for example the operating rooms from the patient units within one hospital. Benchmarks use it to scale comparable projects to fit a target program. Choosing a component's functionType fixes the metrics it must measure — the required-metrics column lists that set, in order (the leading rows of the component's metricValues), with the function's primary scaling metric in bold; further measures may always follow. Every component names one; split components rather than blending functions. Building-fabric components (sitework, core, shell) have no single space function, so they take the like-named SITEWORK / CORE / SHELL values, each requiring the one metric it scales by (site area, elevator cabs, envelope area) — plus CORE_SHELL for the combined core+shell grossing, which scales by gross floor area. A component's functionType should be consistent with its useType (OPERATING_ROOMS with HEALTHCARE_INPATIENT, DATA_HALL with DATA_CENTER) — inconsistent pairs are flagged for review during normalization, though some pairings are legitimately cross-sector (e.g. FOOD_BEVERAGE in an office building).

ValueRequired metricsDescription
OPERATING_ROOMS
GROSS_FLOOR_AREA
DEPARTMENT_GROSS_AREA
OPERATING_ROOM_COUNT
Surgical operating rooms and their substerile and immediate support.
MED_SURG_UNITS
GROSS_FLOOR_AREA
BED_COUNT
General medical-surgical inpatient bed units and their ward support.
ICU_UNITS
GROSS_FLOOR_AREA
BED_COUNT
Adult intensive and critical care units — ICU, CCU, and step-down. Costlier per bed than med-surg; splitting them out keeps benchmarks like for like.
NICU_UNITS
GROSS_FLOOR_AREA
BED_COUNT
Neonatal intensive care units, counted in bassinets.
EMERGENCY_DEPARTMENT
GROSS_FLOOR_AREA
DEPARTMENT_GROSS_AREA
Emergency department — triage, treatment bays, and trauma rooms.
OBSERVATION_UNIT
GROSS_FLOOR_AREA
BED_COUNT
Short-stay observation / clinical-decision units — beds that hold observation-status patients rather than admitted inpatients. Counted in beds like an inpatient unit, but benchmarked apart (shorter stays, lighter support).
IMAGING
GROSS_FLOOR_AREA
PROCEDURE_ROOM_COUNT
Diagnostic imaging — X-ray, CT, MRI, ultrasound, nuclear medicine.
CLINIC_EXAM
GROSS_FLOOR_AREA
DEPARTMENT_GROSS_AREA
EXAM_ROOM_COUNT
Outpatient clinic space — exam, consult, and treatment rooms.
PROCEDURE_SUITES
GROSS_FLOOR_AREA
PROCEDURE_ROOM_COUNT
Interventional and procedure rooms short of a full OR — cath lab, endoscopy, interventional radiology.
LABOR_DELIVERY
GROSS_FLOOR_AREA
BED_COUNT
Labor, delivery, and postpartum suites.
BEHAVIORAL_HEALTH
GROSS_FLOOR_AREA
BED_COUNT
Behavioral and mental health units and their secure support.
REHABILITATION_THERAPY
GROSS_FLOOR_AREA
DEPARTMENT_GROSS_AREA
Physical, occupational, and speech therapy — rehab gyms and treatment.
CLINICAL_LAB
GROSS_FLOOR_AREA
Diagnostic and pathology laboratories serving clinical care.
PHARMACY
GROSS_FLOOR_AREA
Pharmacy, including USP 797/800 compounding suites.
CENTRAL_STERILE
GROSS_FLOOR_AREA
Central sterile processing and case-cart operations. Serves the surgical platform's OR count rather than carrying one of its own.
SURGICAL_SUPPORT
GROSS_FLOOR_AREA
Surgical support around the ORs — pre-op, PACU, sterile core, and surgical staff space. Serves the OR platform's case count rather than carrying a count of its own, so it scales by floor area.
WET_LAB
GROSS_FLOOR_AREA
LAB_MODULE_COUNT
FUME_HOOD_COUNT
Bench laboratories with piped services, sinks, and fume hoods.
DRY_LAB
GROSS_FLOOR_AREA
LAB_MODULE_COUNT
Computational, electronics, and instrument laboratories without wet services.
LAB_SUPPORT
GROSS_FLOOR_AREA
Shared lab support — glasswash, autoclaves, equipment corridors, environmental rooms. Serves the modules it sits among rather than counting its own.
CLEANROOM_GMP
GROSS_FLOOR_AREA
CLEANROOM_AREA
ISO-classified cleanroom and GMP production suites, with gowning and airlocks.
VIVARIUM
GROSS_FLOOR_AREA
Animal research facilities — holding, procedure, and cage-wash.
GMP_WAREHOUSE
GROSS_FLOOR_AREA
CLEAR_HEIGHT
Controlled GMP warehousing — raw materials, quarantine, finished goods.
DATA_HALL
GROSS_FLOOR_AREA
IT_LOAD_CAPACITY
RACK_COUNT
Raised-floor or slab IT white space holding racks.
ELECTRICAL_ROOMS
GROSS_FLOOR_AREA
UPS_CAPACITY
GENERATOR_CAPACITY
Switchgear, UPS, battery, and generator rooms — electrical gray space in any building.
NETWORK_OPERATIONS
GROSS_FLOOR_AREA
WORKSTATION_COUNT
Network operations centers, meet-me rooms, and telecom entrance facilities.
DWELLING_UNITS
GROSS_FLOOR_AREA
UNIT_COUNT
The dwelling units themselves — apartments, condos, student beds. Split components by unit type (or provide BEDROOM_COUNT) so the scaling reflects the unit mix.
AMENITY_FITNESS
GROSS_FLOOR_AREA
AMENITY_AREA
Fitness centers, pools, and wellness amenities, in any sector.
AMENITY_LOUNGE
GROSS_FLOOR_AREA
AMENITY_AREA
Lounges, clubrooms, coworking, and other social amenity space.
LEASING_MANAGEMENT
GROSS_FLOOR_AREA
Leasing offices, property management, and mail and package rooms. Serves the units it supports.
GUEST_ROOMS
GROSS_FLOOR_AREA
KEY_COUNT
Hotel guest rooms and suites. Split components by room type so the scaling reflects the key mix.
FOOD_BEVERAGE
GROSS_FLOOR_AREA
SEAT_COUNT
Restaurants, bars, cafés, and commercial kitchens, in any sector.
CONFERENCE_EVENT
GROSS_FLOOR_AREA
SEAT_COUNT
Ballrooms, meeting rooms, and event space.
OPEN_OFFICE
GROSS_FLOOR_AREA
WORKSTATION_COUNT
Open-plan workstation areas.
PRIVATE_OFFICE_MEETING
GROSS_FLOOR_AREA
WORKSTATION_COUNT
Enclosed offices, conference and meeting rooms, phone rooms.
SALES_FLOOR
GROSS_FLOOR_AREA
RENTABLE_FLOOR_AREA
Retail sales areas and showrooms.
CLASSROOMS
GROSS_FLOOR_AREA
CLASSROOM_COUNT
General-purpose classrooms and seminar rooms.
TEACHING_LAB
GROSS_FLOOR_AREA
LAB_MODULE_COUNT
Instructional laboratories and maker spaces (classroom-style counts belong on CLASSROOMS components).
LIBRARY_MEDIA
GROSS_FLOOR_AREA
SEAT_COUNT
Libraries, media centers, and study commons.
GYMNASIUM_ATHLETICS
GROSS_FLOOR_AREA
SEAT_COUNT
Gymnasiums, athletics facilities, and natatoriums; the seat count is spectator seating.
PERFORMANCE_HALL
GROSS_FLOOR_AREA
SEAT_COUNT
Theaters, auditoria, and concert halls, including stage support.
EXHIBITION_GALLERY
GROSS_FLOOR_AREA
Museum galleries, exhibition, and convention halls.
WORSHIP_HALL
GROSS_FLOOR_AREA
SEAT_COUNT
Sanctuaries and worship halls.
WAREHOUSE_DISTRIBUTION
GROSS_FLOOR_AREA
CLEAR_HEIGHT
Bulk storage, distribution, and fulfillment floors.
MANUFACTURING_ASSEMBLY
GROSS_FLOOR_AREA
Non-GMP production and assembly floors.
COLD_STORAGE
GROSS_FLOOR_AREA
CLEAR_HEIGHT
Refrigerated and freezer storage.
STRUCTURED_PARKING
GROSS_FLOOR_AREA
PARKING_SPACE_COUNT
Above-grade parking structures.
BELOW_GRADE_PARKING
GROSS_FLOOR_AREA
PARKING_SPACE_COUNT
Below-grade parking levels.
SURFACE_PARKING
GROSS_FLOOR_AREA
PARKING_SPACE_COUNT
Surface parking lots.
LOBBY_ENTRY
GROSS_FLOOR_AREA
Entry lobbies, reception, and security screening.
MECHANICAL_PLANT
GROSS_FLOOR_AREA
Mechanical rooms, penthouses, and central utility plants. The capacities housed (COOLING_CAPACITY, GENERATOR_CAPACITY) and MECHANICAL_AREA are valuable extra measures.
LOADING_DOCK
GROSS_FLOOR_AREA
LOADING_DOCK_COUNT
Loading docks, receiving, and waste handling.
STORAGE
GROSS_FLOOR_AREA
General, non-specialized storage.
COURTYARD_GARDEN
GROSS_FLOOR_AREA
Landscaped courtyards, healing gardens, and outdoor rooms — a landscape amenity rather than an interior program space. Scales by its own area.
SITEWORK
SITE_AREA
Building fabric, not a program space — work outside the enclosure (earthwork, site utilities, paving, landscape). Scales by the site itself. Use with programClass SITEWORK.
CORE
ELEVATOR_COUNT
Building fabric, not a program space — the vertical core (elevators, stairs, shafts) with no single dominating function. Scales by the cabs it runs. Use with programClass CORE.
SHELL
GROSS_EXTERIOR_WALL_AREA
Building fabric, not a program space — the primary structure and enclosure (foundations, superstructure, exterior walls and glazing, roof). Scales by its envelope. Use with programClass SHELL.
CORE_SHELL
GROSS_FLOOR_AREA
Building fabric — the combined base-building grossing (cores, shell, circulation, shafts) reported as a single floor-area figure, as many interior fit-out takeoffs do. Scales by gross floor area rather than a single fabric measure. Use with programClass CORE or SHELL.
OTHER
GROSS_FLOOR_AREA
A space function not covered above. Prefer a specific value where one fits.

Metric

Enum

The measured metrics — the underlying countable values a contribution provides directly, as MetricValue rows. Every project and component type has a natural set of metrics of interest, and many are shared across types (e.g. GROSS_FLOOR_AREA); each UseType value's description names the key metrics for components of that use. Values are named without units — the canonical-unit column shows the unit each value is normalized to, and the description states how to measure it and whether it applies checkpoint-wide or per component. A contribution may supply any dimensionally compatible unit via MetricValue.unit.

ValueCanonical unitDescription
GROSS_FLOOR_AREASFTotal constructed floor area, in square feet, measured to the exterior face of the enclosing walls and including every enclosed level. The universal denominator of the derived efficiency metrics (SKIN_TO_FLOOR_RATIO, NET_TO_GROSS_RATIO, FLOOR_AREA_RATIO, the area-per-count intensities). Expected on every checkpoint, and per component for like-for-like comparison.
SITE_AREASFTotal area of the building site, in square feet, measured to the parcel boundary. Feeds FLOOR_AREA_RATIO and SITE_COVERAGE. Checkpoint-wide; expected on every checkpoint.
NET_FLOOR_AREASFNet programmable (assignable) floor area, in square feet, measured to the inside face of walls and excluding structure, shafts, circulation, and mechanical space. Feeds NET_TO_GROSS_RATIO and AREA_PER_WORKSTATION. Applies to every use type.
RENTABLE_FLOOR_AREASFRentable (leasable or sellable) floor area, in square feet, measured per the applicable standard — BOMA for office and retail, net residential area for multifamily. Feeds RENTABLE_EFFICIENCY. Applies to income-producing types: multifamily, office, retail, mixed-use.
CIRCULATION_AREASFFloor area given to horizontal and vertical circulation — corridors, stairs, elevator shafts, lobbies — in square feet. Feeds CIRCULATION_FACTOR. Applies to every use type.
MECHANICAL_AREASFFloor area dedicated to MEP plant and shafts, in square feet — plant rooms, penthouses, interstitial levels, major shafts. Feeds MECHANICAL_FRACTION. Applies to every use type.
AMENITY_AREASFShared interior amenity space — fitness, lounges, clubrooms — in square feet, excluding private balconies and terraces. Feeds AMENITY_AREA_PER_UNIT. Applies mainly to multifamily, hospitality, senior living, and office.
GROSS_EXTERIOR_WALL_AREASFTotal above-grade exterior wall area, in square feet, measured on the exterior face and including windows and other openings. Feeds SKIN_TO_FLOOR_RATIO and WINDOW_TO_WALL_RATIO. Applies to any enclosed building.
WINDOW_AREASFTotal exterior glazing — vision glass, spandrel, and glazed doors — in square feet, measured by rough opening across all above-grade elevations. The numerator of WINDOW_TO_WALL_RATIO. Applies to any enclosed building.
ROOF_AREASFRoof area in horizontal projection, in square feet, measured over the outermost roof line. With GROSS_EXTERIOR_WALL_AREA it completes the envelope quantity — high relative to floor area on single-story buildings, low on towers. Applies to every enclosed building.
BUILDING_FOOTPRINT_AREASFThe building's plan area at ground level, in square feet, measured to the exterior face of the enclosing walls. Feeds SITE_COVERAGE. Typically checkpoint-wide.
BUILDING_VOLUMECFGross enclosed volume, in cubic feet, measured to the exterior faces of walls and roof. Most telling for high-bay, warehouse, and assembly buildings where floor area alone understates the enclosure.
FLOOR_TO_FLOOR_HEIGHTftAverage floor-to-floor height, in feet, top of slab to top of slab. A direct driver of envelope, structure, and MEP riser cost, benchmarked against type norms (roughly 9–10 ft residential, 13–15 ft office and lab, 14–16 ft healthcare). Provide per component in mixed-use projects.
CLEAR_HEIGHTftClear height from finished floor to the lowest overhead obstruction, in feet, at the typical bay. A key capacity driver for warehouses (racking), data halls (airflow), and GMP suites (interstitial space).
STORY_COUNTstoriesNumber of enclosed levels above grade, as a count. Expected checkpoint-wide on every checkpoint; provide it per component too where massing differs (e.g. tower on podium).
BELOW_GRADE_STORY_COUNTstoriesNumber of stories below grade, as a count. A driver of excavation, shoring, and foundation cost. Checkpoint-wide; expected on every checkpoint.
UNIT_COUNTunitsNumber of dwelling units, as a count, regardless of size or mix. Feeds AREA_PER_UNIT, PARKING_RATIO, and AMENITY_AREA_PER_UNIT. The primary program driver for residential components.
BEDROOM_COUNTbedroomsTotal bedrooms across all dwelling units, as a count. Normalizes unit-mix differences (studios vs. family units) when comparing residential projects. Applies to multifamily, student, and senior housing.
BED_COUNTbedsNumber of licensed or planned patient beds, as a count. Feeds AREA_PER_BED and cost per bed. Applies to healthcare and senior living.
KEY_COUNTkeysNumber of hotel keys (rentable guest rooms), as a count. Feeds AREA_PER_KEY and cost per key. Applies to hospitality components.
PARKING_SPACE_COUNTstallsNumber of parking stalls, as a count across all levels. Feeds AREA_PER_PARKING_SPACE and PARKING_RATIO. Attach to the parking component where one exists.
WORKSTATION_COUNTseatsNumber of planned workstations or seats, as a count. Feeds AREA_PER_WORKSTATION. Applies to office components.
CLASSROOM_COUNTclassroomsNumber of teaching classrooms, as a count. Feeds AREA_PER_CLASSROOM. Applies to education components.
SEAT_COUNTseatsNumber of fixed or planned assembly seats, as a count. Feeds AREA_PER_SEAT and cost per seat. Applies to assembly, civic, performance, and worship components.
ELEVATOR_COUNTcabsNumber of elevator cabs, passenger and service combined, as a count. A vertical-transportation adequacy and core-cost benchmark against the units or beds served. Applies to any mid- or high-rise building.
LOADING_DOCK_COUNTdocksNumber of truck dock positions, as a count. A throughput benchmark for industrial and warehouse buildings; also relevant to data centers, hospitals, and large retail.
COOLING_CAPACITYtonsInstalled mechanical cooling capacity, in tons of refrigeration, as total connected plant capacity. Feeds COOLING_TO_IT_RATIO on data centers and area-per-ton comparisons on any conditioned building.
GENERATOR_CAPACITYkWInstalled standby or emergency generation, in kilowatts of nameplate capacity. Benchmarked against IT_LOAD_CAPACITY on data centers and per bed on hospitals. Applies to healthcare, data centers, labs, and high-rise buildings.
AIR_HANDLING_CAPACITYCFMTotal installed supply-air capacity, in cubic feet per minute (CFM), as the sum of air-handling unit design airflows. Feeds VENTILATION_INTENSITY. Applies to pharmaceutical, healthcare, and lab projects.
DEPARTMENT_GROSS_AREADGSFDepartmental gross area (DGSF), in square feet — each clinical department's area including intra-department circulation, excluding inter-department circulation and building support. Feeds GROSSING_FACTOR, AREA_PER_OPERATING_ROOM, and AREA_PER_EXAM_ROOM. Healthcare projects only.
OPERATING_ROOM_COUNTORsNumber of full surgical operating rooms, as a count, excluding procedure rooms. Feeds AREA_PER_OPERATING_ROOM and cost per OR. Healthcare projects only.
PROCEDURE_ROOM_COUNTroomsNumber of interventional and procedure rooms short of a full OR — cath labs, endoscopy, interventional radiology, imaging — as a count. With OPERATING_ROOM_COUNT it sizes the interventional platform. Healthcare projects only.
EXAM_ROOM_COUNTroomsNumber of outpatient exam and consult rooms, as a count. Feeds AREA_PER_EXAM_ROOM. Applies to clinical and outpatient components.
LAB_MODULE_COUNTmodulesNumber of standard laboratory planning modules (typically a 10–11 ft structural bay), as a count. The planning denominator for lab area and fume-hood density. Applies to lab and pharmaceutical projects.
CLEANROOM_AREASFFloor area of ISO 14644-classified space (ISO Class 8 or cleaner), in square feet, summed across suites regardless of grade. Feeds CLEANROOM_FRACTION. Applies to pharmaceutical, GMP, semiconductor, and sterile-processing projects.
FUME_HOOD_COUNThoodsNumber of fume hoods, as a count. A proxy for exhaust and make-up air demand that drives AIR_HANDLING_CAPACITY and lab MEP cost. Applies to lab and pharmaceutical projects.
IT_LOAD_CAPACITYkWThe critical IT electrical load the facility is designed to serve, in kilowatts — UPS-backed load at full build-out, excluding mechanical and house loads. The defining data center size metric; feeds POWER_DENSITY, POWER_PER_RACK, and COOLING_TO_IT_RATIO. Data center projects only.
DATA_HALL_AREASFData hall ("white space") floor area, in square feet — raised-floor or slab IT space, excluding electrical and mechanical gray space. Feeds DATA_HALL_FRACTION and POWER_DENSITY. Data center projects only.
RACK_COUNTracksNumber of IT rack positions at full build-out, as a count. Feeds POWER_PER_RACK. Data center projects only.
UPS_CAPACITYkWInstalled UPS capacity, in kilowatts of module nameplate. With IT_LOAD_CAPACITY it expresses the power redundancy topology (N, N+1, 2N). Data center projects only.
EMBODIED_CARBON_UPFRONTkgCO₂eTotal up-front embodied carbon — life-cycle stages A1–A5 — in kgCO₂e, from a whole-building life-cycle assessment. Feeds EMBODIED_CARBON_UPFRONT_INTENSITY. Checkpoint-wide.
EMBODIED_CARBON_WHOLE_LIFEkgCO₂eTotal whole-life embodied carbon — life-cycle stages A–C — in kgCO₂e, from a whole-building life-cycle assessment. Feeds EMBODIED_CARBON_WHOLE_LIFE_INTENSITY. Checkpoint-wide.
ANNUAL_ENERGY_USEkBtu/yrPredicted annual energy use, in kBtu per year, from the design energy model. Feeds ENERGY_USE_INTENSITY. Checkpoint-wide.
ANNUAL_WATER_USEgal/yrPredicted annual water use, in gallons per year. Feeds WATER_USE_INTENSITY. Checkpoint-wide.

DerivedMetric

Enum

The standardized efficiency ratios computed from the measured metrics — the formula column shows each one's defining computation. Contribute the measured inputs rather than these: the derived values are computed consistently across the corpus by the benchmarking pipeline, and a benchmark simply doesn't appear when its inputs weren't contributed.

ValueFormulaDescription
FLOOR_AREA_RATIO
GROSS_FLOOR_AREA
÷ SITE_AREA
The standard zoning and density measure of how intensely the site is developed (dense urban mixed-use commonly runs 8–12). Checkpoint-wide.
SKIN_TO_FLOOR_RATIO
GROSS_EXTERIOR_WALL_AREA
÷ GROSS_FLOOR_AREA
The classic envelope-efficiency measure: lower values mean a more compact massing enclosing the same floor area (0.32–0.45 is typical of a concrete mid-rise). Applies to any enclosed building.
WINDOW_TO_WALL_RATIO
WINDOW_AREA
÷ GROSS_EXTERIOR_WALL_AREA
The fraction of the envelope that is glazed. Balances facade cost, daylight, and thermal performance (0.30–0.45 is a common target band). Applies to any enclosed building; not meaningful for largely windowless types such as data halls and warehouses.
NET_TO_GROSS_RATIO
NET_FLOOR_AREA
÷ GROSS_FLOOR_AREA
The broadest plan-efficiency measure: how much of the constructed area serves the program directly. Applies to every use type, checkpoint-wide or per component.
RENTABLE_EFFICIENCY
RENTABLE_FLOOR_AREA
÷ GROSS_FLOOR_AREA
The headline pro-forma efficiency for income-producing buildings — how much of what is built can be leased or sold. Applies to multifamily, office, retail, and mixed-use components.
CIRCULATION_FACTOR
CIRCULATION_AREA
÷ GROSS_FLOOR_AREA
Flags plans that spend an outsized share of area moving people rather than serving program — a key lever in multifamily corridor planning and healthcare departmental layouts. Applies to every use type.
MECHANICAL_FRACTION
MECHANICAL_AREA
÷ GROSS_FLOOR_AREA
Separates process-driven buildings from conventional ones: expect it high on pharmaceutical (often 30–50%), healthcare, and data center projects and low on residential. Applies to every use type.
SITE_COVERAGE
BUILDING_FOOTPRINT_AREA
÷ SITE_AREA
The share of the site the building occupies at grade — a massing and zoning measure that pairs with FLOOR_AREA_RATIO. Checkpoint-wide.
AREA_PER_UNIT
GROSS_FLOOR_AREA
÷ UNIT_COUNT
Square feet per dwelling unit. Captures unit sizing plus the plan efficiency wrapped around it; read alongside RENTABLE_EFFICIENCY to separate the two. Residential and multifamily components.
AREA_PER_BED
GROSS_FLOOR_AREA
÷ BED_COUNT
Square feet per bed (BGSF per bed). The canonical hospital sizing benchmark. Applies to healthcare and senior living.
AREA_PER_KEY
GROSS_FLOOR_AREA
÷ KEY_COUNT
Square feet per key. The standard hospitality sizing benchmark, sensitive to amenity and back-of-house program. Hospitality components.
AREA_PER_WORKSTATION
NET_FLOOR_AREA
÷ WORKSTATION_COUNT
Square feet per seat. The workplace density benchmark. Office components.
AREA_PER_CLASSROOM
GROSS_FLOOR_AREA
÷ CLASSROOM_COUNT
Square feet per classroom. A program-efficiency benchmark for education projects.
AREA_PER_SEAT
GROSS_FLOOR_AREA
÷ SEAT_COUNT
Square feet per seat. The sizing benchmark for assembly, civic, and performance venues.
AREA_PER_PARKING_SPACE
GROSS_FLOOR_AREA
÷ PARKING_SPACE_COUNT
(parking component)
Square feet per stall, within the parking component. The structured-parking efficiency measure (typically 300–400 square feet per stall). Parking components.
PARKING_RATIO
PARKING_SPACE_COUNT
÷ UNIT_COUNT
Stalls per dwelling unit. The residential parking-provision benchmark; per-bed and per-key analogues derive the same way. Multifamily and mixed-use.
AMENITY_AREA_PER_UNIT
AMENITY_AREA
÷ UNIT_COUNT
Square feet per dwelling unit. A market-positioning benchmark for multifamily and senior living.
GROSSING_FACTOR
GROSS_FLOOR_AREA
÷ DEPARTMENT_GROSS_AREA
The building grossing factor: how much whole-building area each square foot of clinical department requires once inter-department circulation and support are added. A core healthcare planning-efficiency benchmark. Healthcare projects only.
AREA_PER_OPERATING_ROOM
DEPARTMENT_GROSS_AREA
÷ OPERATING_ROOM_COUNT
(surgical component)
Square feet per OR, within the surgical component. Sizes the surgical platform. Healthcare projects only.
AREA_PER_EXAM_ROOM
DEPARTMENT_GROSS_AREA
÷ EXAM_ROOM_COUNT
(clinical component)
Square feet per exam room, within the clinical component. The clinic-module efficiency benchmark for outpatient work. Healthcare projects only.
POWER_DENSITY
IT_LOAD_CAPACITY (W)
÷ DATA_HALL_AREA
Watts per square foot of data hall. The headline density measure of a data center design; rising rack densities (liquid cooling, AI loads) push it up sharply. Data center projects only.
POWER_PER_RACK
IT_LOAD_CAPACITY
÷ RACK_COUNT
Kilowatts per rack. Distinguishes conventional enterprise halls (roughly 5–10 kW per rack) from high-density and AI halls (30 kW and beyond). Data center projects only.
COOLING_TO_IT_RATIO
COOLING_CAPACITY
(× 3.52 kW/ton)
÷ IT_LOAD_CAPACITY
Expresses cooling redundancy and efficiency against the critical load. Data center projects only.
DATA_HALL_FRACTION
DATA_HALL_AREA
÷ GROSS_FLOOR_AREA
The white-to-gross share: how much of the building is revenue-generating IT space versus electrical, mechanical, and support gray space. Data center projects only.
CLEANROOM_FRACTION
CLEANROOM_AREA
÷ GROSS_FLOOR_AREA
The classified share of the building — the single strongest cost driver on pharmaceutical and GMP work. Pharmaceutical, GMP, and semiconductor projects.
VENTILATION_INTENSITY
AIR_HANDLING_CAPACITY
÷ GROSS_FLOOR_AREA
CFM per square foot. Captures how air-change-driven the building is; cleanroom and healthcare programs run far above commercial norms. Pharmaceutical, healthcare, and lab projects.
EMBODIED_CARBON_UPFRONT_INTENSITY
EMBODIED_CARBON_UPFRONT
÷ GROSS_FLOOR_AREA (m²)
kgCO₂e per m² — the unit embodied-carbon targets are quoted in (the floor area converts to square metres). The standard up-front carbon benchmark. Checkpoint-wide.
EMBODIED_CARBON_WHOLE_LIFE_INTENSITY
EMBODIED_CARBON_WHOLE_LIFE
÷ GROSS_FLOOR_AREA (m²)
kgCO₂e per m². Whole-life carbon on a comparable per-area basis. Checkpoint-wide.
ENERGY_USE_INTENSITY
ANNUAL_ENERGY_USE
÷ GROSS_FLOOR_AREA
kBtu per square foot per year — the energy use intensity (EUI), the standard operational-energy benchmark. Checkpoint-wide.
WATER_USE_INTENSITY
ANNUAL_WATER_USE
÷ GROSS_FLOOR_AREA
Gallons per square foot per year — the water use intensity (WUI). Checkpoint-wide.

Unit

Enum

A unit of measure a contributed value may be expressed in, grouped by dimension. A metric value's unit must match the dimension of its metric (an area unit for GROSS_FLOOR_AREA, a power unit for IT_LOAD_CAPACITY); incompatible pairings are rejected. The Metric table's canonical-unit column shows the unit each metric's values are normalized to for benchmarking.

ValueAbbreviationDescription
COUNTA plain count of things — units, beds, keys, stalls, rooms, racks, and the like.
SQUARE_FEETSFSquare feet.
SQUARE_METERSSquare meters.
FEETftFeet.
METERSmMeters.
CUBIC_FEETCFCubic feet.
CUBIC_METERSCubic meters.
KILOWATTSkWKilowatts.
MEGAWATTSMWMegawatts.
TONS_REFRIGERATIONtonsTons of refrigeration (cooling).
CFMCFMCubic feet per minute.
CUBIC_METERS_PER_HOURm³/hCubic meters per hour.
LITERS_PER_SECONDL/sLiters per second.
KBTU_PER_YEARkBtu/yrkBtu per year.
KILOWATT_HOURS_PER_YEARkWh/yrKilowatt-hours per year.
GALLONS_PER_YEARgal/yrGallons per year.
CUBIC_METERS_PER_YEARm³/yrCubic meters per year.
KG_CO2EkgCO₂eKilograms of CO₂ equivalent.
METRIC_TONS_CO2EtCO₂eMetric tons of CO₂ equivalent.

Currency

Enum

The currency a cost is expressed in. Costs are normalized for currency, time, and location before benchmarking.

USD
US dollars.
EUR
Euros.
GBP
Pounds sterling.
CAD
Canadian dollars.

CostCodeSystem

Enum

A classification system a cost line can be coded under (CostLine.codes). The two UniFormat levels are required on every line — the shared elemental taxonomy all market-data benchmarks are computed on — and a line may additionally carry a recognized standard (MasterFormat) or a member-defined system (CUSTOM, named in CostCode.systemLabel). This is the vocabulary that makes cost codes extensible: adding another recognized standard is one new value here, while a contributor's own systems need no schema change.

UNIFORMAT_L1
UniFormat Level 1
UNIFORMAT_L2
UniFormat Level 2
MASTERFORMAT
CSI MasterFormat
CUSTOM
Member-defined

ProjectType

Enum

The primary use of a project. Choose the single closest category.

ADVANCED_TECHNOLOGY
Advanced technology
AEROSPACE
Aerospace
AFFORDABLE_HOUSING
Affordable housing
AGRICULTURAL
Agricultural
AIRPORT_TRAFFIC_CONTROL_TOWER
Airport traffic control tower
AQUARIUM
Aquarium
ARENA_EVENT_CENTER
Arena / event center
AVIATION_AND_TRANSPORTATION
Aviation & transportation
BIOTECH_LIFE_SCIENCES
Biotech / life sciences
BRIDGE
Bridge
CALL_CENTER
Call center
CAR_RENTAL_FACILITY
Car rental facility
CASINO
Casino
COMMERCIAL_AND_RETAIL
Commercial & retail
CONVENTION_CENTER
Convention center
CORPORATE
Corporate
CORRECTIONAL_FACILITY_JAIL_PRISON
Correctional facility (jail / prison)
COURTHOUSE
Courthouse
CULTURAL_AND_PERFORMING_ARTS
Cultural & performing arts
DAMS_AND_RESERVOIRS
Dams & reservoirs
DATA_CENTER
Data center
DENTAL
Dental
EDUCATION
Education
ENTERTAINMENT
Entertainment
FEDERAL
Federal
FOOD_AND_BEVERAGE
Food & beverage
GOVERNMENT
Government
GYMNASIUM
Gymnasium
HANGAR
Hangar
HEALTHCARE
Healthcare
HIGHER_EDUCATION
Higher education
HOSPITAL
Hospital
HOSPITALITY_AND_GAMING
Hospitality & gaming
HOTEL_INN_RESORT
Hotel / inn / resort
INDUSTRIAL
Industrial
INFRASTRUCTURE_HEAVY_CIVIL
Infrastructure / heavy civil
JUSTICE
Justice
K_12
K-12
LIBRARY
Library
MAINTENANCE_FACILITY
Maintenance facility
MANUFACTURING
Manufacturing
MASS_TRANSIT
Mass transit
MEDICAL_OFFICE_BUILDING
Medical office building
MENTAL_HEALTH
Mental health
MILITARY
Military
MINING
Mining
MISSION_CRITICAL
Mission critical
MIXED_USE
Mixed-use
MULTI_FAMILY
Multi-family
MUNICIPAL
Municipal
MUSEUM
Museum
NATATORIUM_INDOOR_POOL
Natatorium / indoor pool
OFFICE
Office
OIL_AND_GAS
Oil & gas
OTHER
Other
PARKING_STRUCTURE
Parking structure
PEOPLE_MOVER
People mover
PETROCHEMICAL
Petrochemical
PHARMACEUTICAL
Pharmaceutical
PHARMACY
Pharmacy
POWER_GENERATION
Power generation
PUMP_STATION
Pump station
RAILWAY
Railway
RELIGIOUS
Religious
RENEWABLE_ENERGY
Renewable energy
RESEARCH_AND_DEVELOPMENT_LABORATORY
Research & development laboratory
RESIDENTIAL
Residential
RETAIL_AND_RESTAURANT
Retail & restaurant
ROADWAY_HIGHWAY
Roadway / highway
RUNWAY_TAXIWAY
Runway / taxiway
SENIOR_LIVING
Senior living
SINGLE_FAMILY
Single-family
SPECIAL_OPERATIONS
Special operations
SPORTS
Sports
STADIUM
Stadium
STATE
State
STUDENT_HOUSING
Student housing
TENANT_IMPROVEMENT
Tenant improvement
TERMINAL
Terminal
THEATER
Theater
THEME_PARKS
Theme parks
TRANSIT_STATION
Transit station
TUNNEL
Tunnel
WAREHOUSE
Warehouse
WASTEWATER_TREATMENT_PLANT
Wastewater treatment plant
WATER_TREATMENT_PLANT
Water treatment plant
WATER_WASTEWATER
Water / wastewater
ZOO
Zoo

DataStatus

Enum

The data status of a contributed checkpoint in the corpus — whether its data is ready to benchmark against, still being reviewed, or excluded (and why).

READY
Data is qualified and counts toward benchmark cohorts.
IN_REVIEW
Data is being conditioned and qualified; not yet counting.
EXCLUDED_DATA_QUALITY
Excluded — the data could not be reconciled to the required quality bar.
EXCLUDED_OPT_OUT
Excluded — the contributor opted this project out of benchmarking.

ProjectStatus

Enum

The current outcome / lifecycle status of a project — where the project itself stands, independent of whether its contributed data is ready.

NOT_AWARDED
Not awarded
ON_HOLD
On hold
TEST_PROJECT
Test project
PREDEVELOPMENT
Pre-development
DESIGN_PROCUREMENT
Design & procurement
CONSTRUCTION
Construction
COMMISSIONING
Commissioning
COMPLETED
Completed

RiskStatus

Enum

Whether a risk-register entry is still open or has been closed out.

OPEN
The risk is still an active concern being tracked and managed.
CLOSED
The risk has been closed out — mitigated, avoided, or realized and resolved.

DesignPhase

Enum

The design phase a checkpoint corresponds to.

PRE_DESIGN
Pre-Design
PROGRAMMING
Programming
CONCEPT
Conceptual Design
SD
Schematic Design (SD)
DD
Design Development (DD)
CD
Construction Documents (CD)
GMP
Guaranteed Maximum Price (GMP)
AS_BUILT
As-Built / Final Construction Costs

Sector

Enum

Whether a project is privately or publicly owned and funded.

PRIVATE
PUBLIC
FEDERAL

WageBasis

Enum

The labor wage basis for the construction work.

UNION
OPEN_SHOP

DeliveryMethod

Enum

How a project is contracted and delivered.

DESIGN_BID_BUILD
Design-Bid-Build
DESIGN_BUILD
Design-Build
CM_AT_RISK
CM at Risk (CMAR)
CM_AGENCY
CM as Agent
IPD
Integrated Project Delivery (IPD)
P3
Public-Private Partnership (P3)

ConstructionType

Enum

Whether the work is new construction or modifies an existing building.

NEW
RENOVATION
TENANT_IMPROVEMENT

SustainabilityTarget

Enum

A project's energy or sustainability certification target.

CODE_MINIMUM
Code minimum
LEED_CERTIFIED
LEED Certified
LEED_SILVER
LEED Silver
LEED_GOLD
LEED Gold
LEED_PLATINUM
LEED Platinum
NET_ZERO
Net zero
LIVING_BUILDING
Living Building Challenge

FinishQuality

Enum

The overall finish and quality level, ordered from economy to luxury.

ECONOMY
STANDARD
ABOVE_STANDARD
PREMIUM
LUXURY

SpecialSiteRequirements

Enum

Degree of site difficulty — subsurface conditions and/or grade variation.

NONE
MINOR
MODERATE
SIGNIFICANT
SEVERE

HvacApproach

Enum

The primary HVAC generation approach.

PACKAGED_ROOFTOP
Packaged rooftop units (RTU)
VAV_CENTRAL_PLANT
VAV with central plant
CHILLED_WATER_VRF
Chilled water / VRF
GEOTHERMAL_HEAT_PUMP
Geothermal heat pump
DISTRICT_ENERGY
District energy

FoundationBearingCondition

Enum

Expected subsurface / bearing conditions and the foundation type they imply.

GOOD
Good — spread footings
AVERAGE
Average — mat foundation
POOR
Poor — deep foundations / piles
VERY_POOR
Very poor — caissons / special foundations

SeismicDesignCategory

Enum

ASCE 7 seismic design category for the site, from A (lowest) to F (highest).

A
B
C
D
E
F

SafetySecurityLevel

Enum

Level of life-safety, security, and protective design.

STANDARD
Standard
ENHANCED
Enhanced
HIGH_SECURITY
High security
BLAST_PROGRESSIVE_COLLAPSE
Blast / progressive-collapse resistant
DETENTION
Detention

SpecialSystem

Enum

The special services & systems a project may include, listed in ProgramRequirements.specialSystems when present.

pneumaticTube
Pneumatic tube system
itInfrastructureCabling
IT infrastructure / structured cabling
signalBoosting
In-building signal boosting (DAS)
soundSystems
Sound systems
audioVisualSystems
Audio / visual systems
clockSystems
Synchronized clock systems
wirelessTrackingLocating
Wireless tracking / RTLS
nurseCall
Nurse-call system
firePump
Fire pump
lightningProtection
Lightning protection
industrialAirConditioning
Industrial air conditioning
fireWaterTank
Fire-water storage tank
specialMedicalSystems
Special medical systems (medical / process gas)

FfeItem

Enum

The furnishings, fixtures & equipment a contribution may include, listed in ProgramRequirements.ffe when present.

windowTreatment
Window treatments
appliances
Appliances
interiorSignage
Interior signage
exteriorSignage
Exterior signage

Region

Enum

The broad US region a project falls in.

WEST
SOUTHWEST
MOUNTAIN
MIDWEST
SOUTHEAST
NORTHEAST

IsoDate

Scalar

A calendar date in ISO-8601 form, e.g. "2024-06-20", as a string. Only the date is used, not the time of day.