> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pingintel.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Buildings Attributes

## Item Attributes

Each attribute specifies a data type. The following types are used:

* `text` arbitrary string value
* `number` numeric value
* `percentage` numeric value expressed as a percent
* `currency` numeric monetary value
* `boolean` true/false value
* `date` calendar date (YYYY-MM-DD)
* `year` four-digit value representing a year
* `choices` value selected from a predefined list of options
* `object` JSON-like key/value structure
* `†` If an attribute's data type has a dagger (†) next to it, the attribute will actually contain a mapping containing one or more of the following attributes
  (if null, they are simply not included):

```
{
  "value": Cleaned-up data value.
  "confidence": 0.0 (lowest confidence) to 1.0 (highest confidence), indicating a reliability score for the element.
  "original": Cell value as originally read, before any scrubbing operations.
  "source": Provenance of the data.
  "units": Currency of value, if known.
  "comment": Human-readable information about the derivation of the value.
}
```

## **Base Attributes**

**Essential metadata about the item, its source row, parsing context, and any attached custom or external data.**

**`item_key`** (`text`)
Uniquely identify each item globally.

**`extra`** (`object`)
Mapping containing labels/values of any additional unidentified but parsed data.

**`custom_attrs`** (`object†`)
Client Custom Attributes: Any custom client-specific attributes.

**`building_counter`** (`number`)
Incrementing counter to uniquely identify each item within the output.

**`sheet_name`** (`text`)
Excel Worksheet Name: Name of the original source worksheet.

**`sheet_row_number`** (`number`)
Excel Worksheet Row: Original source Excel row number.

**`parsing_sheet_name`** (`text`)
Actively Parsing Excel Worksheet Name: Name of the worksheet being parsed (from the scrubber/intermediate format, as opposed to the original source).  Same as sheet\_name unless explicitly mapped from a Ping-generated scrubber sheet.

**`parsing_sheet_row_number`** (`number`)
Actively Parsing Excel Worksheet Row: Source Excel row number being parsed.  Same as sheet\_row\_number unless explicitly mapped from a Ping-generated scrubber sheet.

**`reliability`** (`object`)
An estimate of the quality of scrubbing/mapping of several key categories.

**`reliability_reason`** (`object`)
Justification for assigned `reliability` when available.

**`external_data`** (`object`)
External Data: Key/object pairs of third-party enrichment as fetched from Ping Data.

**`zones`** (`object`)
Calculated zones for each peril.

**`integration_results`** (`object`)
Integration Results: Results of any external data sources:
ABOUT\_TO\_REQUEST="A"
NOT\_REQUESTED="N"
LOCALLY\_CACHED="C"
REQUESTED="R"
LOCALLY\_CACHED\_FAILURE="G
FAILED="F"
SKIPPED="S"

**`integration_messages`** (`object`)
Integration Messages: Error messages provided by any external data sources.

**`appurtenant_structure_of`** (`text†`)
Identifies the primary or principal building to which an appurtenant (secondary or accessory) structure is related.

**`ping_viewer_url`** (`text`)

**`ping_pli_url`** (`text`)

**`orig`** (`object`)
Original Excel cell data for any relevant source cells.

**`individual_values`** (`object`)
Individual Values: If more than one value has been set for an attribute, each individually is included here (as well as aggregated into the regular attribute).

## **Area**

**Attributes that provide information about the building’s area and its occupancy type and percentage.**

**`const__bldg_area`** (`number†`)
Building Area: Total building area representing the overall floor space of the structure. Guaranteed to be sqft. Available integrations: HH bldg\_area, LB bldg\_area, BV bldg\_area.

**`const__bldg_area_unit`** (`text†`)
Building Area Unit: The unit of measurement used for the building area (e.g., square feet, square meters).

**`occupancy__bldg_area_pct_occupied`** (`percentage†`)
Building Area Percent Occupied

**`occupancy__bldg_area_pct_assisted_living`** (`percentage†`)
% Assisted Living Occupancy

**`occupancy__bldg_area_pct_senior`** (`percentage†`)
% Senior Occupancy

**`occupancy__bldg_area_pct_student`** (`percentage†`)
% Student Occupancy

**`occupancy__bldg_area_pct_subsidized`** (`percentage†`)
Building Area Percent Subsidized

## **Construction**

**Attributes that provide descriptive information about the building’s construction type, materials, and structural system.**

**`const__desc`** (`text†`)
Construction: Original SOV construction information. Available integrations: HH construction\_type, LB construction\_type.

**`const__desc_ping`** (`choices†`)
Ping Construction Description

<Accordion title="possible values">
  * `Automobiles - Automobiles`
  * `Bridges - Conventional - Continuous Bridges`
  * `Bridges - Conventional - Multiple Span Bridges`
  * `Bridges - Major Bridges`
  * `Chimneys - Concrete Chimneys`
  * `Chimneys - Masonry Chimneys`
  * `Chimneys - Steel Chimneys`
  * `Concrete - Pre-cast Concrete`
  * `Concrete - Pre-cast Concrete with Shear Wall`
  * `Concrete - Reinforced Concrete`
  * `Concrete - Reinforced Concrete MRF`
  * `Concrete - Reinforced Concrete MRF - Ductile`
  * `Concrete - Reinforced Concrete MRF - Non-Ductile`
  * `Concrete - Reinforced Concrete MRF with URM`
  * `Concrete - Reinforced Concrete Shear Wall (with MRF)`
  * `Concrete - Reinforced Concrete Shear Wall (without MRF)`
  * `Concrete - Tilt-Up`
  * `Dams - Concrete Dams`
  * `Dams - Earthfill Dams`
  * `Equipment - Electrical Equipment`
  * `Equipment - High Technology Equipment`
  * `Equipment - Mechanical Equipment`
  * `Equipment - Office Equipment`
  * `Equipment - Residential Equipment`
  * `Equipment - Trains, Trucks, Airplanes`
  * `Marine Cargo - Carpool`
  * `Marine Cargo - Dry Bulk Cargo`
  * `Marine Cargo - General and Containerized Cargo`
  * `Marine Cargo - General/Unknown`
  * `Marine Cargo - Heavy Cargo`
  * `Marine Cargo - Liquid Bulk Cargo`
  * `Marine Cargo - Refrigerated Cargo`
  * `Marine Craft (Boats and Yachts) - Pleasure Boats and Yachts`
  * `Marine Craft (Boats and Yachts) - Pleasure Boats and Yachts - Power Boats`
  * `Marine Craft (Boats and Yachts) - Pleasure Boats and Yachts - Sail Boats`
  * `Masonry - Adobe`
  * `Masonry - Joisted Masonry`
  * `Masonry - Masonry`
  * `Masonry - Reinforced Masonry`
  * `Masonry - Reinforced Masonry Shear Wall (with MRF)`
  * `Masonry - Reinforced Masonry Shear Wall (without MRF)`
  * `Masonry - Rubble Stone Masonry`
  * `Masonry - Unreinforced Masonry - Bearing Frame`
  * `Masonry - Unreinforced Masonry - Bearing Wall`
  * `Miscellaneous - Canals`
  * `Miscellaneous - Compressor Stations`
  * `Miscellaneous - Conveyor Systems`
  * `Miscellaneous - Cranes`
  * `Miscellaneous - Earth Retaining Structures`
  * `Miscellaneous - Marine Hull`
  * `Miscellaneous - Offshore Structures`
  * `Miscellaneous - Pumping Stations`
  * `Miscellaneous - Railway Property (not valid in the United states)`
  * `Miscellaneous - Transit Warehouse`
  * `Miscellaneous - Waterfront Structures`
  * `Mobile Homes - Mobile Home with Full Tie-Downs`
  * `Mobile Homes - Mobile Home with No Tie-Downs`
  * `Mobile Homes - Mobile Home with Partial Tie-Downs`
  * `Mobile Homes - Mobile Homes`
  * `Pavements - Highways`
  * `Pavements - Railroads`
  * `Pavements - Runways`
  * `Pipelines - At Grade Pipelines`
  * `Pipelines - Underground Pipelines`
  * `Special - Impact Resistance Glass`
  * `Special - Long Span`
  * `Special - Safety Glass`
  * `Special - Semi-Wind Resistive`
  * `Special - Unknown Glass`
  * `Special - Wind Resistive`
  * `Steel - Braced Steel Frame`
  * `Steel - Light Metal`
  * `Steel - Steel`
  * `Steel - Steel Frame with Concrete Shear Wall`
  * `Steel - Steel Frame with URM`
  * `Steel - Steel Long Span`
  * `Steel - Steel MRF`
  * `Steel - Steel MRF - Distributed`
  * `Steel - Steel MRF - Perimeter`
  * `Steel - Steel Reinforced Concrete`
  * `Storage Tanks - Elevated Liquid Tanks`
  * `Storage Tanks - Elevated Solid Tanks`
  * `Storage Tanks - On Ground Liquid Tanks`
  * `Storage Tanks - On Ground Solid Tanks`
  * `Storage Tanks - Underground Liquid Tanks`
  * `Storage Tanks - Underground Solid Tanks`
  * `Towers - Broadcast Towers`
  * `Towers - Electrical Transmission - Conventional`
  * `Towers - Electrical Transmission - Major`
  * `Towers - Observation Towers`
  * `Towers - Offshore Towers`
  * `Tunnels - Alluvium Tunnels`
  * `Tunnels - Cut and Cover Tunnels`
  * `Tunnels - Rock Tunnels`
  * `Unknown`
  * `Wood - Hale Construction (Indigenous Hawaii)`
  * `Wood - Heavy Timber`
  * `Wood - Light Wood Frame`
  * `Wood - Lightweight Cladding`
  * `Wood - Masonry Veneer`
  * `Wood - Wood Frame (Modern)`
  * `Masonry - Confined Masonry`
  * `Masonry - Cavity Double Brick`
  * `Equipment - Thermal Power Plant`
  * `Marine Assets - Marine Assets Automobiles`
  * `Marine Assets - Break Bulk Cargo`
  * `Marine Assets - Marine Assets Dry Bulk Cargo`
  * `Marine Assets - Marine Assets Liquid Bulk Cargo`
  * `Marine Assets - Consumables`
  * `Marine Assets - Temperature-Controlled Cargo`
  * `Marine Assets - Electronics Cargo`
  * `Marine Assets - Chemical Products`
  * `Marine Assets - Explosives Cargo`
  * `Marine Assets - General Cargo`
  * `Marine Assets - Heavy Industry Cargo`
  * `Marine Assets - Light Industry Cargo`
  * `Marine Assets - Petroleum Products`
  * `Marine Assets - Pharmaceuticals`
  * `Marine Assets - Project Cargos`
  * `Marine Assets - Livestock being shipped`
  * `General Specie - Statuettes, ornamental articles, fibers, arts and crafts, etc.`
  * `Fine Art & Collectibles - Paintings, frames, sculpture, etc.`
  * `Cash In Transit - Cash being transferred`
  * `Jewellers Block - Jewels, engravings and valuable metals and stones`
  * `Offshore Assets - Offshore Wind Turbines`
  * `Marine Cargo - Combustible - Carpool`
  * `Marine Cargo - Combustible - General and Containerized Cargo`
  * `Marine Cargo - Combustible - Heavy Cargo`
  * `Marine Cargo - Combustible - Refrigerated Cargo`
  * `Marine Cargo - Combustible - Dry Bulk Cargo`
  * `Marine Cargo - Combustible - Liquid Bulk Cargo`
  * `Marine Cargo - Unknown Marine Cargo - Combustible`
  * `Marine Cargo - Non-Combustible - Carpool`
  * `Marine Cargo - Non-Combustible - General and Containerized Cargo`
  * `Marine Cargo - Non-Combustible - Heavy Cargo`
  * `Marine Cargo - Non-Combustible - Refrigerated Cargo`
  * `Marine Cargo - Non-Combustible - Dry Bulk Cargo`
  * `Marine Cargo - Non-Combustible - Liquid Bulk Cargo`
  * `Marine Cargo - Unknown Marine Cargo - Non-Combustible`
  * `Offshore Assets - Unknown`
  * `Offshore Assets - Caisson`
  * `Offshore Assets - Compliant Tower`
  * `Offshore Assets - Fixed Jacket Platform`
  * `Offshore Assets - Jackup`
  * `Offshore Assets - Mini Tension Leg Platform (MTLP)`
  * `Offshore Assets - Drill Rig`
  * `Offshore Assets - Semi-Submersible Floating Production System`
  * `Offshore Assets - Drill Ship`
  * `Offshore Assets - SPAR Floating Production System`
  * `Offshore Assets - Submersible Production System`
  * `Offshore Assets - Underwater Production Units, Completion Units, and Templates`
  * `Offshore Assets - Tension Leg Platform`
  * `Offshore Assets - Well Protector`
  * `Bridges - Unknown Bridge (Non-Seismic or Seismic)`
  * `Bridges - Multi-Span - Simply Supported (Non-Seismic or Seismic) Concrete Bridge`
  * `Bridges - Multi-Span - Simply Supported (Non-Seismic or Seismic) Steel Bridge`
  * `Bridges - Single Span (Non-Seismic or Seismic) Bridge`
  * `Bridges - General - Concrete (Non-Seismic or Seismic) Bridge`
  * `Bridges - General - Steel (Non-Seismic or Seismic) Bridge`
  * `Bridges - Multi-Span - Continuous (Non-Seismic or Seismic) Concrete Bridge`
  * `Bridges - Multi-Span - Continuous (Non-Seismic or Seismic) Steel Bridge`
  * `Bridges - Major Bridge (Non-Seismic or Seismic)`
  * `Tunnels - Alluvium Tunnels (2000 series)`
  * `Tunnels - Alluvial Bored Tunnels`
  * `Tunnels - Rock Tunnels (2000 series)`
  * `Tunnels - Rock Bored Tunnels`
  * `Tunnels - Unknown Tunnel`
  * `Tunnels - Rock Cut and Cover Tunnels`
  * `Tunnels - Alluvial Cut and Cover Tunnels`
  * `Storage Tanks - Unknown Tanks`
  * `Storage Tanks - Underground Liquid Tanks (2000 series)`
  * `Storage Tanks - Underground Solid Tanks (2000 series)`
  * `Storage Tanks - On Ground Liquid Tanks (2000 series)`
  * `Storage Tanks - On Ground Steel Liquid Tanks`
  * `Storage Tanks - On Ground Concrete Liquid Tanks`
  * `Storage Tanks - On Ground Solid Tanks (2000 series)`
  * `Storage Tanks - On Ground Steel Solid Tanks`
  * `Storage Tanks - On Ground Concrete Solid Tanks`
  * `Storage Tanks - Elevated Liquid Tanks (2000 series)`
  * `Storage Tanks - Elevated Steel Liquid Tanks`
  * `Storage Tanks - Elevated Concrete Liquid Tanks (2000 series)`
  * `Storage Tanks - Elevated Solid Tanks (2000 series)`
  * `Storage Tanks - Elevated Steel Solid Tanks`
  * `Storage Tanks - Elevated Concrete Solid Tanks`
  * `Pipelines - Unknown Pipeline`
  * `Pipelines - General Underground Pipelines`
  * `Pipelines - Underground Cast Iron Pipelines`
  * `Pipelines - Underground Asbestos Cement Pipelines`
  * `Pipelines - Underground Concrete Pipelines`
  * `Pipelines - Underground PVC Pipelines`
  * `Pipelines - Underground Ductile Iron Pipelines`
  * `Pipelines - General At Grade Pipelines`
  * `Pipelines - At Grade Cast Iron Pipelines`
  * `Pipelines - At Grade Asbestos Cement Pipelines`
  * `Pipelines - At Grade Concrete Pipelines`
  * `Pipelines - At Grade PVC Pipelines`
  * `Pipelines - At Grade Ductile Iron Pipelines`
</Accordion>

**`const__category_ping`** (`text†`)
Ping Construction Group: First part of const\_\_desc\_ping.

**`const__desc_detail_ping`** (`text†`)
Ping Construction Detail: Last part of const\_\_desc\_ping.

**`const__code_iso`** (`choices†`)
ISO Construction Code: The Insurance Services Office (ISO) Construction Code, which classifies a building’s structural type and fire-resistance characteristics.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Frame`
  * `2: Joisted Masonry`
  * `3: Non-Combustible`
  * `4: Masonry Non-Combustible`
  * `5: Modified Fire Resistive`
  * `6: Fire Resistive`
  * `7: Heavy Timber Joisted Masonry`
  * `8: Superior Non-Combustible`
  * `9: Superior Masonry Non-Combustible`
</Accordion>

**`const__code_atc`** (`choices†`)
ATC Construction Code: The Applied Technology Council (ATC) Construction Code, which classifies structures by their construction type, materials, and structural system.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Wood Frame`
  * `2: Light Metal`
  * `3: Unreinforced Masonry Wall`
  * `4: URM Wall with Frame`
  * `5: RC Shear Wall with Frame`
  * `6: RC Shear Wall without Frame`
  * `7: RM Shear Wall`
  * `8: RM Shear Wall with Frame`
  * `9: Braced Steel Frame`
  * `10: Moment Steel Frame (Perimeter)`
  * `11: Moment Steel Frame (Distributed)`
  * `12: Ductile RC Frame (Distributed)`
  * `13: Non-Ductile RC Frame (Distributed)`
  * `14: Precast Concrete (Non Tilt-Up)`
  * `15: Long Span`
  * `16: Tilt-Up`
  * `17: Mobile Home`
  * `18: Specially Engineered Facility`
  * `19: Simple Span Bridges (<500 ft.)`
  * `20: Continuous Bridges (<500 ft.)`
  * `21: Bridges (>500 ft. spans)`
  * `22: Pipelines - Underground`
  * `23: Pipelines - At Grade`
  * `24: Concrete Dams`
  * `25: Earthfill and Rockfill Dams`
  * `26: Alluvium Tunnels`
  * `27: Rock Tunnels`
  * `28: Cut and Cover Tunnels`
  * `29: Storage Tanks - Underground Liquid`
  * `30: Storage Tanks - Underground Solid`
  * `31: Storage Tanks - On Ground Liquid`
  * `32: Storage Tanks - On Ground Solid`
  * `33: Storage Tanks - Elevated Liquid`
  * `34: Storage Tanks - Elevated Solid`
  * `35: Railroads`
  * `36: Highways`
  * `37: Runways`
  * `38: High Industrial Chimneys - Masonry`
  * `39: High Industrial Chimneys - Concrete`
  * `40: High Industrial Chimneys - Steel`
  * `41: Cranes`
  * `42: Conveyor Systems`
  * `43: Transmission Towers (< 100 ft.)`
  * `44: Transmission Towers (> 100 ft.)`
  * `45: Broadcast Towers`
  * `46: Observation Towers`
  * `47: Offshore Towers`
  * `48: Canals`
  * `49: Earth Retaining Structures`
  * `50: Waterfront Structures`
  * `51: Equipment - Residential`
  * `52: Equipment - Office`
  * `53: Equipment - Electrical`
  * `54: Equipment - Mechanical`
  * `55: Equipment - High tech. & lab.`
  * `56: Trains, Trucks, Airplanes`
  * `57: Petrochemical Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `57A: Oil Refineries & Petrochemical Plants (for the Caribbean, Guam, and Indonesia only)`
  * `57B: Tank Farms (for the Caribbean, Guam, and Indonesia only)`
  * `57C: Pumping Stations (for the Caribbean, Guam, and Indonesia only)`
  * `57D: Pipelines (for the Caribbean, Guam, and Indonesia only)`
  * `58: Electric Power Systems (for the Caribbean, Guam, and Indonesia only)`
  * `58A: Transmission/Distribution Substations (for the Caribbean, Guam, and Indonesia only)`
  * `58B: Transmission/Distribution Lines (for the Caribbean, Guam, and Indonesia only)`
  * `58C: Fossil Fuel Plants (for the Caribbean, Guam, and Indonesia only)`
  * `58D: Cogeneration Plants (for the Caribbean, Guam, and Indonesia only)`
  * `58E: Hydroelectric Plants (for the Caribbean, Guam, and Indonesia only)`
  * `59: Natural Gas Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `59A: Compressor Stations (for the Caribbean, Guam, and Indonesia only)`
  * `59B: Natural Gas Pipelines (for the Caribbean, Guam, and Indonesia only)`
  * `59C: Liquefied Natural Gas (for the Caribbean, Guam, and Indonesia only)`
  * `60: Port/Harbor Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `60A: Waterfront Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `60B: Crane/Cargo Handling (for the Caribbean, Guam, and Indonesia only)`
  * `60C: Fuel Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `61: Heavy Industrial Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `61A: Pulp & Paper (for the Caribbean, Guam, and Indonesia only)`
  * `61B: Steel Mill (for the Caribbean, Guam, and Indonesia only)`
  * `61C: Mining (for the Caribbean, Guam, and Indonesia only)`
  * `61D: Cement Mill (for the Caribbean, Guam, and Indonesia only)`
  * `62: Light Industrial Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `62A: High Technology (for the Caribbean, Guam, and Indonesia only)`
  * `62B: Telecommunication (for the Caribbean, Guam, and Indonesia only)`
  * `71: Wood Frame Single Wall (Hawaii only)`
  * `72A: Wood Frame OSHPD SPC1`
  * `72B: Wood Frame OSHPD SPC2`
  * `72C: Wood Frame OSHPD SPC3`
  * `72D: Wood Frame OSHPD SPC4`
  * `72E: Wood Frame OSHPD SPC5`
  * `73A: Unreinforced Masonry Pre-1973 OSHPD SPC1`
  * `73B: Unreinforced Masonry Pre-1973 OSHPD SPC2`
  * `74A: Structural Masonry Pre-1973 OSHPD SPC1`
  * `74B: Structural Masonry Pre-1973 OSHPD SPC2`
  * `74C: Structural Masonry Pre-1973 OSHPD SPC3`
  * `74D: Structural Masonry 1974-1994 OSHPD SPC2`
  * `74E: Structural Masonry 1974-1994 OSHPD SPC3`
  * `74F: Structural Masonry Post-1995 OSHPD SPC3`
  * `75A: Reinforced Concrete Moment Resisting Frame Pre-1973 OSHPD SPC1`
  * `75B: Reinforced Concrete Moment Resisting Frame Pre-1973 OSHPD SPC2`
  * `75C: Reinforced Concrete Moment Resisting Frame 1974-1994 OSHPD SPC2`
  * `75D: Reinforced Concrete Moment Resisting Frame 1974-1994 OSHPD SPC3`
  * `75E: Reinforced Concrete Moment Resisting Frame 1974-1994 OSHPD SPC4`
  * `75F: Reinforced Concrete Moment Resisting Frame Post-1995 OSHPD SPC3`
  * `75G: Reinforced Concrete Moment Resisting Frame Post-1995 OSHPD SPC4`
  * `75H: Reinforced Concrete Moment Resisting Frame Post-1995 OSHPD SPC5`
  * `76A: RC MRF with Shear Walls Pre-1973 OSHPD SPC1`
  * `76B: RC MRF with Shear Walls Pre-1973 OSHPD SPC2`
  * `76C: RC MRF with Shear Walls 1974-1994 OSHPD SPC2`
  * `76D: RC MRF with Shear Walls 1974-1994 OSHPD SPC3`
  * `76E: RC MRF with Shear Walls 1974-1994 OSHPD SPC4`
  * `76F: RC MRF with Shear Walls Post-1995 OSHPD SPC3`
  * `76G: RC MRF with Shear Walls Post-1995 OSHPD SPC4`
  * `76H: RC MRF with Shear Walls Post-1995 OSHPD SPC5`
  * `77A: Reinforced Concrete Shear Wall Pre-1973 OSHPD SPC1`
  * `77B: Reinforced Concrete Shear Wall Pre-1973 OSHPD SPC2`
  * `77C: Reinforced Concrete Shear Wall 1974-1994 OSHPD SPC2`
  * `77D: Reinforced Concrete Shear Wall 1974-1994 OSHPD SPC3`
  * `77E: Reinforced Concrete Shear Wall 1974-1994 OSHPD SPC4`
  * `77F: Reinforced Concrete Shear Wall Post-1995 OSHPD SPC3`
  * `77G: Reinforced Concrete Shear Wall Post-1995 OSHPD SPC4`
  * `77H: Reinforced Concrete Shear Wall Post-1995 OSHPD SPC5`
  * `78A: Steel Moment Resisting Frame Pre-1973 OSHPD SPC1`
  * `78B: Steel Moment Resisting Frame Pre-1973 OSHPD SPC2`
  * `78C: Steel Moment Resisting Frame 1974-1994 OSHPD SPC2`
  * `78D: Steel Moment Resisting Frame 1974-1994 OSHPD SPC3`
  * `78E: Steel Moment Resisting Frame 1974-1994 OSHPD SPC4`
  * `78F: Steel Moment Resisting Frame Post-1995 OSHPD SPC3`
  * `78G: Steel Moment Resisting Frame Post-1995 OSHPD SPC4`
  * `78H: Steel Moment Resisting Frame Post-1995 OSHPD SPC5`
  * `79A: Braced Steel MRF Pre-1973 OSHPD SPC1`
  * `79B: Braced Steel MRF Pre-1973 OSHPD SPC2`
  * `79C: Braced Steel MRF 1974-1994 OSHPD SPC2`
  * `79D: Braced Steel MRF 1974-1994 OSHPD SPC3`
  * `79E: Braced Steel MRF OSHPD 1974-1994 SPC4`
  * `79F: Braced Steel MRF Post-1995 OSHPD SPC3`
  * `79G: Braced Steel MRF Post-1995 OSHPD SPC4`
  * `79H: Braced Steel MRF Post-1995 OSHPD SPC5`
  * `80: Reinforced Concrete Frame with Wood Frame in the Upper Floors`
  * `81: Steel Frame with Wood Frame in the Upper Floors`
  * `82: High Speed Railway`
</Accordion>

**`const__code_air`** (`choices†`)
AIR Construction Code: The AIR Construction Code, a classification system provided by AIR (Applied Insurance Research) Worldwide to categorize buildings and structures by their construction materials and methods.

<Accordion title="possible values">
  * `100: Unknown`
  * `101: Wood - Wood Frame (Modern)`
  * `102: Wood - Light Wood Frame`
  * `103: Wood - Masonry Veneer`
  * `104: Wood - Heavy Timber`
  * `107: Wood - Lightweight Cladding`
  * `108: Wood - Hale Construction (Indigenous Hawaii)`
  * `111: Masonry - Masonry`
  * `112: Masonry - Adobe`
  * `113: Masonry - Rubble Stone Masonry`
  * `114: Masonry - Unreinforced Masonry - Bearing Wall`
  * `115: Masonry - Unreinforced Masonry - Bearing Frame`
  * `116: Masonry - Reinforced Masonry`
  * `117: Masonry - Reinforced Masonry Shear Wall (with MRF)`
  * `118: Masonry - Reinforced Masonry Shear Wall (without MRF)`
  * `119: Masonry - Joisted Masonry`
  * `120: Masonry - Confined Masonry`
  * `121: Masonry - Cavity Double Brick`
  * `131: Concrete - Reinforced Concrete`
  * `132: Concrete - Reinforced Concrete Shear Wall (with MRF)`
  * `133: Concrete - Reinforced Concrete Shear Wall (without MRF)`
  * `134: Concrete - Reinforced Concrete MRF - Ductile`
  * `135: Concrete - Reinforced Concrete MRF - Non-Ductile`
  * `136: Concrete - Tilt-Up`
  * `137: Concrete - Pre-cast Concrete`
  * `138: Concrete - Pre-cast Concrete with Shear Wall`
  * `139: Concrete - Reinforced Concrete MRF`
  * `140: Concrete - Reinforced Concrete MRF with URM`
  * `151: Steel - Steel`
  * `152: Steel - Light Metal`
  * `153: Steel - Braced Steel Frame`
  * `154: Steel - Steel MRF - Perimeter`
  * `155: Steel - Steel MRF - Distributed`
  * `156: Steel - Steel MRF`
  * `157: Steel - Steel Frame with URM`
  * `158: Steel - Steel Frame with Concrete Shear Wall`
  * `159: Steel - Steel Reinforced Concrete`
  * `160: Steel - Steel Long Span`
  * `181: Special - Long Span`
  * `182: Special - Semi-Wind Resistive`
  * `183: Special - Wind Resistive`
  * `185: Special - Unknown Glass`
  * `186: Special - Safety Glass`
  * `187: Special - Impact Resistance Glass`
  * `191: Mobile Homes - Mobile Homes`
  * `192: Mobile Homes - Mobile Home with No Tie-Downs`
  * `193: Mobile Homes - Mobile Home with Partial Tie-Downs`
  * `194: Mobile Homes - Mobile Home with Full Tie-Downs`
  * `201: Bridges - Conventional - Multiple Span Bridges`
  * `202: Bridges - Conventional - Continuous Bridges`
  * `203: Bridges - Major Bridges`
  * `204: Pavements - Railroads`
  * `205: Pavements - Highways`
  * `206: Pavements - Runways`
  * `211: Dams - Concrete Dams`
  * `212: Dams - Earthfill Dams`
  * `213: Tunnels - Alluvium Tunnels`
  * `214: Tunnels - Rock Tunnels`
  * `215: Tunnels - Cut and Cover Tunnels`
  * `221: Storage Tanks - Underground Liquid Tanks`
  * `222: Storage Tanks - Underground Solid Tanks`
  * `223: Storage Tanks - On Ground Liquid Tanks`
  * `224: Storage Tanks - On Ground Solid Tanks`
  * `225: Storage Tanks - Elevated Liquid Tanks`
  * `226: Storage Tanks - Elevated Solid Tanks`
  * `227: Pipelines - Underground Pipelines`
  * `228: Pipelines - At Grade Pipelines`
  * `231: Chimneys - Masonry Chimneys`
  * `232: Chimneys - Concrete Chimneys`
  * `233: Chimneys - Steel Chimneys`
  * `234: Towers - Electrical Transmission - Conventional`
  * `235: Towers - Electrical Transmission - Major`
  * `236: Towers - Broadcast Towers`
  * `237: Towers - Observation Towers`
  * `238: Towers - Offshore Towers`
  * `240: Offshore Assets - Offshore Wind Turbines`
  * `241: Equipment - Residential Equipment`
  * `242: Equipment - Office Equipment`
  * `243: Equipment - Electrical Equipment`
  * `244: Equipment - Mechanical Equipment`
  * `245: Equipment - High Technology Equipment`
  * `246: Equipment - Trains, Trucks, Airplanes`
  * `247: Equipment - Thermal Power Plant`
  * `250: Miscellaneous - Railway Property (not valid in the United states)`
  * `251: Miscellaneous - Pumping Stations`
  * `252: Miscellaneous - Compressor Stations`
  * `253: Miscellaneous - Cranes`
  * `254: Miscellaneous - Conveyor Systems`
  * `255: Miscellaneous - Canals`
  * `256: Miscellaneous - Earth Retaining Structures`
  * `257: Miscellaneous - Waterfront Structures`
  * `258: Miscellaneous - Offshore Structures`
  * `259: Miscellaneous - Transit Warehouse`
  * `260: Miscellaneous - Marine Hull`
  * `261: Automobiles - Automobiles`
  * `265: Marine Craft (Boats and Yachts) - Pleasure Boats and Yachts`
  * `266: Marine Craft (Boats and Yachts) - Pleasure Boats and Yachts - Power Boats`
  * `267: Marine Craft (Boats and Yachts) - Pleasure Boats and Yachts - Sail Boats`
  * `270: Marine Cargo - Carpool`
  * `271: Marine Cargo - General and Containerized Cargo`
  * `272: Marine Cargo - Heavy Cargo`
  * `273: Marine Cargo - Refrigerated Cargo`
  * `274: Marine Cargo - Dry Bulk Cargo`
  * `275: Marine Cargo - Liquid Bulk Cargo`
  * `276: Marine Cargo - General/Unknown`
  * `280: Marine Cargo - Combustible - Carpool`
  * `281: Marine Cargo - Combustible - General and Containerized Cargo`
  * `282: Marine Cargo - Combustible - Heavy Cargo`
  * `283: Marine Cargo - Combustible - Refrigerated Cargo`
  * `284: Marine Cargo - Combustible - Dry Bulk Cargo`
  * `285: Marine Cargo - Combustible - Liquid Bulk Cargo`
  * `286: Marine Cargo - Unknown Marine Cargo - Combustible`
  * `290: Marine Cargo - Non-Combustible - Carpool`
  * `291: Marine Cargo - Non-Combustible - General and Containerized Cargo`
  * `292: Marine Cargo - Non-Combustible - Heavy Cargo`
  * `293: Marine Cargo - Non-Combustible - Refrigerated Cargo`
  * `294: Marine Cargo - Non-Combustible - Dry Bulk Cargo`
  * `295: Marine Cargo - Non-Combustible - Liquid Bulk Cargo`
  * `296: Marine Cargo - Unknown Marine Cargo - Non-Combustible`
  * `800: Offshore Assets - Unknown`
  * `801: Offshore Assets - Caisson`
  * `802: Offshore Assets - Compliant Tower`
  * `803: Offshore Assets - Fixed Jacket Platform`
  * `804: Offshore Assets - Jackup`
  * `805: Offshore Assets - Mini Tension Leg Platform (MTLP)`
  * `806: Offshore Assets - Drill Rig`
  * `807: Offshore Assets - Semi-Submersible Floating Production System`
  * `808: Offshore Assets - Drill Ship`
  * `809: Offshore Assets - SPAR Floating Production System`
  * `810: Offshore Assets - Submersible Production System`
  * `811: Offshore Assets - Underwater Production Units, Completion Units, and Templates`
  * `812: Offshore Assets - Tension Leg Platform`
  * `813: Offshore Assets - Well Protector`
  * `2010: Bridges - Unknown Bridge (Non-Seismic or Seismic)`
  * `2011: Bridges - Multi-Span - Simply Supported (Non-Seismic or Seismic) Concrete Bridge`
  * `2012: Bridges - Multi-Span - Simply Supported (Non-Seismic or Seismic) Steel Bridge`
  * `2013: Bridges - Single Span (Non-Seismic or Seismic) Bridge`
  * `2015: Bridges - General - Concrete (Non-Seismic or Seismic) Bridge`
  * `2016: Bridges - General - Steel (Non-Seismic or Seismic) Bridge`
  * `2021: Bridges - Multi-Span - Continuous (Non-Seismic or Seismic) Concrete Bridge`
  * `2022: Bridges - Multi-Span - Continuous (Non-Seismic or Seismic) Steel Bridge`
  * `2031: Bridges - Major Bridge (Non-Seismic or Seismic)`
  * `2131: Tunnels - Alluvium Tunnels (2000 series)`
  * `2132: Tunnels - Alluvial Bored Tunnels`
  * `2141: Tunnels - Rock Tunnels (2000 series)`
  * `2142: Tunnels - Rock Bored Tunnels`
  * `2150: Tunnels - Unknown Tunnel`
  * `2151: Tunnels - Rock Cut and Cover Tunnels`
  * `2152: Tunnels - Alluvial Cut and Cover Tunnels`
  * `2210: Storage Tanks - Unknown Tanks`
  * `2211: Storage Tanks - Underground Liquid Tanks (2000 series)`
  * `2221: Storage Tanks - Underground Solid Tanks (2000 series)`
  * `2231: Storage Tanks - On Ground Liquid Tanks (2000 series)`
  * `2232: Storage Tanks - On Ground Steel Liquid Tanks`
  * `2233: Storage Tanks - On Ground Concrete Liquid Tanks`
  * `2241: Storage Tanks - On Ground Solid Tanks (2000 series)`
  * `2242: Storage Tanks - On Ground Steel Solid Tanks`
  * `2243: Storage Tanks - On Ground Concrete Solid Tanks`
  * `2251: Storage Tanks - Elevated Liquid Tanks (2000 series)`
  * `2252: Storage Tanks - Elevated Steel Liquid Tanks`
  * `2253: Storage Tanks - Elevated Concrete Liquid Tanks (2000 series)`
  * `2261: Storage Tanks - Elevated Solid Tanks (2000 series)`
  * `2262: Storage Tanks - Elevated Steel Solid Tanks`
  * `2263: Storage Tanks - Elevated Concrete Solid Tanks`
  * `2270: Pipelines - Unknown Pipeline`
  * `2271: Pipelines - General Underground Pipelines`
  * `2272: Pipelines - Underground Cast Iron Pipelines`
  * `2273: Pipelines - Underground Asbestos Cement Pipelines`
  * `2274: Pipelines - Underground Concrete Pipelines`
  * `2275: Pipelines - Underground PVC Pipelines`
  * `2276: Pipelines - Underground Ductile Iron Pipelines`
  * `2281: Pipelines - General At Grade Pipelines`
  * `2282: Pipelines - At Grade Cast Iron Pipelines`
  * `2283: Pipelines - At Grade Asbestos Cement Pipelines`
  * `2284: Pipelines - At Grade Concrete Pipelines`
  * `2285: Pipelines - At Grade PVC Pipelines`
  * `2286: Pipelines - At Grade Ductile Iron Pipelines`
  * `2701: Marine Assets - Marine Assets Automobiles`
  * `2702: Marine Assets - Break Bulk Cargo`
  * `2703: Marine Assets - Marine Assets Dry Bulk Cargo`
  * `2704: Marine Assets - Marine Assets Liquid Bulk Cargo`
  * `2705: Marine Assets - Consumables`
  * `2706: Marine Assets - Temperature-Controlled Cargo`
  * `2707: Marine Assets - Electronics Cargo`
  * `2708: Marine Assets - Chemical Products`
  * `2709: Marine Assets - Explosives Cargo`
  * `2710: Marine Assets - General Cargo`
  * `2711: Marine Assets - Heavy Industry Cargo`
  * `2712: Marine Assets - Light Industry Cargo`
  * `2713: Marine Assets - Petroleum Products`
  * `2714: Marine Assets - Pharmaceuticals`
  * `2715: Marine Assets - Project Cargos`
  * `2716: Marine Assets - Livestock being shipped`
  * `2717: General Specie - Statuettes, ornamental articles, fibers, arts and crafts, etc.`
  * `2718: Fine Art & Collectibles - Paintings, frames, sculpture, etc.`
  * `2719: Cash In Transit - Cash being transferred`
  * `2720: Jewellers Block - Jewels, engravings and valuable metals and stones`
</Accordion>

**`const__code_rms`** (`choices†`)
RMS Construction Code: Specifies the RMS Construction Code which identifies the primary structural system and material used in the building as defined by RMS (Risk Management Solutions) exposure data standards.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Wood`
  * `1A: Light Wood Frame`
  * `1A1: Light Wood - Stud Walls`
  * `1A2: Light Wood - Post & Beam`
  * `1A3: Light Wood - Stud Walls with Brick Masonry Veneer`
  * `1A4: Light Wood with URM/Adobe Infill`
  * `1B: Heavy Timber`
  * `1B1: Heavy Timber - Frame`
  * `1B2: Heavy Timber - Frame with Unreinforced Masonry Infill`
  * `1C1: Timber frame with tiled roof`
  * `1C2: Timber frame with flat roof`
  * `1C3: Timber frame with thatch roof`
  * `2: Masonry`
  * `2A: Weak Masonry`
  * `2A1: Rubble Stone Masonry`
  * `2A2: Adobe`
  * `2A3: Reinforced Adobe`
  * `2B: Unreinforced Masonry`
  * `2B1: Unreinforced Cut Stone Masonry`
  * `2B2: Unreinforced Sold Brick Masonry`
  * `2B3: Unreinforced Concrete Block Masonry`
  * `2B4: Unreinforced Brick Cavity Wall`
  * `2B6: Bahareque`
  * `2B7: Unreinforced Solid Brick Masonry - With Rigid Diaphragms`
  * `2C: Structural Masonry`
  * `2C1: Reinforced Masonry`
  * `2C2: Confined Masonry`
  * `2C3: Confined Masonry with non-RC Slab`
  * `2C5: Reinforced Masonry with Wood or Metal Studs in the Upper Floors`
  * `2D: Factory Structure with Brick Columns`
  * `2D1: Masonry with steep tiled roof`
  * `2D2: Masonry with low slope tiled roof`
  * `2D3: Masonry with flat roof`
  * `2D4: Masonry with thatch roof`
  * `2E: Multi-story Brick Structure with RC Frames`
  * `3: Reinforced Concrete`
  * `3A: Cast-in-place Reinforced Concrete`
  * `3A1: Reinforced Concrete Moment Resisting Frame (RCMRF)`
  * `3A10: Reinforced Concrete Frame with Wood Frame in the Upper Floors`
  * `3A2: RCMRF with Shear Walls`
  * `3A23: Reinforced Concrete Shear Walls with Limited Ductility`
  * `3A3: RCMRF with Unreinforced Masonry Infill`
  * `3A4: Reinforced Concrete Shear Wall`
  * `3A5: Waffle or Flat Slab`
  * `3A6: Steel & Reinforced Concrete (SRC)Composite Frame`
  * `3A7: Concrete Piloti`
  * `3A8: Concrete Filled Tube (CFT)`
  * `3A9: Gravity Load Designed RC with Unreinforced Masonry Infill`
  * `3B: Precast Reinforced Concrete`
  * `3B1: Precast Moment Resisting Frame`
  * `3B2: Precast MRF with Shear Walls`
  * `3B3: Precast MRF with Unreinforced Masonry Infill`
  * `3B4: Tilt-up`
  * `3B5: Precast Panel Bearing Wall`
  * `3B6: Lift Slab`
  * `3C: Reinforced Concrete WITH WOOD OR METAL ROOF DECK`
  * `3C1: Reinforced Concrete with tiled roof`
  * `3C2: Reinforced Concrete with flat roof`
  * `3D: Factory Structure with RC Columns`
  * `4: Steel`
  * `4A: Steel Frame with Concrete Roof Deck`
  * `4A1: Steel Moment Resisting Frame (MRF)`
  * `4A2: Steel MRF with Shear Walls`
  * `4A3: Steel MRF with Unreinforced Masonry Infill`
  * `4A4: Concentrically Braced Steel Frame`
  * `4A5: Eccentrically Braced Steel Frame`
  * `4A6: Gravity Load Designed Steel with Unreinforced Masonry Infill`
  * `4A7: Steel Frame with Wood Frame in the Upper Floors`
  * `4B: Light Metal`
  * `4B1: Light Metal Frame`
  * `4B2: Light Metal Frame with Unreinforced Masonry Infill`
  * `4C: Steel Frame with Wood or Metal Roof Deck`
  * `4C1: Steel frame with tiled roof`
  * `4C2: Steel frame with flat roof`
  * `5: Manufactured & Mobile Home`
  * `5A: Manufactured/Mobile Home without Tie-Downs`
  * `5B: Manufactured/Mobile Home with Tie-Downs`
  * `6: Conventional Bridges (<500 ft spans) with Multiple Simple Spans`
  * `7: Conventional Bridges (<500 ft spans) with Continuous/Monolithic Spans`
  * `8: Major Bridges (>500 ft spans)`
  * `9: Underground Pipelines`
  * `10: Pipelines at Grade`
  * `11: Concrete Dams`
  * `12: Earthfill and Rockfill Dams`
  * `13: Alluvium Tunnels`
  * `14: Rock Tunnels`
  * `15: Cut & Cover Tunnels`
  * `16: Underground Liquid Storage Tanks`
  * `17: Underground Solid Storage Tanks`
  * `18: On Ground Liquid Storage Tanks`
  * `19: On Ground Solid Storage Tanks`
  * `20: Elevated Liquid Storage Tanks`
  * `21: Elevated Solid Storage Tanks`
  * `22: Railroad (Track and Bed)`
  * `23: Highways`
  * `24: Runways`
  * `25: High Industrial Masonry Chimneys`
  * `26: High Industrial Concrete Chimneys`
  * `27: High Industrial Steel Chimneys`
  * `28: Cranes`
  * `29: Conveyor Systems`
  * `30: Conventional (<100 ft) Electrical Transmission Line Towers`
  * `31: Major (>100 ft) Electrical Transmission Line Towers`
  * `32: Broadcast Towers`
  * `33: Observation Towers`
  * `34: Offshore Towers`
  * `35: Canals`
  * `36: Earth Retaining Structures (>20 ft High)`
  * `37: Waterfront Structures`
  * `38: Residential Equipment`
  * `39: Office Equipment`
  * `40: Electrical Equipment`
  * `41: Mechanical Equipment`
  * `42: High Technology Lab Equipment`
  * `43: Trains, Trucks, Airplanes`
  * `44: Automobiles-Personal`
  * `45: Automobiles - Dealers`
  * `46: Petrochemical Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `46A: Petrochemical - Oil Refineries & Petrochemical Plants (for the Caribbean, Guam, and Indonesia only)`
  * `46B: Petrochemical - Tank Farms (for the Caribbean, Guam, and Indonesia only)`
  * `46C: Petrochemical - Pumping Stations (for the Caribbean, Guam, and Indonesia only)`
  * `46D: Petrochemical - Pipelines (for the Caribbean, Guam, and Indonesia only)`
  * `47: Electric Power Systems (for the Caribbean, Guam, and Indonesia only)`
  * `47A: Transmission/ Distribution Substations (for the Caribbean, Guam, and Indonesia only)`
  * `47B: Transmission/ Distribution Lines (for the Caribbean, Guam, and Indonesia only)`
  * `47C: Fossil Fuel Plants (for the Caribbean, Guam, and Indonesia only)`
  * `47D: Cogeneration Plants (for the Caribbean, Guam, and Indonesia only)`
  * `47E: Hydroelectric Plants (for the Caribbean, Guam, and Indonesia only)`
  * `48: Natural Gas Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `48A: Natural Gas - Compressor Stations (for the Caribbean, Guam, and Indonesia only)`
  * `48B: Natural Gas - Pipelines (for the Caribbean, Guam, and Indonesia only)`
  * `48C: Natural Gas - Liquefied Natural Gas (for the Caribbean, Guam, and Indonesia only)`
  * `49: Port/Harbor Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `49A: Natural Gas - Waterfront Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `49B: Crane/Cargo Handling (for the Caribbean, Guam, and Indonesia only)`
  * `49C: Fuel Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `50: Heavy Industrial Facilities`
  * `50A: Pulp & Paper (for the Caribbean, Guam, and Indonesia only)`
  * `50B: Steel Mill (for the Caribbean, Guam, and Indonesia only)`
  * `50C: Mining (for the Caribbean, Guam, and Indonesia only)`
  * `50D: Cement Mill (for the Caribbean, Guam, and Indonesia only)`
  * `51: Light Industrial Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `51A: High Technology (for the Caribbean, Guam, and Indonesia only)`
  * `51B: Telecommunication (for the Caribbean, Guam, and Indonesia only)`
  * `52: MIXED (Greece only)`
  * `52A: Wood Frame Single Wall (Hawaii only)`
  * `52B: Wood Frame Double Wall (Hawaii only)`
  * `53: Golf Country Club`
  * `54: Boats, Inside a Building (Marina)`
  * `55: Boats, Moored, Less than 26 ft., Motor`
  * `56: Boats, Moored, Less than 26 ft., Sail`
  * `57: Boats, Moored, 26-60 ft., Motor`
  * `58: Boats, Moored, 26-60 ft., Sail`
  * `59: Boats, Moored, Greater than 60 ft., Motor`
  * `60: Boats, Moored, Greater than 60 ft., Sail`
  * `61: Floating Structures`
  * `62: Response Control System - General`
  * `62A: Response Control System - Concrete`
  * `62B: Response Control System - Steel`
  * `63: Aircraft, Small`
  * `64: Aircraft, Medium`
  * `65: Aircraft, Large`
</Accordion>

**`const__code_oed`** (`choices†`)

<Accordion title="possible values">
  * `5000: Unknown`
  * `5050: Wood, Wood frame`
  * `5051: Wood, Light wood frame`
  * `5052: Wood, Masonry veneer`
  * `5053: Wood, Heavy timber`
  * `5054: Wood, Okabe`
  * `5055: Wood, Shinkabe`
  * `5056: Wood, Lightweight Cladding`
  * `5057: Wood, Hawaii indigenous material`
  * `5100: Masonry, Masonry`
  * `5101: Masonry, Adobe`
  * `5102: Masonry, Rubble stone masonry`
  * `5103: Masonry, Unreinforced masonry bearing wall`
  * `5104: Masonry, Unreinforced masonry bearing frame`
  * `5105: Masonry, Reinforced masonry`
  * `5106: Masonry, Reinforced masonry shear wall with mrf`
  * `5107: Masonry, Reinforced masonry shear wall w/o mrf`
  * `5108: Masonry, Joisted masonry`
  * `5109: Masonry, Confined Masonry`
  * `5110: Masonry, Cavity Double Brick`
  * `5150: Concrete, Reinforced concrete`
  * `5151: Concrete, Reinforced concrete shear wall w/ mrf`
  * `5152: Concrete, Reinforced concrete shear wall w/o mrf`
  * `5153: Concrete, Reinforced concrete mrf ductile`
  * `5154: Concrete, Reinforced concrete mrf non-ductile`
  * `5155: Concrete, Tilt-up`
  * `5156: Concrete, Pre-cast concrete`
  * `5157: Concrete, Pre-cast concrete w/ shear wall`
  * `5158: Concrete, Reinforced concrete mrf`
  * `5159: Concrete, Reinforced concrete mrf with URM`
  * `5200: Steel, Steel`
  * `5201: Steel, Light metal`
  * `5202: Steel, Braced steel frame`
  * `5203: Steel, Steel mrf perimeter`
  * `5204: Steel, Steel mrf distributed`
  * `5205: Steel, Steel mrf`
  * `5206: Steel, Steel frame w/ URM`
  * `5207: Steel, Steel frame w/ concrete shear wall`
  * `5208: Steel, Steel reinforced concrete`
  * `5209: Steel, Steel long span`
  * `5251: Composite, FM - Fire res RC Apt. Masonry dwellings`
  * `5252: Composite, FT - Fire res non-apt dwl RC mas/stl`
  * `5253: Composite, FH - Dwellings other than FM, FT`
  * `5254: Composite, F1 - Fire res RC and masonry bldg`
  * `5255: Composite, F2 - Semi-fire res and steel bldg`
  * `5256: Composite, F3 - Buildings other than F1,F2`
  * `5257: Composite, A: Fire-resistive dwellings`
  * `5258: Composite, B: Semi-fire-resistive dwellings`
  * `5259: Composite, C: Slow-burning dwellings`
  * `5260: Composite, D: Dwelling other than A, B or C`
  * `5261: Composite, Sp: Fire-resistive concrete buildings`
  * `5262: Composite, 1: Fire-resistive buildings other`
  * `5263: Composite, 2: Semi-fire-resistive buildings`
  * `5264: Composite, 3: Slow-burning buildings`
  * `5265: Composite, 4: Other than Sp, 1, 2, or 3`
  * `5301: Special, Long-span`
  * `5302: Special, Semi-wind resistive`
  * `5303: Special, Wind resistive`
  * `5304: Special, Unknown glass`
  * `5305: Special, Safety glass`
  * `5306: Special, Impact resistance glass`
  * `5309: Special, Basement Flood Loss - High Value`
  * `5310: Special, Flood Resistance General`
  * `5350: Mobile Homes, Mobile Homes`
  * `5351: Mobile Homes, Mobile homes no tie down`
  * `5352: Mobile Homes, Mobile homes part tie down`
  * `5353: Mobile Homes, Mobile homes full tie down`
  * `5354: Mobile Homes, Double Wide`
  * `5400: Bridges, Unknown Bridge`
  * `5401: Bridges, Conventional multiple span bridges`
  * `5402: Bridges, Conventional continuous bridges`
  * `5403: Bridges, Major bridges`
  * `5404: Bridges, Multispan simply supported CONCRETE`
  * `5405: Bridges, Multispan simply supported STEEL`
  * `5406: Bridges, Single Span Bridge`
  * `5407: Bridges, General Concrete`
  * `5408: Bridges, General Steel`
  * `5409: Bridges, Multispan continuous CONCRETE`
  * `5410: Bridges, Multispan continuous STEEL`
  * `5451: Railways, General`
  * `5452: Highways, General`
  * `5453: Pavements, Runways`
  * `5454: Highways, Motorways`
  * `5455: Highways, Trunk road`
  * `5456: Highways, Primary roads`
  * `5457: Highways, Seconday roads`
  * `5458: Highways, Tertiary roads`
  * `5459: Highways, Unclassified roads`
  * `5460: Highways, Residential roads`
  * `5461: Highways, Service road`
  * `5463: Railways, light rail`
  * `5464: Railways, Monorail`
  * `5465: Railways, Standard gauge`
  * `5466: Railways, Subway`
  * `5467: Railways, Tram`
  * `5501: Dams, Concrete dams`
  * `5502: Dams, Earthfill dams`
  * `5503: Dam, General`
  * `5550: Tunnels, Unknown Tunnel`
  * `5551: Tunnels, Alluvium tunnels`
  * `5552: Tunnels, Rock tunnels`
  * `5553: Tunnels, Cut and cover tunnels`
  * `5554: Tunnels, Rock Cut and Cover Tunnels`
  * `5555: Tunnels, Alluvial Cut and Cover Tunnels`
  * `5556: Tunnels, Alluvial Bored Tunnels`
  * `5557: Tunnels, Rock Bored Tunnels`
  * `5600: Tanks, Unknown Tanks`
  * `5601: Tanks, Underground Liquid Tanks`
  * `5602: Tanks, Underground Solid Tanks`
  * `5603: Tanks, On Ground Liquid Tanks`
  * `5604: Tanks, On Ground Steel liquid Tanks`
  * `5605: Tanks, On Ground Concrete liquid Tanks`
  * `5606: Tanks, On Ground Solid Tanks`
  * `5607: Tanks, On Ground Steel solid Tanks`
  * `5608: Tanks, On Ground Concrete solid Tanks`
  * `5609: Tanks, Elevated Liquid Tanks`
  * `5610: Tanks, Elevated Steel liquid Tanks`
  * `5611: Tanks, Elevated Concrete liquid Tanks`
  * `5612: Tanks, Elevated Solid Tanks`
  * `5613: Tanks, Elevated Steel solid Tanks`
  * `5614: Tanks, Elevated Concrete solid Tanks`
  * `5650: Pipelines, Unknown Pipeline`
  * `5651: Pipelines, General Underground Pipelines`
  * `5652: Pipelines, Underground Cast Iron Pipelines`
  * `5653: Pipelines, Underground Asbestos Cement Pipelines`
  * `5654: Pipelines, Underground Concrete Pipelines`
  * `5655: Pipelines, Underground PVC Pipelines`
  * `5656: Pipelines, Underground Ductile Iron Pipelines`
  * `5657: Pipelines, General At Grade Pipelines`
  * `5658: Pipelines, At Grade Cast Iron Pipelines`
  * `5659: Pipelines, At Grade Asbestos Cement Pipelines`
  * `5660: Pipelines, At Grade Concrete Pipelines`
  * `5661: Pipelines, At Grade PVC Pipelines`
  * `5662: Pipelines, At Grade Ductile Iron Pipelines`
  * `5701: Chimneys, Masonry chimneys`
  * `5702: Chimneys, Concrete chimneys`
  * `5703: Chimneys, Steel chimneys`
  * `5751: Towers, Electrical transmission conventional`
  * `5752: Towers, Electrical transmission major`
  * `5753: Towers, Broadcast towers`
  * `5754: Towers, Observation towers`
  * `5755: Towers, Offshore towers`
  * `5756: Distribution Circuits`
  * `5801: Equipment, Residential equipment`
  * `5802: Equipment, Office equipment`
  * `5803: Equipment, Electrical equipment`
  * `5804: Equipment, Mechanical equipment`
  * `5805: Equipment, High-technology equipment`
  * `5806: Equipment, Trains, trucks, airplanes etc.`
  * `5807: Equipment, Thermal Power Plant`
  * `5850: Automobiles, Unknown HAZUS`
  * `5851: Automobiles, Personal`
  * `5852: Automobiles, Dealers`
  * `5853: Automobiles, 4 Wheeler`
  * `5854: Automobiles, 2 Wheeler`
  * `5855: Automobiles, G`
  * `5856: Motorcycles, Small`
  * `5857: Motorcycles, Large`
  * `5858: Automobiles, M1`
  * `5859: Buses, M2 + M3`
  * `5860: Automobiles, M1 Low cost`
  * `5861: Automobiles, M1 High cost`
  * `5862: Automobiles, M1 Large fleet`
  * `5863: Automobiles, M1 Mid-size fleet`
  * `5864: Automobiles, M1 Small fleet`
  * `5865: Cargo, N`
  * `5866: Trailers, O`
  * `5867: Tractor trailers, OT`
  * `5868: Mobile industrial machines, S`
  * `5869: Tractors, T`
  * `5870: Cars GEC, unknown GEC`
  * `5871: Cars GEC, Compact`
  * `5872: Cars GEC, Large`
  * `5873: Cars GEC, Mid-Size`
  * `5874: Cars GEC, Pick-Up & Trucks and SUV`
  * `5875: Cars GEC, Sub-Compact`
  * `5900: Marine Craft, Pleasure Boats & Yachts`
  * `5901: Marine Craft, Pleasure Boats & Yachts - Power Boats`
  * `5902: Marine Craft, Pleasure Boats & Yachts - Sail Boats`
  * `5951: Miscellaneous, Railway Property`
  * `5952: Miscellaneous, Pumping Station`
  * `5953: Miscellaneous, Compressor stations`
  * `5954: Miscellaneous, Cranes`
  * `5955: Miscellaneous, Conveyor systems`
  * `5956: Miscellaneous, Canals`
  * `5957: Miscellaneous, Earth retaining structures`
  * `5958: Miscellaneous, Waterfront structures`
  * `5959: Miscellaneous, Transit Warehouse`
  * `5960: Miscellaneous, Marine Hull`
  * `5961: Miscellaneous, Treatment plant`
  * `6000: Marine Cargo, Unknown / General`
  * `6051: Marine Cargo, Carpool`
  * `6052: Marine Cargo, General and Containerized Cargo`
  * `6053: Marine Cargo, Heavy Cargo`
  * `6054: Marine Cargo, Refrigerated Cargo`
  * `6055: Marine Cargo, Dry Bulk Cargo`
  * `6056: Marine Cargo, Liquid Bulk Cargo`
  * `6100: Marine Cargo, Combustible: Unknown Cargo`
  * `6101: Marine Cargo, Combustible: Carpool`
  * `6102: Marine Cargo, Combustible: General and Containerized`
  * `6103: Marine Cargo, Combustible: Heavy Cargo`
  * `6104: Marine Cargo, Combustible: Refrigerated Cargo`
  * `6105: Marine Cargo, Combustible: Dry Bulk Cargo`
  * `6106: Marine Cargo, Combustible: Liquid Bulk Cargo`
  * `6150: Marine Cargo, Non-Combustible: Unknown Cargo`
  * `6151: Marine Cargo, Non-Combustible: Carpool`
  * `6152: Marine Cargo, Non-Combustible: General and Container`
  * `6153: Marine Cargo, Non-Combustible: Heavy Cargo`
  * `6154: Marine Cargo, Non-Combustible: Refrigerated Cargo`
  * `6155: Marine Cargo, Non-Combustible: Dry Bulk Cargo`
  * `6156: Marine Cargo, Non-Combustible: Liquid Bulk Cargo`
  * `6200: Marine Cargo, Automobiles`
  * `6201: Marine Cargo, Break Bulk`
  * `6202: Marine Cargo, Dry Bulk`
  * `6203: Marine Cargo, Liquid Bulk`
  * `6204: Marine Cargo, Consumables`
  * `6205: Marine Cargo, Temperature-controlled`
  * `6206: Marine Cargo, Electronics`
  * `6207: Marine Cargo, Chemical Products`
  * `6208: Marine Cargo, Explosives`
  * `6209: Marine Cargo, General Cargo`
  * `6210: Marine Cargo, Heavy Industry`
  * `6211: Marine Cargo, Light Industry`
  * `6212: Marine Cargo, Petroleum Products`
  * `6213: Marine Cargo, Pharmaceuticals`
  * `6214: Marine Cargo, Project Cargo`
  * `6215: Marine Cargo, Livestock`
  * `6216: Marine Cargo, General Specie`
  * `6217: Marine Cargo, Fine Art & Collectibles`
  * `6218: Marine Cargo, Cash In Transit`
  * `6219: Marine Cargo, Jewelers Blocks`
  * `7000: Offshore, Unknown`
  * `7001: Offshore, Caisson`
  * `7002: Offshore, Compliant Tower`
  * `7003: Offshore, Fixed Jacket Platform`
  * `7004: Offshore, Jack-up`
  * `7005: Offshore, Mini Tension Leg Platform`
  * `7006: Offshore, Drill Rig`
  * `7007: Offshore, Semi Submersible Floating Production`
  * `7008: Offshore, Drill Ship`
  * `7009: Offshore, SPAR Floating Production System`
  * `7010: Offshore, Submersible Production System`
  * `7011: Offshore, Underwater Production Units, Completion`
  * `7012: Offshore, Tension Leg Platform`
  * `7013: Offshore, Well Protector`
  * `7014: Offshore Renewables - General`
  * `7015: Offshore Wind - General`
  * `7016: Offshore Wind - Turbine`
  * `7017: Offshore Wind - Cable - General`
  * `7018: Offshore Wind - Cable - Infield`
  * `7019: Offshore Wind - Cable - Export`
  * `7020: Offshore Wind - Cable - Transmission`
  * `7021: Offshore Wind - Cable - Interconnector`
  * `7022: Offshore Wind - Onshore Substation`
  * `7023: Offshore Wind - Offshore Substation`
  * `8000: Crops, Unknown crop`
  * `8010: Crops, Cereals, Unknown`
  * `8011: Crops, Cereals, Wheat`
  * `8012: Crops, Cereals, Maize`
  * `8013: Crops, Cereals, Rice`
  * `8014: Crops, Cereals, Sorghum`
  * `8015: Crops, Cereals, Barley`
  * `8016: Crops, Cereals, Rye`
  * `8017: Crops, Cereals, Oats`
  * `8018: Crops, Cereals, Millets`
  * `8019: Crops, Cereals, Other`
  * `8030: Crops, Vegetables and melons, Unknown`
  * `8031: Crops, Vegetables and melons, Leafy or stem vegetables`
  * `8032: Crops, Vegetables and melons, Fruit-bearing vegetables`
  * `8033: Crops, Vegetables and melons, Root, bulb, or tuberous vegetables`
  * `8034: Crops, Vegetables and melons, Mushrooms and truffles`
  * `8035: Crops, Vegetables and melons, Other`
  * `8050: Crops, Fruits and nuts, Unknown`
  * `8051: Crops, Fruits and nuts, Tropical and subtropical fruits`
  * `8052: Crops, Fruits and nuts, Citrus fruits`
  * `8053: Crops, Fruits and nuts, Grapes`
  * `8054: Crops, Fruits and nuts, Berries`
  * `8055: Crops, Fruits and nuts, Pome fruits and stone fruits`
  * `8056: Crops, Fruits and nuts, Nuts`
  * `8057: Crops, Fruits and nuts, Other`
  * `8070: Crops, Oilseed crops, Unknown`
  * `8071: Crops, Oilseed crops, Soya beans`
  * `8072: Crops, Oilseed crops, Groundnuts`
  * `8073: Crops, Oilseed crops, Other`
  * `8090: Crops, Root/tuber crops with high starch or inulin content, Unknown`
  * `8091: Crops, Root/tuber crops with high starch or inulin content, Potatoes`
  * `8092: Crops, Root/tuber crops with high starch or inulin content, Sweet potatoes`
  * `8093: Crops, Root/tuber crops with high starch or inulin content, Cassava Yams`
  * `8094: Crops, Root/tuber crops with high starch or inulin content, Other`
  * `8100: Crops, Beverage and spice crops, Unknown`
  * `8101: Crops, Beverage and spice crops, Beverage crops`
  * `8102: Crops, Beverage and spice crops, Spice crops`
  * `8103: Crops, Beverage and spice crops, Other`
  * `8110: Crops, Leguminous crops, Unknown`
  * `8111: Crops, Leguminous crops, Beans`
  * `8112: Crops, Leguminous crops, Broad beans`
  * `8113: Crops, Leguminous crops, Chick peas`
  * `8114: Crops, Leguminous crops, Cow peas`
  * `8115: Crops, Leguminous crops, Lentils`
  * `8116: Crops, Leguminous crops, Lupins`
  * `8117: Crops, Leguminous crops, Peas`
  * `8118: Crops, Leguminous crops, Pigeon peas`
  * `8119: Crops, Leguminous crops, Leguminous crops`
  * `8120: Crops, Leguminous crops, Other`
  * `8130: Crops, Sugar crops, Unknown`
  * `8131: Crops, Sugar crops, Sugar beet`
  * `8132: Crops, Sugar crops, Sugar cane`
  * `8133: Crops, Sugar crops, Sweet sorghum`
  * `8134: Crops, Sugar crops, Other`
  * `8140: Crops, Other crops, Grasses and other fodder crops`
  * `8141: Crops, Other crops, Fibre crops`
  * `8142: Crops, Other crops, Medicinal, aromatic, pesticidal, or similar crops`
  * `8143: Crops, Other crops, Rubber`
  * `8144: Crops, Other crops, Flower crops`
  * `8145: Crops, Other crops, Tobacco`
  * `8146: Crops, Other crops, Other`
  * `8300: Livestock, Unknown livestock`
  * `8301: Livestock, Large ruminants, Cattle`
  * `8302: Livestock, Large ruminants, Buffaloes`
  * `8303: Livestock, Large ruminants, Yaks`
  * `8304: Livestock, Small ruminants, Sheep`
  * `8305: Livestock, Small ruminants, Goats`
  * `8306: Livestock, Pigs or swines, `
  * `8307: Livestock, Equines, Horses`
  * `8308: Livestock, Equines, Mules and hinnies`
  * `8309: Livestock, Equines, Asses`
  * `8310: Livestock, Equines, Other (e.g. zebras)`
  * `8311: Livestock, Camels and camelids, Camels`
  * `8312: Livestock, Camels and camelids, Llamas and alpacas`
  * `8313: Livestock, Poultry, Chickens`
  * `8314: Livestock, Poultry, Ducks`
  * `8315: Livestock, Poultry, Geese`
  * `8316: Livestock, Poultry, Turkeys`
  * `8317: Livestock, Poultry, Guinea fowls`
  * `8318: Livestock, Poultry, Pigeons`
  * `8319: Livestock, Poultry, Other`
  * `8320: Livestock, Other animals, Deer, elk, reindeer`
  * `8321: Livestock, Other animals, Fur-bearing animals such as foxes and minks`
  * `8322: Livestock, Other animals, Dogs and cats`
  * `8323: Livestock, Other animals, Rabbits and hares`
  * `8324: Livestock, Other animals, Other (e.g. emus, ostriches, elephants)`
  * `8325: Livestock, Insects, Bees`
  * `8326: Livestock, Insects, Silkworms`
  * `8327: Livestock, Insects, Other worms or insects`
  * `8400: Forestry, Unknown`
  * `8401: Forestry, Closed forest, Mainly evergreen forest`
  * `8402: Forestry, Closed forest, Mainly deciduous forest`
  * `8403: Forestry, Closed forest, Extremely xeromorphic forest`
  * `8404: Forestry, Woodland, Mainly evergreen woodland`
  * `8405: Forestry, Woodland, Mainly deciduous woodland`
  * `8406: Forestry, Woodland, Extremely xeromorphic woodland`
  * `8407: Forestry, Scrub, Mainly evergreen scrub`
  * `8408: Forestry, Scrub, Mainly deciduous scrub`
  * `8409: Forestry, Scrub, Extremely xeromorphic (subdesert) shrubland`
  * `8410: Forestry, Dwarf-scrub and related communities, Mainly evergreen dwarf-scrub`
  * `8411: Forestry, Dwarf-scrub and related communities, Mainly deciduous scrub`
  * `8412: Forestry, Dwarf-scrub and related communities, Extremely xeromorphic dwarf-shrubland`
  * `8413: Forestry, Dwarf-scrub and related communities, Tundra`
  * `8414: Forestry, Dwarf-scrub and related communities, Mossy bog formations with dwarf-shrub`
  * `8415: Forestry, Herbaceous vegetation, Tall graminoid vegetation`
  * `8416: Forestry, Herbaceous vegetation, Medium tall grassland`
  * `8417: Forestry, Herbaceous vegetation, Short grassland`
  * `8418: Forestry, Herbaceous vegetation, Forb vegetation`
  * `8419: Forestry, Herbaceous vegetation, Hydromorphic fresh-water vegetation`
  * `8420: Forestry, Spruce`
  * `8421: Forestry, Birch`
  * `8422: Forestry, Pine`
</Accordion>

**`const__code_rms_ifm`** (`number†`)
RMS IFM Construction Code. These codes are country-specific with collisions across countries.

**`const__code_for_rms`** (`choices†`)
Construction Code For RMS: RMS allows multiple construction schemes. This attribute provides the most applicable scheme and code, across RMS, ATC, and ISO schemes for use in RMS.

<Accordion title="possible values">
  * `ATC-0: Unknown`
  * `ATC-1: Wood Frame`
  * `ATC-2: Light Metal`
  * `ATC-3: Unreinforced Masonry Wall`
  * `ATC-4: URM Wall with Frame`
  * `ATC-5: RC Shear Wall with Frame`
  * `ATC-6: RC Shear Wall without Frame`
  * `ATC-7: RM Shear Wall`
  * `ATC-8: RM Shear Wall with Frame`
  * `ATC-9: Braced Steel Frame`
  * `ATC-10: Moment Steel Frame (Perimeter)`
  * `ATC-11: Moment Steel Frame (Distributed)`
  * `ATC-12: Ductile RC Frame (Distributed)`
  * `ATC-13: Non-Ductile RC Frame (Distributed)`
  * `ATC-14: Precast Concrete (Non Tilt-Up)`
  * `ATC-15: Long Span`
  * `ATC-16: Tilt-Up`
  * `ATC-17: Mobile Home`
  * `ATC-18: Specially Engineered Facility`
  * `ATC-19: Simple Span Bridges (<500 ft.)`
  * `ATC-20: Continuous Bridges (<500 ft.)`
  * `ATC-21: Bridges (>500 ft. spans)`
  * `ATC-22: Pipelines - Underground`
  * `ATC-23: Pipelines - At Grade`
  * `ATC-24: Concrete Dams`
  * `ATC-25: Earthfill and Rockfill Dams`
  * `ATC-26: Alluvium Tunnels`
  * `ATC-27: Rock Tunnels`
  * `ATC-28: Cut and Cover Tunnels`
  * `ATC-29: Storage Tanks - Underground Liquid`
  * `ATC-30: Storage Tanks - Underground Solid`
  * `ATC-31: Storage Tanks - On Ground Liquid`
  * `ATC-32: Storage Tanks - On Ground Solid`
  * `ATC-33: Storage Tanks - Elevated Liquid`
  * `ATC-34: Storage Tanks - Elevated Solid`
  * `ATC-35: Railroads`
  * `ATC-36: Highways`
  * `ATC-37: Runways`
  * `ATC-38: High Industrial Chimneys - Masonry`
  * `ATC-39: High Industrial Chimneys - Concrete`
  * `ATC-40: High Industrial Chimneys - Steel`
  * `ATC-41: Cranes`
  * `ATC-42: Conveyor Systems`
  * `ATC-43: Transmission Towers (< 100 ft.)`
  * `ATC-44: Transmission Towers (> 100 ft.)`
  * `ATC-45: Broadcast Towers`
  * `ATC-46: Observation Towers`
  * `ATC-47: Offshore Towers`
  * `ATC-48: Canals`
  * `ATC-49: Earth Retaining Structures`
  * `ATC-50: Waterfront Structures`
  * `ATC-51: Equipment - Residential`
  * `ATC-52: Equipment - Office`
  * `ATC-53: Equipment - Electrical`
  * `ATC-54: Equipment - Mechanical`
  * `ATC-55: Equipment - High tech. & lab.`
  * `ATC-56: Trains, Trucks, Airplanes`
  * `ATC-57: Petrochemical Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-57A: Oil Refineries & Petrochemical Plants (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-57B: Tank Farms (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-57C: Pumping Stations (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-57D: Pipelines (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-58: Electric Power Systems (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-58A: Transmission/Distribution Substations (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-58B: Transmission/Distribution Lines (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-58C: Fossil Fuel Plants (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-58D: Cogeneration Plants (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-58E: Hydroelectric Plants (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-59: Natural Gas Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-59A: Compressor Stations (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-59B: Natural Gas Pipelines (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-59C: Liquefied Natural Gas (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-60: Port/Harbor Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-60A: Waterfront Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-60B: Crane/Cargo Handling (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-60C: Fuel Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-61: Heavy Industrial Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-61A: Pulp & Paper (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-61B: Steel Mill (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-61C: Mining (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-61D: Cement Mill (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-62: Light Industrial Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-62A: High Technology (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-62B: Telecommunication (for the Caribbean, Guam, and Indonesia only)`
  * `ATC-71: Wood Frame Single Wall (Hawaii only)`
  * `ATC-72A: Wood Frame OSHPD SPC1`
  * `ATC-72B: Wood Frame OSHPD SPC2`
  * `ATC-72C: Wood Frame OSHPD SPC3`
  * `ATC-72D: Wood Frame OSHPD SPC4`
  * `ATC-72E: Wood Frame OSHPD SPC5`
  * `ATC-73A: Unreinforced Masonry Pre-1973 OSHPD SPC1`
  * `ATC-73B: Unreinforced Masonry Pre-1973 OSHPD SPC2`
  * `ATC-74A: Structural Masonry Pre-1973 OSHPD SPC1`
  * `ATC-74B: Structural Masonry Pre-1973 OSHPD SPC2`
  * `ATC-74C: Structural Masonry Pre-1973 OSHPD SPC3`
  * `ATC-74D: Structural Masonry 1974-1994 OSHPD SPC2`
  * `ATC-74E: Structural Masonry 1974-1994 OSHPD SPC3`
  * `ATC-74F: Structural Masonry Post-1995 OSHPD SPC3`
  * `ATC-75A: Reinforced Concrete Moment Resisting Frame Pre-1973 OSHPD SPC1`
  * `ATC-75B: Reinforced Concrete Moment Resisting Frame Pre-1973 OSHPD SPC2`
  * `ATC-75C: Reinforced Concrete Moment Resisting Frame 1974-1994 OSHPD SPC2`
  * `ATC-75D: Reinforced Concrete Moment Resisting Frame 1974-1994 OSHPD SPC3`
  * `ATC-75E: Reinforced Concrete Moment Resisting Frame 1974-1994 OSHPD SPC4`
  * `ATC-75F: Reinforced Concrete Moment Resisting Frame Post-1995 OSHPD SPC3`
  * `ATC-75G: Reinforced Concrete Moment Resisting Frame Post-1995 OSHPD SPC4`
  * `ATC-75H: Reinforced Concrete Moment Resisting Frame Post-1995 OSHPD SPC5`
  * `ATC-76A: RC MRF with Shear Walls Pre-1973 OSHPD SPC1`
  * `ATC-76B: RC MRF with Shear Walls Pre-1973 OSHPD SPC2`
  * `ATC-76C: RC MRF with Shear Walls 1974-1994 OSHPD SPC2`
  * `ATC-76D: RC MRF with Shear Walls 1974-1994 OSHPD SPC3`
  * `ATC-76E: RC MRF with Shear Walls 1974-1994 OSHPD SPC4`
  * `ATC-76F: RC MRF with Shear Walls Post-1995 OSHPD SPC3`
  * `ATC-76G: RC MRF with Shear Walls Post-1995 OSHPD SPC4`
  * `ATC-76H: RC MRF with Shear Walls Post-1995 OSHPD SPC5`
  * `ATC-77A: Reinforced Concrete Shear Wall Pre-1973 OSHPD SPC1`
  * `ATC-77B: Reinforced Concrete Shear Wall Pre-1973 OSHPD SPC2`
  * `ATC-77C: Reinforced Concrete Shear Wall 1974-1994 OSHPD SPC2`
  * `ATC-77D: Reinforced Concrete Shear Wall 1974-1994 OSHPD SPC3`
  * `ATC-77E: Reinforced Concrete Shear Wall 1974-1994 OSHPD SPC4`
  * `ATC-77F: Reinforced Concrete Shear Wall Post-1995 OSHPD SPC3`
  * `ATC-77G: Reinforced Concrete Shear Wall Post-1995 OSHPD SPC4`
  * `ATC-77H: Reinforced Concrete Shear Wall Post-1995 OSHPD SPC5`
  * `ATC-78A: Steel Moment Resisting Frame Pre-1973 OSHPD SPC1`
  * `ATC-78B: Steel Moment Resisting Frame Pre-1973 OSHPD SPC2`
  * `ATC-78C: Steel Moment Resisting Frame 1974-1994 OSHPD SPC2`
  * `ATC-78D: Steel Moment Resisting Frame 1974-1994 OSHPD SPC3`
  * `ATC-78E: Steel Moment Resisting Frame 1974-1994 OSHPD SPC4`
  * `ATC-78F: Steel Moment Resisting Frame Post-1995 OSHPD SPC3`
  * `ATC-78G: Steel Moment Resisting Frame Post-1995 OSHPD SPC4`
  * `ATC-78H: Steel Moment Resisting Frame Post-1995 OSHPD SPC5`
  * `ATC-79A: Braced Steel MRF Pre-1973 OSHPD SPC1`
  * `ATC-79B: Braced Steel MRF Pre-1973 OSHPD SPC2`
  * `ATC-79C: Braced Steel MRF 1974-1994 OSHPD SPC2`
  * `ATC-79D: Braced Steel MRF 1974-1994 OSHPD SPC3`
  * `ATC-79E: Braced Steel MRF OSHPD 1974-1994 SPC4`
  * `ATC-79F: Braced Steel MRF Post-1995 OSHPD SPC3`
  * `ATC-79G: Braced Steel MRF Post-1995 OSHPD SPC4`
  * `ATC-79H: Braced Steel MRF Post-1995 OSHPD SPC5`
  * `ATC-80: Reinforced Concrete Frame with Wood Frame in the Upper Floors`
  * `ATC-81: Steel Frame with Wood Frame in the Upper Floors`
  * `ATC-82: High Speed Railway`
  * `RMS-0: Unknown`
  * `RMS-1: Wood`
  * `RMS-1A: Light Wood Frame`
  * `RMS-1A1: Light Wood - Stud Walls`
  * `RMS-1A2: Light Wood - Post & Beam`
  * `RMS-1A3: Light Wood - Stud Walls with Brick Masonry Veneer`
  * `RMS-1A4: Light Wood with URM/Adobe Infill`
  * `RMS-1B: Heavy Timber`
  * `RMS-1B1: Heavy Timber - Frame`
  * `RMS-1B2: Heavy Timber - Frame with Unreinforced Masonry Infill`
  * `RMS-1C1: Timber frame with tiled roof`
  * `RMS-1C2: Timber frame with flat roof`
  * `RMS-1C3: Timber frame with thatch roof`
  * `RMS-2: Masonry`
  * `RMS-2A: Weak Masonry`
  * `RMS-2A1: Rubble Stone Masonry`
  * `RMS-2A2: Adobe`
  * `RMS-2A3: Reinforced Adobe`
  * `RMS-2B: Unreinforced Masonry`
  * `RMS-2B1: Unreinforced Cut Stone Masonry`
  * `RMS-2B2: Unreinforced Sold Brick Masonry`
  * `RMS-2B3: Unreinforced Concrete Block Masonry`
  * `RMS-2B4: Unreinforced Brick Cavity Wall`
  * `RMS-2B6: Bahareque`
  * `RMS-2B7: Unreinforced Solid Brick Masonry - With Rigid Diaphragms`
  * `RMS-2C: Structural Masonry`
  * `RMS-2C1: Reinforced Masonry`
  * `RMS-2C2: Confined Masonry`
  * `RMS-2C3: Confined Masonry with non-RC Slab`
  * `RMS-2C5: Reinforced Masonry with Wood or Metal Studs in the Upper Floors`
  * `RMS-2D: Factory Structure with Brick Columns`
  * `RMS-2D1: Masonry with steep tiled roof`
  * `RMS-2D2: Masonry with low slope tiled roof`
  * `RMS-2D3: Masonry with flat roof`
  * `RMS-2D4: Masonry with thatch roof`
  * `RMS-2E: Multi-story Brick Structure with RC Frames`
  * `RMS-3: Reinforced Concrete`
  * `RMS-3A: Cast-in-place Reinforced Concrete`
  * `RMS-3A1: Reinforced Concrete Moment Resisting Frame (RCMRF)`
  * `RMS-3A10: Reinforced Concrete Frame with Wood Frame in the Upper Floors`
  * `RMS-3A2: RCMRF with Shear Walls`
  * `RMS-3A23: Reinforced Concrete Shear Walls with Limited Ductility`
  * `RMS-3A3: RCMRF with Unreinforced Masonry Infill`
  * `RMS-3A4: Reinforced Concrete Shear Wall`
  * `RMS-3A5: Waffle or Flat Slab`
  * `RMS-3A6: Steel & Reinforced Concrete (SRC)Composite Frame`
  * `RMS-3A7: Concrete Piloti`
  * `RMS-3A8: Concrete Filled Tube (CFT)`
  * `RMS-3A9: Gravity Load Designed RC with Unreinforced Masonry Infill`
  * `RMS-3B: Precast Reinforced Concrete`
  * `RMS-3B1: Precast Moment Resisting Frame`
  * `RMS-3B2: Precast MRF with Shear Walls`
  * `RMS-3B3: Precast MRF with Unreinforced Masonry Infill`
  * `RMS-3B4: Tilt-up`
  * `RMS-3B5: Precast Panel Bearing Wall`
  * `RMS-3B6: Lift Slab`
  * `RMS-3C: Reinforced Concrete WITH WOOD OR METAL ROOF DECK`
  * `RMS-3C1: Reinforced Concrete with tiled roof`
  * `RMS-3C2: Reinforced Concrete with flat roof`
  * `RMS-3D: Factory Structure with RC Columns`
  * `RMS-4: Steel`
  * `RMS-4A: Steel Frame with Concrete Roof Deck`
  * `RMS-4A1: Steel Moment Resisting Frame (MRF)`
  * `RMS-4A2: Steel MRF with Shear Walls`
  * `RMS-4A3: Steel MRF with Unreinforced Masonry Infill`
  * `RMS-4A4: Concentrically Braced Steel Frame`
  * `RMS-4A5: Eccentrically Braced Steel Frame`
  * `RMS-4A6: Gravity Load Designed Steel with Unreinforced Masonry Infill`
  * `RMS-4A7: Steel Frame with Wood Frame in the Upper Floors`
  * `RMS-4B: Light Metal`
  * `RMS-4B1: Light Metal Frame`
  * `RMS-4B2: Light Metal Frame with Unreinforced Masonry Infill`
  * `RMS-4C: Steel Frame with Wood or Metal Roof Deck`
  * `RMS-4C1: Steel frame with tiled roof`
  * `RMS-4C2: Steel frame with flat roof`
  * `RMS-5: Manufactured & Mobile Home`
  * `RMS-5A: Manufactured/Mobile Home without Tie-Downs`
  * `RMS-5B: Manufactured/Mobile Home with Tie-Downs`
  * `RMS-6: Conventional Bridges (<500 ft spans) with Multiple Simple Spans`
  * `RMS-7: Conventional Bridges (<500 ft spans) with Continuous/Monolithic Spans`
  * `RMS-8: Major Bridges (>500 ft spans)`
  * `RMS-9: Underground Pipelines`
  * `RMS-10: Pipelines at Grade`
  * `RMS-11: Concrete Dams`
  * `RMS-12: Earthfill and Rockfill Dams`
  * `RMS-13: Alluvium Tunnels`
  * `RMS-14: Rock Tunnels`
  * `RMS-15: Cut & Cover Tunnels`
  * `RMS-16: Underground Liquid Storage Tanks`
  * `RMS-17: Underground Solid Storage Tanks`
  * `RMS-18: On Ground Liquid Storage Tanks`
  * `RMS-19: On Ground Solid Storage Tanks`
  * `RMS-20: Elevated Liquid Storage Tanks`
  * `RMS-21: Elevated Solid Storage Tanks`
  * `RMS-22: Railroad (Track and Bed)`
  * `RMS-23: Highways`
  * `RMS-24: Runways`
  * `RMS-25: High Industrial Masonry Chimneys`
  * `RMS-26: High Industrial Concrete Chimneys`
  * `RMS-27: High Industrial Steel Chimneys`
  * `RMS-28: Cranes`
  * `RMS-29: Conveyor Systems`
  * `RMS-30: Conventional (<100 ft) Electrical Transmission Line Towers`
  * `RMS-31: Major (>100 ft) Electrical Transmission Line Towers`
  * `RMS-32: Broadcast Towers`
  * `RMS-33: Observation Towers`
  * `RMS-34: Offshore Towers`
  * `RMS-35: Canals`
  * `RMS-36: Earth Retaining Structures (>20 ft High)`
  * `RMS-37: Waterfront Structures`
  * `RMS-38: Residential Equipment`
  * `RMS-39: Office Equipment`
  * `RMS-40: Electrical Equipment`
  * `RMS-41: Mechanical Equipment`
  * `RMS-42: High Technology Lab Equipment`
  * `RMS-43: Trains, Trucks, Airplanes`
  * `RMS-44: Automobiles-Personal`
  * `RMS-45: Automobiles - Dealers`
  * `RMS-46: Petrochemical Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-46A: Petrochemical - Oil Refineries & Petrochemical Plants (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-46B: Petrochemical - Tank Farms (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-46C: Petrochemical - Pumping Stations (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-46D: Petrochemical - Pipelines (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-47: Electric Power Systems (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-47A: Transmission/ Distribution Substations (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-47B: Transmission/ Distribution Lines (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-47C: Fossil Fuel Plants (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-47D: Cogeneration Plants (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-47E: Hydroelectric Plants (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-48: Natural Gas Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-48A: Natural Gas - Compressor Stations (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-48B: Natural Gas - Pipelines (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-48C: Natural Gas - Liquefied Natural Gas (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-49: Port/Harbor Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-49A: Natural Gas - Waterfront Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-49B: Crane/Cargo Handling (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-49C: Fuel Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-50: Heavy Industrial Facilities`
  * `RMS-50A: Pulp & Paper (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-50B: Steel Mill (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-50C: Mining (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-50D: Cement Mill (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-51: Light Industrial Facilities (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-51A: High Technology (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-51B: Telecommunication (for the Caribbean, Guam, and Indonesia only)`
  * `RMS-52: MIXED (Greece only)`
  * `RMS-52A: Wood Frame Single Wall (Hawaii only)`
  * `RMS-52B: Wood Frame Double Wall (Hawaii only)`
  * `RMS-53: Golf Country Club`
  * `RMS-54: Boats, Inside a Building (Marina)`
  * `RMS-55: Boats, Moored, Less than 26 ft., Motor`
  * `RMS-56: Boats, Moored, Less than 26 ft., Sail`
  * `RMS-57: Boats, Moored, 26-60 ft., Motor`
  * `RMS-58: Boats, Moored, 26-60 ft., Sail`
  * `RMS-59: Boats, Moored, Greater than 60 ft., Motor`
  * `RMS-60: Boats, Moored, Greater than 60 ft., Sail`
  * `RMS-61: Floating Structures`
  * `RMS-62: Response Control System - General`
  * `RMS-62A: Response Control System - Concrete`
  * `RMS-62B: Response Control System - Steel`
  * `RMS-63: Aircraft, Small`
  * `RMS-64: Aircraft, Medium`
  * `RMS-65: Aircraft, Large`
  * `FIRE-0: Unknown`
  * `FIRE-1: Frame`
  * `FIRE-2: Joisted Masonry`
  * `FIRE-3: Non-Combustible`
  * `FIRE-4: Masonry Non-Combustible`
  * `FIRE-5: Modified Fire Resistive`
  * `FIRE-6: Fire Resistive`
  * `FIRE-7: Heavy Timber Joisted Masonry`
  * `FIRE-8: Superior Non-Combustible`
  * `FIRE-9: Superior Masonry Non-Combustible`
  * `RMS IND-0`
  * `RMS IND-1`
  * `RMS IND-2`
  * `RMS IND-3`
  * `RMS IND-4`
  * `RMS IND-5`
  * `RMS IND-6`
  * `RMS IND-7`
  * `RMS IND-8`
  * `RMS IND-9`
  * `RMS IND-10`
</Accordion>

**`const__desc_iso`** (`text†`)
Provides the ISO (Insurance Services Office) construction class description for the building.

**`const__desc_atc`** (`text†`)
Provides the ATC (Applied Technology Council) construction class description for the building.

**`const__desc_air`** (`text†`)
AIR Construction Description: Provides the AIR (Applied Insurance Research) construction class description

**`const__desc_rms`** (`text†`)
RMS Construction Description: Provides the RMS (Risk Management Solutions) construction class description for the building.

**`const__desc_oed`** (`text†`)
OED Construction Description

**`const__desc_rms_ifm`** (`text†`)
Provides the RMS IFM construction class description for the building.

**`const__iso_protection_class`** (`number†`)
ISO Protection Class

**`const__plumbing_type`** (`text†`)
Type of Plumbing

**`const__scheme`** (`text†`)
Construction Code Scheme

**`const__wiring_type`** (`text†`)
Wiring Type

**`const__breakers_or_fuses`** (`text†`)
Breakers or Fuses

**`const__breakers_type`** (`text†`)
Circuit Breaker Type

**`const__fire_desc_ping`** (`text†`)
Classifies a building’s structural type and fire-resistance characteristics.

## **Description**

**Attributes that provide descriptive information about the property or its geolocation.**

**`location_group`** (`number†`)
Identify campuses or other sets of buildings that should be treated as 'together'. This is used to help guide occupancy mapping of ambiguous sub-buildings.

**`location_group_item`** (`number†`)
Individual buildings within a location\_group. Numbered (or renumbered) sequentially within a location\_group.

**`location_code`** (`text†`)
Location Code

**`location_number`** (`number†`)
Location Number

**`building_number`** (`number†`)
Building Number

**`naics_code`** (`text†`)
NAICS Code: Specifies the North American Industry Classification System (NAICS) code identifying the building’s primary business or industry type.

**`sic_code`** (`text†`)
SIC Code: Specifies the Standard Industrial Classification (SIC) code identifying the building’s primary business or industry type.

**`bldg_name`** (`text†`)
Building Name

**`insured__business_name`** (`text†`)
Insured Business Name

**`insured__name`** (`text†`)
Insured's Name

**`insured__street`** (`text†`)
Insured Street

**`insured__city`** (`text†`)
Insured City

**`insured__state`** (`text†`)
Insured State

**`insured__zip`** (`text†`)
Insured Zip

**`insured__county`** (`text†`)
Insured County

**`ownership_status`** (`text†`)
Ownership Status: Information about whether the property is owned, leased, etc.

## **Exposure**

**Attributes that provide descriptive information about the property’s risk exposure to disasters.**

**`slosh_zone`** (`text†`)
Indicates the storm surge risk zone classification. Available integrations: PSZ category.

**`wind_tier`** (`text†`)
Wind Tier

**`aig_wind_tier`** (`text†`)

**`eq_zone`** (`text†`)
Earthquake (EQ) Zone

**`eq_sub_zone`** (`text†`)
Earthquake (EQ) Sub Zone

**`fema_flood_zone`** (`text†`)
FEMA Flood Zone: Available integrations: PFF fema\_flood\_zone, HH fema\_flood\_zone, LBFZ zone.

**`fema_wildfire`** (`text†`)
Available integrations: FNRI wfir\_riskr.

**`distance_to_coast`** (`number†`)
Distance to Coast

**`is_within_1000ft_saltwater`** (`boolean†`)
Is Within 1000 ft of Saltwater

## **Features**

**Attributes that provide descriptive information about features of the building or property.**

**`const__bars_on_windows`** (`boolean†`)
Bars on Windows (Y/ N)

**`const__perimeter_fence`** (`boolean†`)
Perimeter Fence

**`const__entry_gates`** (`boolean†`)
Entry Gates

**`const__car_ports`** (`boolean†`)
Carports

**`const__tennis_courts`** (`boolean†`)
Tennis Courts

**`const__club_house`** (`boolean†`)
Club House

**`const__fitness_room`** (`boolean†`)
Exercise Room

**`const__playground`** (`boolean†`)
Playground

**`const__has_lake_or_pond`** (`boolean†`)
Lake or Pond

**`const__num_pools`** (`number†`)
Number of Pools

**`const__pool_fence_height`** (`number†`)
Pool Fence Height

**`const__pool_fence_type`** (`text†`)
Pool Fence Type

**`const__self_locking_pool_gate`** (`text†`)
Self-Locking Pool Gate

**`const__pool_depth_markers`** (`boolean†`)
Pool Depth Markers

**`const__pool_rules_posted`** (`boolean†`)
Pool Rules Posted

**`const__pool_lifesaving_equipment`** (`boolean†`)
Lifesaving Equipment

**`const__pool_diving_boards`** (`boolean†`)
Diving Boards or Platforms

**`const__num_buildings`** (`number†`)
Number of Buildings: Available integrations: HH num\_buildings, BV num\_buildings, LB num\_buildings.

**`const__num_stories`** (`number†`)
Number of Stories: Available integrations: HH num\_stories, LB num\_stories, CA num\_stories.

**`const__num_stories_below_gnd`** (`number†`)
Number of Stories Below Ground: Available integrations: HH num\_stories\_below\_gnd, LB num\_stories\_below\_gnd.

**`const__basement`** (`text†`)
Basement: Available integrations: HH has\_basement, Q basement.

**`const__has_basement`** (`boolean†`)
Has Basement: Available integrations: HH has\_basement.

**`const__num_units`** (`number†`)
Number of Units: Available integrations: LBP num\_units.

**`const__num_units_beds`** (`number†`)
Number of Beds

**`const__num_units_rooms`** (`number†`)
Number of Rooms

**`const__num_elevators`** (`number†`)
Number of Elevators

**`const__external_combustible_panel`** (`boolean†`)
External Combustible Panel

**`const__internal_combustible_panel`** (`boolean†`)
Internal Combustible Panel

## **Limit**

**Attributes that provide descriptive information about the property’s insurance coverage limits.**

**`limits__orig_limits`** (`dict_currency†`)
Individual/Original SOV Limits: Mapping containing each limit as found in the original SOV. See subclass\_mapping for translating these to limit categories.

**`limits__building_limit`** (`currency†`)
Building Limit: Part of limits\_\_building\_limit. Components limits\_\_builders\_risk\_hard\_costs + limits\_\_building\_limit + limits\_\_tenant\_improvement\_and\_betterments\_limit.

**`limits__building_value`** (`currency†`)
Building Value

**`limits__building_value_type`** (`text†`)
Building Valuation Type: System for creating/calculating the building value. Common values include RC (Replacement Cost) and AC (Actual Cost).

**`limits__bpp_limit`** (`currency†`)
Business Personal Property (BPP) Limit: Part of limits\_\_total\_limit. Components limits\_\_contents\_limit + limits\_\_edp\_limit + limits\_\_equipment\_limit + limits\_\_fine\_art\_limit + limits\_\_furniture\_and\_fixtures\_limit + limits\_\_inventory\_limit + limits\_\_property\_of\_others\_limit + limits\_\_vehicle\_limit.

**`limits__bpp_value`** (`currency†`)
Business Personal Property (BPP) Value

**`limits__contents_limit`** (`currency†`)
Contents Limit: Part of limits\_\_bpp\_limit.

**`limits__vehicle_limit`** (`currency†`)
Vehicle Limit: Part of limits\_\_bpp\_limit.

**`limits__edp_limit`** (`currency†`)
Electronic Data Processing Limit (EDP): Part of limits\_\_bpp\_limit.

**`limits__equipment_limit`** (`currency†`)
Equipment Limit: Part of limits\_\_bpp\_limit.

**`limits__fine_art_limit`** (`currency†`)
Fine Art Limit: Part of limits\_\_bpp\_limit.

**`limits__furniture_and_fixtures_limit`** (`currency†`)
Furniture and Fixtures Limit: Part of limits\_\_bpp\_limit.

**`limits__inventory_limit`** (`currency†`)
Inventory Limit: Part of limits\_\_bpp\_limit.

**`limits__property_of_others_limit`** (`currency†`)
Personal Property of Others Limit: Part of limits\_\_bpp\_limit.

**`limits__tenant_improvement_and_betterments_limit`** (`currency†`)
Tenant Improvements and Betterments Limit: Part of limits\_\_building\_limit.

**`limits__builders_risk_hard_costs`** (`currency†`)
Builder's Risk Hard Costs: Part of limits\_\_building\_limit.

**`limits__builders_risk_soft_costs`** (`currency†`)
Builder's Risk Soft Costs: Part of limits\_\_bi\_limit.

**`limits__signs_limit`** (`currency†`)
Signs Limit: Part of limits\_\_signs\_limit. Components limits\_\_billboards\_limit + limits\_\_signs\_limit.

**`limits__billboards_limit`** (`currency†`)
Billboards Limit: Part of limits\_\_signs\_limit.

**`limits__bpp_excl_inventory_and_equipment`** (`currency†`)
BPP Excl Inventory and Equipment Limit: BPP excluding inventory and equipment.

**`limits__bpp_excl_equipment`** (`currency†`)
BPP Excl Equipment Limit: BPP excluding equipment.

**`limits__bpp_value_excl_equipment`** (`currency†`)
BPP Value Excl Equipment Limit/Value: BPP Value excluding equipment value.

**`limits__bpp_excl_inventory`** (`currency†`)
BPP Excl Inventory Limit: BPP excluding inventory.

**`limits__signs_and_other_limit`** (`currency†`)
Signs and Other Limits

**`limits__other_limit`** (`currency†`)
Other Limit: Part of limits\_\_other\_limit. Components limits\_\_other\_limit.

**`limits__total_rp_and_bpp`** (`currency†`)
Total Real Property & BPP: Sum of building and BPP limits. Part of limits\_\_total\_limit.

**`limits__total_limit`** (`currency†`)
Total Limit: TIV, or, the sum of all limits. Should equal building\_limit+bpp\_limit+bi\_limit+signs\_limit+other\_limit. Components limits\_\_bpp\_limit + limits\_\_total\_rp\_and\_bpp.

**`limits__total_value`** (`currency†`)
The sum of all values (potentially different than the insured limit). Should equal building\_value+bpp\_value+bi\_limit+signs\_limit+other\_limit.

**`limits__building_deductible`** (`currency†`)
Building Deductible

**`limits__bpp_deductible`** (`currency†`)
Business Personal Property (BPP) Deductible

**`limits__bi_limit`** (`currency†`)
Business Interruption Limit: Part of limits\_\_bi\_limit. Components limits\_\_aicow\_limit + limits\_\_bi\_extra\_expense\_limit + limits\_\_bi\_limit + limits\_\_builders\_risk\_soft\_costs + limits\_\_gross\_profit\_limit + limits\_\_payroll\_limit + limits\_\_rent\_limit.

**`limits__bi_period`** (`text†`)
Business Interruption Period: Business Interruption (BI) period as found in the original SOV. `units` may be set to hours, days, months, or years.

**`limits__bi_period_days`** (`number†`)
Business Interruption (BI) period normalized to days. This is the `bi_period` converted to days.

**`limits__bi_waiting_period`** (`text†`)
Business Interruption Waiting Period

**`limits__bi_waiting_period_hours`** (`number†`)

**`limits__bi_extra_expense_limit`** (`currency†`)
Extra Expense Limit: Part of limits\_\_bi\_limit.

**`limits__payroll_limit`** (`currency†`)
Payroll Limit: Part of limits\_\_bi\_limit.

**`limits__rent_limit`** (`currency†`)
Rent Limit: Part of limits\_\_bi\_limit.

**`limits__gross_profit_limit`** (`currency†`)
Gross Profit Limit: Part of limits\_\_bi\_limit.

**`limits__aicow_limit`** (`currency†`)
Additional Increased Cost Of Working: Part of limits\_\_bi\_limit.

**`limits__insurance_to_value`** (`currency†`)
\$ per Sq Ft

**`currency`** (`text†`)
Currency: If there is a currency unit column, this will contain it. However, typically you should use the `units` property.

**`limits__homeowners_cvg_a_limit`** (`currency†`)
Homeowners Coverage A

**`limits__homeowners_cvg_b_limit`** (`currency†`)
Homeowners Coverage B

**`limits__homeowners_cvg_c_limit`** (`currency†`)
Homeowners Coverage C

**`limits__homeowners_cvg_d_limit`** (`currency†`)
Homeowners Coverage D

**`premium`** (`currency†`)
Premium: Collection of all premiums so they don't end up counted as limits.

## **Location**

**Attributes that provide descriptive information about the property’s geocoded location.**

**`cresta_code`** (`text†`)
CRESTA Code: Catastrophe Risk Evaluation and Standardizing Target Accumulations (CRESTA) Code

**`cresta_name`** (`text†`)
CRESTA Name

**`address_number`** (`text†`)
Address Number

**`route`** (`text†`)
Route: Street without address\_number

**`street`** (`text†`)
Street: route + address number (e.g., 123 Main St)

**`street_type`** (`text†`)
Street Type: e.g. St., Ave., Bldv., etc...

**`address_line_2`** (`text†`)
Address Line 2: Unit, Apt, etc.

**`city`** (`text†`)
City

**`state`** (`text†`)
State/Province

**`zip`** (`text†`)
Postal Code

**`county`** (`text†`)
County

**`county_fips_code`** (`text†`)
Specifies the county’s Federal Information Processing Standards (FIPS) code.

**`country`** (`text†`)
Country

**`country_subdivision`** (`text†`)
Country Subdivision: ISO 3166-2 code of the first-level administrative division of the country.

**`country_subdivision_name`** (`text†`)
Country Subdivision Name: Name of the first-level administrative division of the country, per ISO 3166-2.

**`full_address`** (`text†`)
Full Address: Formatted complete address, as cleaned/geocoded as possible. (e.g., 123 Main St, Washington, DC 20001, US)

<span style={{color: '#F32C01', fontWeight: 600 }}>\[DEPRECATED]</span>**`bldg_street_descriptor`** (`text†`)
Building Street Descriptor: Formatted complete address, as cleaned/geocoded as possible. (e.g., 123 Main St, Washington, DC 20001, US).

**`latitude`** (`number†`)
Latitude

**`longitude`** (`number†`)
Longitude

<span style={{color: '#F32C01', fontWeight: 600 }}>\[DEPRECATED]</span>**`fema_flood_map_link`** (`text†`)
FEMA Flood Map URL for `latitude` and `longitude`.

<span style={{color: '#F32C01', fontWeight: 600 }}>\[DEPRECATED]</span>**`google_maps_link`** (`text†`)
Google Maps URL for `latitude` and `longitude`.

<span style={{color: '#F32C01', fontWeight: 600 }}>\[DEPRECATED]</span>**`google_earth_maps_link`** (`text†`)
Google Earth Maps URL for `latitude` and `longitude`.

**`geocoding_disagreement`** (`number†`)
Geocoding Disagreement (meters)

**`confident_geocoding_disagreement`** (`number†`)
Geocoding Disagreement (m): Disagreement of high-reliability geocode results.

**`orig_sov_geocoding_disagreement`** (`number†`)
Geocoding Disagreement from supplied original SOV data (meters)

<span style={{color: '#F32C01', fontWeight: 600 }}>\[DEPRECATED]</span>**`ping_geo__google_maps_link`** (`text†`)
Google Maps URL for the latitude and longitude computed by Ping Geocoding

**`ping_geo__precision`** (`number†`)
Numeric representation of the match level of Ping Geocoding with ascending confidence ranging from 0 to 100.

<span style={{color: '#F32C01', fontWeight: 600 }}>\[DEPRECATED]</span>**`ping_geo__match_level`** (`text†`)
Indicates the confidence and granularity of a location match derived from Ping Geocoding. Each level corresponds to a specific score range that reflects how precisely an input was matched to a known location.

<span style={{color: '#F32C01', fontWeight: 600 }}>\[DEPRECATED]</span>**`google__google_maps_link`** (`text†`)
Google Maps URL for the latitude and longitude computed by Google Geocoding.

<span style={{color: '#F32C01', fontWeight: 600 }}>\[DEPRECATED]</span>**`google__google_earth_maps_link`** (`text†`)
Google Earth URL for the latitude and longitude computed by Google Geocoding.

<span style={{color: '#F32C01', fontWeight: 600 }}>\[DEPRECATED]</span>**`google__precision`** (`number†`)
Numeric representation of the match level of Google Geocoding with ascending confidence ranging from 0 to 100.

## **Notes**

**Attributes that provide additional information about the property and the insurance policy.**

**`merged_rows`** (`object†`)
Merged Constituent Building Risks: Mapping container the constituent rows that were merged into this entry

**`notes`** (`text†`)
Notes

**`effective_date`** (`date†`)
Effective Date

**`expiration_date`** (`date†`)
Expiration Date

**`clearance_flag`** (`text†`)
Clearance Flag: Set to true if cleared.

## **Occupancy**

**Attributes that provide descriptive information about the property and its primary use or function.**

**`occupancy__type_desc`** (`text†`)
Occupancy Type Description: Available integrations: HH occupancy\_type, LB occupancy\_type.

**`occupancy__nature_of_account`** (`text†`)

**`occupancy__desc_ping`** (`choices†`)
Ping Occupancy

<Accordion title="possible values">
  * `Commercial - Entertainment and Recreation`
  * `Commercial - General Commercial`
  * `Commercial - Golf Courses`
  * `Commercial - Health Care Services`
  * `Commercial - Parking`
  * `Commercial - Personal and Repair Services`
  * `Commercial - Professional, Technical, and Business Services`
  * `Commercial - Retail Trade`
  * `Commercial - Wholesale Trade`
  * `Education - Primary and Secondary Schools`
  * `Education - Universities, Colleges, and Technical Schools`
  * `Government - Government - Emergency Services`
  * `Government - Government - General Services`
  * `Industrial - Chemical Processing`
  * `Industrial - Construction`
  * `Industrial - Food and Drug Processing`
  * `Industrial - General Industrial`
  * `Industrial - Heavy Fabrication and Assembly`
  * `Industrial - High-Technology`
  * `Industrial - Light Fabrication and Assembly`
  * `Industrial - Metal and Minerals Processing`
  * `Industrial - Mining`
  * `Industrial - Petroleum`
  * `Industrial Facility - Apparel and Finished Products from Fabrics`
  * `Industrial Facility - Automotive Manufacturing`
  * `Industrial Facility - Biological Products (Except Diagnostic) Medicinals/Botanicals/Biomedical`
  * `Industrial Facility - Cement Plants/Cement Mills`
  * `Industrial Facility - Chemical Processing - General`
  * `Industrial Facility - Chlorine Plants`
  * `Industrial Facility - Chlorohydrin Plants`
  * `Industrial Facility - Coal Mining`
  * `Industrial Facility - Computer Storage Devices`
  * `Industrial Facility - Electric Substations`
  * `Industrial Facility - Electron Tubes`
  * `Industrial Facility - Electronic and Other Electrical Equipment (Except Computer Equipment)`
  * `Industrial Facility - Electronic Computer Devices`
  * `Industrial Facility - Fabricated Metal Products`
  * `Industrial Facility - Fertilizer Plants`
  * `Industrial Facility - Food and Drug Processing - General`
  * `Industrial Facility - Food and Kindred Products`
  * `Industrial Facility - Furniture and Fixtures`
  * `Industrial Facility - Gas Processing Systems - General`
  * `Industrial Facility - General Building/Construction Contractors`
  * `Industrial Facility - Heavy Constructions`
  * `Industrial Facility - Heavy Fabrication and Assembly - General`
  * `Industrial Facility - High-Technology - General`
  * `Industrial Facility - Hydro-Electric Power Systems - General`
  * `Industrial Facility - Industrial and Commercial Machinery and Equipment`
  * `Industrial Facility - Leather and Leather Products`
  * `Industrial Facility - Light Fabrication and Assembly - General`
  * `Industrial Facility - Light Hydrocarbon or Aromatics Plants`
  * `Industrial Facility - Lumber and Wood Products (Except Furniture)`
  * `Industrial Facility - Measuring, Analyzing, and Controlling Instruments`
  * `Industrial Facility - Metal and Minerals Processing - General`
  * `Industrial Facility - Metal Mining`
  * `Industrial Facility - Mining - General`
  * `Industrial Facility - Mining Operations`
  * `Industrial Facility - Mining/Quarrying - Non-Metallic Mineral (Except Fuels)`
  * `Industrial Facility - Miscellaneous Manufacturing Industries`
  * `Industrial Facility - Oil Refinery Systems - General`
  * `Industrial Facility - Other Chemical and Allied Products`
  * `Industrial Facility - Pharmaceutical Plants`
  * `Industrial Facility - Photographic, Medical, and Optical Goods`
  * `Industrial Facility - Plastics Plants`
  * `Industrial Facility - Potable Water Systems - General`
  * `Industrial Facility - Primary Metal Industry`
  * `Industrial Facility - Print/Publishing and Allied Industries`
  * `Industrial Facility - Printed Circuit Boards`
  * `Industrial Facility - Pulp/Paper and Allied Products Manufacturing`
  * `Industrial Facility - Rubber and Miscellaneous Plastics Products`
  * `Industrial Facility - Semi-Conductor and Related Devices`
  * `Industrial Facility - Smelters`
  * `Industrial Facility - Special Trade Contractors`
  * `Industrial Facility - Steel Mills`
  * `Industrial Facility - Stone/Clay/Glass/Ceramics Products`
  * `Industrial Facility - Textile Mill Products`
  * `Industrial Facility - Thermo-Electric Power Systems - General`
  * `Industrial Facility - Tire Manufacturers`
  * `Industrial Facility - Tobacco Products`
  * `Industrial Facility - Transportation Equipment Assembly`
  * `Industrial Facility - Unknown Industrial Facility`
  * `Industrial Facility - Vinyl Plants`
  * `Industrial Facility - Waste Water Treatment Systems - General`
  * `Industrial Facility - Watches and Clocks`
  * `Industrial Facility - Wineries`
  * `Mercantile - Automotive Repair Shops and Car Washes`
  * `Mercantile - Gasoline Stations`
  * `Miscellaneous - Agriculture`
  * `Miscellaneous - Communication`
  * `Miscellaneous - Construction/Erection Risks`
  * `Miscellaneous - Flood Control`
  * `Religion and Non-Profit - Churches`
  * `Religion and Non-Profit - Religion and Non-Profit`
  * `Residential - Apartments/Condominiums`
  * `Residential - General Residential`
  * `Residential - Group Institutional Housing`
  * `Residential - Permanent Dwelling: Multi-Family`
  * `Residential - Permanent Dwelling: Single-Family`
  * `Residential - Temporary Lodging`
  * `Restaurants - Restaurants`
  * `Transportation - Air`
  * `Transportation - Aircraft Hangars`
  * `Transportation - Aircraft at Ramps or Boarding Gates`
  * `Transportation - Highway`
  * `Transportation - Railroad`
  * `Transportation - Sea and Inland Waterways`
  * `Unknown`
  * `Utilities - Electrical Utilities`
  * `Utilities - Natural Gas`
  * `Utilities - Sanitary Sewer`
  * `Utilities - Telephone and Telegraph`
  * `Utilities - Water Utilities`
  * `Residential - Terraced Housing`
  * `Industrial Facility - Nuclear Power Systems - General`
  * `Industrial Facility - Communication Systems - General`
  * `Industrial Facility - Agriculture Systems - General`
  * `Industrial Facility - Business Systems - General`
  * `Industrial Facility - Port Systems`
  * `Industrial Facility - Ferry Systems`
  * `Industrial Facility - Airport Systems - General`
  * `Offshore - Unknown`
  * `Offshore - Oil Production Only`
  * `Offshore - Gas Production Only`
  * `Offshore - No Production`
  * `Offshore - Oil and Gas Production`
  * `Offshore - Drilling`
  * `Offshore - Workover`
  * `Offshore - Ready Stacked`
  * `Offshore - Waiting on Location`
  * `Offshore - Pipelines`
  * `Miscellaneous - Designated Facilities / Vaults`
  * `Miscellaneous - Silo`
  * `Miscellaneous - Liquid Tanks`
  * `Miscellaneous - Gas Tanks`
  * `Miscellaneous - Inside Warehouse At Port`
  * `Miscellaneous - Containerized Inside Warehouse`
  * `Miscellaneous - Containerized Stacked Outside`
  * `Miscellaneous - Open Lot or Stockpiled Outside`
  * `Miscellaneous - At Destination in Warehouse`
  * `Miscellaneous - At Destination Retail`
  * `Miscellaneous - Museums, Institutions, Public Buildings`
  * `Miscellaneous - Retail & Private Buildings`
  * `Miscellaneous - Greenhouses`
  * `Miscellaneous - Forestry`
  * `Residential - Construction/Erection Risks`
  * `Commercial - Construction/Erection Risks`
  * `Industrial - Construction/Erection Risks`
  * `Commercial - Inland Transit Cargo`
  * `Residential - Damageable Land`
</Accordion>

**`occupancy__category_ping`** (`text†`)
Ping Occupancy Group: First part of occupancy\_\_desc\_ping.

**`occupancy__detail_ping`** (`text†`)
Ping Occupancy Detail: Last part of occupancy\_\_desc\_ping.

**`occupancy__code_atc`** (`choices†`)
ATC Occupancy Code

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Permanent Dwelling (single-family housing)`
  * `2: Permanent Dwelling (multi-family housing)`
  * `3: Temporary Lodging`
  * `4: Group Institutional Housing`
  * `5: Retail Trade`
  * `6: Wholesale Trade`
  * `7: Personal and Repair Services`
  * `8: Professional, Technical and Business Services`
  * `9: Health Care Service`
  * `10: Entertainment and Recreation`
  * `11: Parking`
  * `12: Heavy Fabrication and Assembly`
  * `13: Light Fabrication and Assembly`
  * `14: Food and Drugs Processing`
  * `15: Chemicals Processing`
  * `16: Metal and Minerals Processing`
  * `17: High Technology`
  * `18: Construction`
  * `19: Petroleum`
  * `20: Agriculture`
  * `21: Mining`
  * `22: Religion and Nonprofit`
  * `23: General Services`
  * `24: Emergency Response Services`
  * `25: Education`
  * `26: Highway`
  * `27: Railroad`
  * `28: Air`
  * `29: Sea/Water`
  * `30: Electrical`
  * `31: Water`
  * `32: Sanitary Sewer`
  * `33: Natural Gas`
  * `34: Telephone & Telegraph`
  * `35: Communication (Radio and TV)`
  * `36: Flood Control`
  * `37: General Commercial`
  * `38: General Industrial`
  * `39: Miscellaneous`
  * `40: Mortgage-backed Dwelling (Puerto Rico only)/General Residential`
  * `41: Homeowner`
  * `42: Multi-Family Dwelling - Homeowners Association`
  * `43: Multi-Family Dwelling - Condominium Unit Owner`
  * `44: Gasoline Service Station`
  * `47: Restaurants`
  * `48: Casinos`
  * `49: Acute Care Services Hospitals`
  * `50: OSHPD Acute Care Services Hospitals (California ONLY)`
  * `51: Hotels - Large`
  * `52: Hotels - Small and Medium`
  * `53: Rental - General Commercial`
  * `54: Colleges and Universities`
  * `60: Dwelling (Residential Mortgage Policy)`
</Accordion>

**`occupancy__code_air`** (`choices†`)
AIR Occupancy Code

<Accordion title="possible values">
  * `300: Unknown`
  * `301: General Residential`
  * `302: Permanent Dwelling: Single-Family`
  * `303: Permanent Dwelling: Multi-Family`
  * `304: Temporary Lodging`
  * `305: Group Institutional Housing`
  * `306: Apartments/Condominiums`
  * `307: Terraced Housing`
  * `311: General Commercial`
  * `312: Retail Trade`
  * `313: Wholesale Trade`
  * `314: Personal and Repair Services`
  * `315: Professional, Technical, and Business Services`
  * `316: Health Care Services`
  * `317: Entertainment and Recreation`
  * `318: Parking`
  * `319: Golf Courses`
  * `321: General Industrial`
  * `322: Heavy Fabrication and Assembly`
  * `323: Light Fabrication and Assembly`
  * `324: Food and Drug Processing`
  * `325: Chemical Processing`
  * `326: Metal and Minerals Processing`
  * `327: High-Technology`
  * `328: Construction`
  * `329: Petroleum`
  * `330: Mining`
  * `331: Restaurants`
  * `335: Gasoline Stations`
  * `336: Automotive Repair Shops and Car Washes`
  * `341: Religion and Non-Profit`
  * `342: Churches`
  * `343: Government - General Services`
  * `344: Government - Emergency Services`
  * `345: Universities, Colleges, and Technical Schools`
  * `346: Primary and Secondary Schools`
  * `351: Highway`
  * `352: Railroad`
  * `353: Air`
  * `354: Sea and Inland Waterways`
  * `355: Aircraft Hangars`
  * `356: Aircraft at Ramps or Boarding Gates`
  * `361: Electrical Utilities`
  * `362: Water Utilities`
  * `363: Sanitary Sewer`
  * `364: Natural Gas`
  * `365: Telephone and Telegraph`
  * `366: Inland Transit Cargo`
  * `367: Damageable Land`
  * `371: Communication`
  * `372: Flood Control`
  * `373: Agriculture`
  * `374: Greenhouses`
  * `375: Forestry`
  * `381: Miscellaneous Construction/Erection Risks`
  * `382: Residential Construction/Erection Risks`
  * `383: Commercial Construction/Erection Risks`
  * `384: Industrial Construction/Erection Risks`
  * `400: Unknown Industrial Facility`
  * `401: Heavy Fabrication and Assembly - General`
  * `402: Automotive Manufacturing`
  * `403: Fabricated Metal Products`
  * `404: Industrial and Commercial Machinery and Equipment`
  * `405: Transportation Equipment Assembly`
  * `406: Pulp/Paper and Allied Products Manufacturing`
  * `407: Textile Mill Products`
  * `408: Lumber and Wood Products (Except Furniture)`
  * `409: Stone/Clay/Glass/Ceramics Products`
  * `414: Light Fabrication and Assembly - General`
  * `415: Furniture and Fixtures`
  * `416: Apparel and Finished Products from Fabrics`
  * `417: Print/Publishing and Allied Industries`
  * `418: Rubber and Miscellaneous Plastics Products`
  * `419: Leather and Leather Products`
  * `420: Electronic and Other Electrical Equipment (Except Computer Equipment)`
  * `421: Measuring, Analyzing, and Controlling Instruments`
  * `422: Photographic, Medical, and Optical Goods`
  * `423: Watches and Clocks`
  * `424: Miscellaneous Manufacturing Industries`
  * `425: Tire Manufacturers`
  * `429: Food and Drug Processing - General`
  * `430: Food and Kindred Products`
  * `431: Tobacco Products`
  * `432: Pharmaceutical Plants`
  * `433: Biological Products (Except Diagnostic) Medicinals/Botanicals/Biomedical`
  * `434: Wineries`
  * `438: Chemical Processing - General`
  * `439: Chlorine Plants`
  * `440: Vinyl Plants`
  * `441: Light Hydrocarbon or Aromatics Plants`
  * `442: Plastics Plants`
  * `443: Chlorohydrin Plants`
  * `444: Fertilizer Plants`
  * `445: Cement Plants/Cement Mills`
  * `446: Other Chemical and Allied Products`
  * `449: Metal and Minerals Processing - General`
  * `450: Primary Metal Industry`
  * `451: Steel Mills`
  * `452: Smelters`
  * `455: High-Technology - General`
  * `456: Semi-Conductor and Related Devices`
  * `457: Electronic Computer Devices`
  * `458: Computer Storage Devices`
  * `459: Electron Tubes`
  * `460: Printed Circuit Boards`
  * `463: General Building/Construction Contractors`
  * `464: Heavy Constructions`
  * `465: Special Trade Contractors`
  * `470: Mining - General`
  * `471: Mining Operations`
  * `472: Metal Mining`
  * `473: Coal Mining`
  * `474: Mining/Quarrying - Non-Metallic Mineral (Except Fuels)`
  * `475: Oil Refinery Systems - General`
  * `476: Hydro-Electric Power Systems - General`
  * `477: Thermo-Electric Power Systems - General`
  * `478: Nuclear Power Systems - General`
  * `479: Electric Substations`
  * `480: Potable Water Systems - General`
  * `481: Waste Water Treatment Systems - General`
  * `482: Gas Processing Systems - General`
  * `483: Communication Systems - General`
  * `484: Agriculture Systems - General`
  * `485: Business Systems - General`
  * `486: Port Systems`
  * `487: Ferry Systems`
  * `488: Airport Systems - General`
  * `900: Unknown Offshore`
  * `901: Oil Production Only`
  * `902: Gas Production Only`
  * `903: No Production`
  * `904: Oil and Gas Production`
  * `905: Drilling`
  * `906: Workover`
  * `907: Ready Stacked`
  * `908: Waiting on Location`
  * `909: Pipelines`
  * `1001: Designated Facilities / Vaults`
  * `1002: Silo`
  * `1003: Liquid Tanks`
  * `1004: Gas Tanks`
  * `1005: Inside Warehouse At Port`
  * `1006: Containerized Inside Warehouse`
  * `1007: Containerized Stacked Outside`
  * `1008: Open Lot or Stockpiled Outside`
  * `1009: At Destination in Warehouse`
  * `1010: At Destination Retail`
  * `1011: Museums, Institutions, Public Buildings`
  * `1012: Retail & Private Buildings`
</Accordion>

**`occupancy__code_rms_ifm`** (`choices†`)
RMS IFM Occupancy Code

<Accordion title="possible values">
  * `0: Unknown`
  * `1001: Heavy Industrial - Mining`
  * `1011: Heavy Industrial - Cement`
  * `1021: Heavy Industrial - Steel`
  * `1031: Heavy Industrial - Pulp & Paper`
  * `1041: Heavy Industrial - Glass`
  * `1051: Heavy Industrial - General`
  * `2001: Chemical Processing - Primarily Outdoor`
  * `2011: Chemical Processing - Primarily Indoor`
  * `3001: Light Industrial - Electronics`
  * `3011: Light Industrial - Pharmaceutical`
  * `3021: Light Industrial - Biomedical`
  * `3031: Light Industrial - Semiconductor`
  * `3041: Light Industrial - General Assembly`
  * `3051: Light Industrial - General Manufacturing`
  * `3061: Light Industrial - Technological Risk`
  * `4001: Petrochemical - Refineries`
  * `4011: Petrochemical - Pipelines`
  * `4021: Petrochemical - Pipelines Below Ground`
  * `4031: Petrochemical - Tank Farms`
  * `5001: Electric Power Generation - Fossil Fuel (Small)`
  * `5002: Electric Power Generation - Fossil Fuel (Mid)`
  * `5003: Electric Power Generation - Fossil Fuel (Large)`
  * `5011: Electric Power Generation - Hydroelectric`
  * `5021: Electric Power Generation - Co-Generation (Small)`
  * `5022: Electric Power Generation - Co-Generation (Mid)`
  * `5023: Electric Power Generation - Co-Generation (Large)`
  * `5031: Electric Power Generation - Gas Power (Small)`
  * `5032: Electric Power Generation - Gas Power (Mid)`
  * `5033: Electric Power Generation - Gas Power (Large)`
  * `6001: Electric Power - T&D`
  * `6011: Electric Power - Substations (Small)`
  * `6012: Electric Power - Substations (Mid)`
  * `6013: Electric Power - Substations (Large)`
  * `6021: Electric Power - Nuclear Power Plant`
  * `6031: Electric Power - Wind Farms (Small)`
  * `6032: Electric Power - Wind Farms (Mid)`
  * `6033: Electric Power - Wind Farms (Large)`
  * `6041: Electric Power - Solar Farms (Small)`
  * `6042: Electric Power - Solar Farms (Mid)`
  * `6043: Electric Power - Solar Farms (Large)`
  * `7001: Natural Gas`
  * `7011: Food & Beverage`
  * `7021: Data Processing/ Telecommunications`
  * `7031: Communications`
  * `7041: Ports & Harbors`
  * `7051: Dams, Reservoirs Only`
  * `7061: Water/Sewage Treatment Plants`
  * `7071: Outdoor Mechanical`
  * `7081: Airport (Small)`
  * `7082: Airport (Mid)`
  * `7083: Airport (Large)`
</Accordion>

**`occupancy__code_oed`** (`choices†`)
OED Occupancy Code

<Accordion title="possible values">
  * `1000: Unknown`
  * `1050: Residential, General residential`
  * `1051: Residential, Permanent dwelling: single-family`
  * `1052: Residential, Permanent dwelling: multi-family`
  * `1053: Residential, Temporary lodging`
  * `1054: Residential, Group institutional housing`
  * `1055: Residential, Apartment/Condo`
  * `1056: Residential, Mid-Terraced Housing`
  * `1057: Residential, Renter`
  * `1058: Residential Apartment/Condo Asso, Common Areas`
  * `1070: Residential, detached house`
  * `1071: Residential, semi-detached house`
  * `1072: Residential, end-terrace house`
  * `1073: Residential, bungalow`
  * `1100: Commercial, General commercial`
  * `1101: Commercial, Retail trade`
  * `1102: Commercial, Wholesale trade`
  * `1103: Commercial, Personal and repair services`
  * `1104: Commercial, Professional,  technical and business`
  * `1105: Commercial, Health care services - General`
  * `1106: Commercial, Hospital`
  * `1107: Commercial, Nursing Home`
  * `1108: Commercial, Entertainment and recreation - General`
  * `1109: Commercial, Amusement park`
  * `1110: Commercial, Cinema, concert hall, theatre`
  * `1111: Commercial, Stadium, arena`
  * `1112: Commercial, Temporary exhibition facility or circus`
  * `1113: Commercial, Parking`
  * `1114: Commercial, Golf Courses`
  * `1115: Commercial, Hotel - Small & Medium`
  * `1116: Commercial, Hotel - Large`
  * `1117: Commercial, Casino`
  * `1118: Commercial, Floating Casino`
  * `1119: Commercial, Restaurant, cafe, bar, pub, club, tavern, discotheque`
  * `1120: Commercial, Gasoline Station`
  * `1121: Commercial, Automotive repair services and carwash`
  * `1122: Commercial,  Warehouse`
  * `1123: Commercial, Communication`
  * `1124: Commercial - Railway Buildings`
  * `1125: Commercial, Banks`
  * `1150: Industrial, General industrial`
  * `1151: Industrial,  Heavy fabrication and assembly`
  * `1152: Industrial, Light fabrication and assembly`
  * `1153: Industrial, Food and drug processing`
  * `1154: Industrial, Chemical processing`
  * `1155: Industrial, Metal and minerals processing`
  * `1156: Industrial, High technology`
  * `1157: Industrial, Construction`
  * `1158: Industrial, Petroleum`
  * `1159: Industrial, Mining`
  * `1200: Religion and Nonprofit, Religion and nonprofit`
  * `1201: Religion and Nonprofit,  Church`
  * `1210: Government, General services`
  * `1211: Government, Museum`
  * `1212: Government, Convention centre`
  * `1213: Government, Exhibition hall`
  * `1214: Government, Library`
  * `1215: Government, Prison / jail`
  * `1220: Government, Emergency services`
  * `1230: Education, Universities,  colleges and technical schools`
  * `1231: Education, Primary and secondary schools`
  * `1250: Transportation, Highway`
  * `1251: Transportation, Railroad`
  * `1252: Transportation, Air`
  * `1253: Transportation, Sea and inland waterways`
  * `1254: Transportation, Aircraft Hangars`
  * `1255: Transportation,  Aircrafts at ramps or boarding gates`
  * `1256: Transportation, General`
  * `1260: Auto, General`
  * `1300: Utilities, Electrical`
  * `1301: Utilities, Water`
  * `1302: Utilities, Sanitary sewer`
  * `1303: Utilities, Natural gas`
  * `1304: Utilities,  Telephone and telegraph`
  * `1305: Utilities, General`
  * `1350: Flood control`
  * `1351: Agriculture`
  * `1352: Green House`
  * `1353: Forestry, General`
  * `1360: Agriculture, Crops`
  * `1370: Agriculture, Livestock`
  * `1400: Marine Cargo, General / Unknown`
  * `1401: Marine Cargo, Designated Facilities / Vaults`
  * `1402: Marine Cargo, Silo`
  * `1403: Marine Cargo, Liquid Tanks`
  * `1404: Marine Cargo, Gas Tanks`
  * `1405: Marine Cargo, Inside Warehouse at Port`
  * `1406: Marine Cargo, Containerized Inside Warehouse`
  * `1407: Marine Cargo, Containerized Stacked Outside`
  * `1408: Marine Cargo, Open Lot or Stockpiled Outside`
  * `1409: Marine Cargo, At Destination in Warehouse`
  * `1410: Marine Cargo, At Destination Retail`
  * `1411: Marine Cargo, Museums, Institutions, Public Buildings`
  * `1412: Marine Cargo, Retail & Private Buildings`
  * `2000: Industrial Facilities Model,  IFM: Unknown`
  * `2050: Industrial Facilities Model, IFM: Heavy Fabrication and Assembly - General`
  * `2051: Industrial Facilities Model, IFM: Automotive Manufacturing`
  * `2052: Industrial Facilities Model, IFM: Fabricated Metal Products`
  * `2053: Industrial Facilities Model, IFM: Industrial and commercial machinery and equipment`
  * `2054: Industrial Facilities Model, IFM: Transportation Equipment Assembly`
  * `2055: Industrial Facilities Model,  IFM: Pulp/Paper and Allied Products Manufacturing`
  * `2056: Industrial Facilities Model,  IFM: Textile Mill Product`
  * `2057: Industrial Facilities Model, IFM: Lumber and wood products (excluding furniture)`
  * `2058: Industrial Facilities Model, IFM: Stone/Clay/Glass/Ceramics products`
  * `2100: Industrial Facilities Model, IFM: Light Fabrication and Assembly - General`
  * `2101: Industrial Facilities Model, IFM: Furniture and Fixtures`
  * `2102: Industrial Facilities Model, IFM: Apparel and finished products from fabrics`
  * `2103: Industrial Facilities Model, IFM: Print/Publishing and allied industry`
  * `2104: Industrial Facilities Model,  IFM: Rubber and miscellaneous plastics products`
  * `2105: Industrial Facilities Model, IFM: Leather and Leather products`
  * `2106: Industrial Facilities Model, IFM: Electronic and other electrical equipment (except computer equipment)`
  * `2107: Industrial Facilities Model, IFM: Measuring analyzing and controlling instruments`
  * `2108: Industrial Facilities Model,  IFM: Photographic medical and optical goods`
  * `2109: Industrial Facilities Model, IFM: Watches and clocks`
  * `2110: Industrial Facilities Model, IFM: Miscellaneous Light Manufacturing Industries`
  * `2111: Industrial Facilities Model, IFM: Tire manufacturers`
  * `2150: Industrial Facilities Model, IFM: Food and Drug Processing- General`
  * `2151: Industrial Facilities Model, IFM: Food and kindred products`
  * `2152: Industrial Facilities Model, IFM: Tobacco products`
  * `2153: Industrial Facilities Model, IFM: Pharmaceutical plants`
  * `2154: Industrial Facilities Model, IFM: Biological Products(except diagnostic) - Medicinals/Botanical/Biomedical`
  * `2155: Industrial Facilities Model, IFM: Wineries`
  * `2200: Industrial Facilities Model, IFM: Chemical Processing - General`
  * `2201: Industrial Facilities Model, IFM: Chlorine plants `
  * `2202: Industrial Facilities Model, IFM: Vinyl plants`
  * `2203: Industrial Facilities Model, IFM: Light hydrocarbon or aromatics plants`
  * `2204: Industrial Facilities Model, IFM: Plastics plants`
  * `2205: Industrial Facilities Model, IFM: Chlorhydrin plants`
  * `2206: Industrial Facilities Model, IFM: Fertilizer plants`
  * `2207: Industrial Facilities Model, IFM: Cement plants/Cement Mills`
  * `2208: Industrial Facilities Model, IFM: Other Chemical and Allied Products`
  * `2250: Industrial Facilities Model, IFM: Metal and Minerals Processing- General`
  * `2251: Industrial Facilities Model, IFM: Primary metal industry`
  * `2252: Industrial Facilities Model, IFM: Steel Mills`
  * `2253: Industrial Facilities Model, IFM: Smelters`
  * `2300: Industrial Facilities Model, IFM: High Technology - General`
  * `2301: Industrial Facilities Model, IFM: Semi-conductor and related devices`
  * `2302: Industrial Facilities Model, IFM: Electronic computer devices`
  * `2303: Industrial Facilities Model, IFM: Computer storage devices`
  * `2304: Industrial Facilities Model, IFM: Electron tubes`
  * `2305: Industrial Facilities Model, IFM: Printed circuit boards`
  * `2350: Industrial Facilities Model, IFM: General building/ construction contractors`
  * `2351: Industrial Facilities Model, IFM: Heavy Constructions`
  * `2352: Industrial Facilities Model, IFM: Special Trade Contractors`
  * `2400: Industrial Facilities Model, IFM: Mining - General`
  * `2401: Industrial Facilities Model, IFM: Mining operations`
  * `2402: Industrial Facilities Model, IFM: Metal mining`
  * `2403: Industrial Facilities Model, IFM: Coal mining`
  * `2404: Industrial Facilities Model, IFM: Mining /Quarrying - Non-metallic mineral (except fuels)`
  * `2450: Industrial Facilities Model, IFM: Oil Refinery Systems - General`
  * `2460: Industrial Facilities Model, IFM: Oil Production Systems - General`
  * `2461: Industrial Facilities Model, IFM: Oil Production Systems - Oil field wells`
  * `2470: Industrial Facilities Model, IFM: Oil Transmission Systems - General`
  * `2500: Industrial Facilities Model, IFM: Hydro-Electric Power Systems- General`
  * `2505: Industrial Facilities Model, IFM: Geothermal Power Systems- General`
  * `2510: Industrial Facilities Model, IFM: Thermo-Electric Power Systems- General`
  * `2515: Industrial Facilities Model, IFM: Tidal Power Systems- General`
  * `2520: Industrial Facilities Model, IFM: Nuclear Power Systems All- General`
  * `2521: Industrial Facilities Model, IFM: other Nuclear Facilities`
  * `2530: Industrial Facilities Model, IFM: Electric Substation - General`
  * `2531: Industrial Facilities Model, IFM: Electric Transmission Lines - General`
  * `2541: Industrial Facilities Model, IFM: Solar panel plant`
  * `2542: Industrial Facilities Model, IFM: Wind plant`
  * `2543: Industrial Facilities Model, IFM: Biomass plant`
  * `2550: Industrial Facilities Model, IFM: Potable water Systems- General`
  * `2560: Industrial Facilities Model, IFM: Waste water treatment Systems- General`
  * `2600: Industrial Facilities Model, IFM: Gas Processing Systems - General`
  * `2610: Industrial Facilities Model, IFM: Gas Production Systems - General`
  * `2611: Industrial Facilities Model, IFM: Gas Production Systems - Gas field wells`
  * `2612: Industrial Facilities Model, IFM: Gas Production Systems - Gas Processing Plant`
  * `2613: Industrial Facilities Model, IFM: Gas Production Systems -Underground gas storage facilities`
  * `2620: Industrial Facilities Model, IFM: Gas Transmission Systems - General`
  * `2650: Industrial Facilities Model, IFM Communication Systems -General`
  * `2651: Industrial Facilities Model, IFM: Transmission Systems - Other/Unknown`
  * `2700: Agriculture Systems - General`
  * `2750: Industrial Facilities Model, IFM: Bus Systems - General`
  * `2760: Industrial Facilities Model, IFM: Port Systems`
  * `2770: Industrial Facilities Model, IFM: Ferry Systems`
  * `2780: Industrial Facilities Model, IFM: Airport Systems - General`
  * `3000: Offshore, Unknown`
  * `3001: Offshore, Oil production only`
  * `3002: Offshore, Gas production only`
  * `3003: Offshore, No production`
  * `3004: Offshore, Oil and gas production`
  * `3005: Offshore, Drilling`
  * `3006: Offshore, Workover`
  * `3007: Offshore, Ready stacked`
  * `3008: Offshore, Waiting on location`
  * `3009: Offshore, Pipelines`
  * `3010: Barge, support vessel, seismic vessel`
  * `3011: Buoy (single point mooring - SPM, catenary anchor leg mooring - CALM)`
  * `3012: Crane barge or pipelay vessel`
  * `3013: Drill ship`
  * `3014: Floating liquefied natural gas (LNG), gas to liquid (GTL) vessel`
  * `3015: Floating, production, storage and off-loading vessel (FPSO)`
  * `3016: Floating, storage and off-loading vessel (FSO)`
  * `3017: Offshore complex (bridge linked fixed steel structures)`
  * `3018: Offshore concrete gravity based structure`
  * `3019: Offshore fixed steel structure`
  * `3020: Other floating production systems`
  * `3021: Self elevating jack-up with independent legs`
  * `3022: Self elevating jack-up with mat base`
  * `3023: Semi submersible drilling rig`
  * `3024: Semi submersible production platform`
  * `3025: Spar or tension leg platform`
  * `3026: Subsea equipment: deep (> 200m and <= 1500m)`
  * `3027: Subsea equipment: shallow (< 200 m)`
  * `3028: Subsea equipment: ultra deep ( > 1500m)`
  * `3029: Offshore pipeline: deep (> 200m and <= 1500m)`
  * `3030: Offshore pipeline: shallow (<= 200m)`
  * `3031: Offshore pipeline: ultra deep ( > 1500m)`
  * `3032: Offshore renewables - general`
  * `3033: Offshore Wind`
  * `3034: Offshore Tidal`
  * `3035: Offshore Ocean Wave`
  * `3036: Floating Solar PV`
</Accordion>

**`occupancy__code_euro`** (`text†`)
EURO Occupancy Code

**`occupancy__code_for_rms`** (`choices†`)
Occupancy Code For RMS

<Accordion title="possible values">
  * `ATC-0: Unknown (ATC)`
  * `ATC-1: Permanent Dwelling (single-family housing) (ATC)`
  * `ATC-2: Permanent Dwelling (multi-family housing) (ATC)`
  * `ATC-3: Temporary Lodging (ATC)`
  * `ATC-4: Group Institutional Housing (ATC)`
  * `ATC-5: Retail Trade (ATC)`
  * `ATC-6: Wholesale Trade (ATC)`
  * `ATC-7: Personal and Repair Services (ATC)`
  * `ATC-8: Professional, Technical and Business Services (ATC)`
  * `ATC-9: Health Care Service (ATC)`
  * `ATC-10: Entertainment and Recreation (ATC)`
  * `ATC-11: Parking (ATC)`
  * `ATC-12: Heavy Fabrication and Assembly (ATC)`
  * `ATC-13: Light Fabrication and Assembly (ATC)`
  * `ATC-14: Food and Drugs Processing (ATC)`
  * `ATC-15: Chemicals Processing (ATC)`
  * `ATC-16: Metal and Minerals Processing (ATC)`
  * `ATC-17: High Technology (ATC)`
  * `ATC-18: Construction (ATC)`
  * `ATC-19: Petroleum (ATC)`
  * `ATC-20: Agriculture (ATC)`
  * `ATC-21: Mining (ATC)`
  * `ATC-22: Religion and Nonprofit (ATC)`
  * `ATC-23: General Services (ATC)`
  * `ATC-24: Emergency Response Services (ATC)`
  * `ATC-25: Education (ATC)`
  * `ATC-26: Highway (ATC)`
  * `ATC-27: Railroad (ATC)`
  * `ATC-28: Air (ATC)`
  * `ATC-29: Sea/Water (ATC)`
  * `ATC-30: Electrical (ATC)`
  * `ATC-31: Water (ATC)`
  * `ATC-32: Sanitary Sewer (ATC)`
  * `ATC-33: Natural Gas (ATC)`
  * `ATC-34: Telephone & Telegraph (ATC)`
  * `ATC-35: Communication (Radio and TV) (ATC)`
  * `ATC-36: Flood Control (ATC)`
  * `ATC-37: General Commercial (ATC)`
  * `ATC-38: General Industrial (ATC)`
  * `ATC-39: Miscellaneous (ATC)`
  * `ATC-40: Mortgage-backed Dwelling (Puerto Rico only)/General Residential (ATC)`
  * `ATC-41: Homeowner (ATC)`
  * `ATC-42: Multi-Family Dwelling - Homeowners Association (ATC)`
  * `ATC-43: Multi-Family Dwelling - Condominium Unit Owner (ATC)`
  * `ATC-44: Gasoline Service Station (ATC)`
  * `ATC-47: Restaurants (ATC)`
  * `ATC-48: Casinos (ATC)`
  * `ATC-49: Acute Care Services Hospitals (ATC)`
  * `ATC-50: OSHPD Acute Care Services Hospitals (California ONLY) (ATC)`
  * `ATC-51: Hotels - Large (ATC)`
  * `ATC-52: Hotels - Small and Medium (ATC)`
  * `ATC-53: Rental - General Commercial (ATC)`
  * `ATC-54: Colleges and Universities (ATC)`
  * `ATC-60: Dwelling (Residential Mortgage Policy) (ATC)`
  * `RMS IND-0: Unknown (RMS IND)`
  * `RMS IND-1001: Heavy Industrial - Mining (RMS IND)`
  * `RMS IND-1011: Heavy Industrial - Cement (RMS IND)`
  * `RMS IND-1021: Heavy Industrial - Steel (RMS IND)`
  * `RMS IND-1031: Heavy Industrial - Pulp & Paper (RMS IND)`
  * `RMS IND-1041: Heavy Industrial - Glass (RMS IND)`
  * `RMS IND-1051: Heavy Industrial - General (RMS IND)`
  * `RMS IND-2001: Chemical Processing - Primarily Outdoor (RMS IND)`
  * `RMS IND-2011: Chemical Processing - Primarily Indoor (RMS IND)`
  * `RMS IND-3001: Light Industrial - Electronics (RMS IND)`
  * `RMS IND-3011: Light Industrial - Pharmaceutical (RMS IND)`
  * `RMS IND-3021: Light Industrial - Biomedical (RMS IND)`
  * `RMS IND-3031: Light Industrial - Semiconductor (RMS IND)`
  * `RMS IND-3041: Light Industrial - General Assembly (RMS IND)`
  * `RMS IND-3051: Light Industrial - General Manufacturing (RMS IND)`
  * `RMS IND-3061: Light Industrial - Technological Risk (RMS IND)`
  * `RMS IND-4001: Petrochemical - Refineries (RMS IND)`
  * `RMS IND-4011: Petrochemical - Pipelines (RMS IND)`
  * `RMS IND-4021: Petrochemical - Pipelines Below Ground (RMS IND)`
  * `RMS IND-4031: Petrochemical - Tank Farms (RMS IND)`
  * `RMS IND-5001: Electric Power Generation - Fossil Fuel (Small) (RMS IND)`
  * `RMS IND-5002: Electric Power Generation - Fossil Fuel (Mid) (RMS IND)`
  * `RMS IND-5003: Electric Power Generation - Fossil Fuel (Large) (RMS IND)`
  * `RMS IND-5011: Electric Power Generation - Hydroelectric (RMS IND)`
  * `RMS IND-5021: Electric Power Generation - Co-Generation (Small) (RMS IND)`
  * `RMS IND-5022: Electric Power Generation - Co-Generation (Mid) (RMS IND)`
  * `RMS IND-5023: Electric Power Generation - Co-Generation (Large) (RMS IND)`
  * `RMS IND-5031: Electric Power Generation - Gas Power (Small) (RMS IND)`
  * `RMS IND-5032: Electric Power Generation - Gas Power (Mid) (RMS IND)`
  * `RMS IND-5033: Electric Power Generation - Gas Power (Large) (RMS IND)`
  * `RMS IND-6001: Electric Power - T&D (RMS IND)`
  * `RMS IND-6011: Electric Power - Substations (Small) (RMS IND)`
  * `RMS IND-6012: Electric Power - Substations (Mid) (RMS IND)`
  * `RMS IND-6013: Electric Power - Substations (Large) (RMS IND)`
  * `RMS IND-6021: Electric Power - Nuclear Power Plant (RMS IND)`
  * `RMS IND-6031: Electric Power - Wind Farms (Small) (RMS IND)`
  * `RMS IND-6032: Electric Power - Wind Farms (Mid) (RMS IND)`
  * `RMS IND-6033: Electric Power - Wind Farms (Large) (RMS IND)`
  * `RMS IND-6041: Electric Power - Solar Farms (Small) (RMS IND)`
  * `RMS IND-6042: Electric Power - Solar Farms (Mid) (RMS IND)`
  * `RMS IND-6043: Electric Power - Solar Farms (Large) (RMS IND)`
  * `RMS IND-7001: Natural Gas (RMS IND)`
  * `RMS IND-7011: Food & Beverage (RMS IND)`
  * `RMS IND-7021: Data Processing/ Telecommunications (RMS IND)`
  * `RMS IND-7031: Communications (RMS IND)`
  * `RMS IND-7041: Ports & Harbors (RMS IND)`
  * `RMS IND-7051: Dams, Reservoirs Only (RMS IND)`
  * `RMS IND-7061: Water/Sewage Treatment Plants (RMS IND)`
  * `RMS IND-7071: Outdoor Mechanical (RMS IND)`
  * `RMS IND-7081: Airport (Small) (RMS IND)`
  * `RMS IND-7082: Airport (Mid) (RMS IND)`
  * `RMS IND-7083: Airport (Large) (RMS IND)`
  * `EURO-0: Unknown (EURO)`
  * `EURO-1: Residential - Single-Occupancy (EURO)`
  * `EURO-2: Residential - Multi-Occupancy (EURO)`
  * `EURO-3: Residential - General (EURO)`
  * `EURO-4: Residential - Detached House (EURO)`
  * `EURO-5: Residential - Semi-Detached House (EURO)`
  * `EURO-6: Residential - Terraced House (EURO)`
  * `EURO-7: Residential - Bungalow (EURO)`
  * `EURO-8: Residential - Summer House (EURO)`
  * `EURO-9: Mobile Homes (EURO)`
  * `EURO-10: Commercial - General (EURO)`
  * `EURO-11: Commercial - Office (EURO)`
  * `EURO-12: Commercial - Retail (EURO)`
  * `EURO-13: Commercial - Hotel (EURO)`
  * `EURO-14: Commercial -Warehouse (EURO)`
  * `EURO-15: Commercial -Transmission & Distribution Lines (EURO)`
  * `EURO-16: Industrial - General (EURO)`
  * `EURO-17: Agricultural - General (EURO)`
  * `EURO-18: Greenhouse (EURO)`
  * `EURO-19: Forests (EURO)`
  * `EURO-20: Aquaculture (EURO)`
  * `EURO-21: Auto - Personal (EURO)`
  * `EURO-22: Boats - Small Marine (EURO)`
  * `EURO-23: Municipal Lines (EURO)`
  * `EURO-24: Municipal Residential (for United Kingdom earthquake, windstorm,and flood modeling only) (EURO)`
  * `EURO-25: Municipal Non-Residential (for United Kingdom earthquake, windstorm,and flood modeling only) (EURO)`
  * `EURO-26: Agriculture - Glass house, Venlo non-NEN (26) (EURO)`
  * `EURO-27: Agriculture - Glass house, Venlo non-NEN (27) (EURO)`
  * `EURO-28: Agriculture -Glasshouse, Wide roof NEN (28) (EURO)`
  * `EURO-29: Agriculture -Glasshouse, Wide roof NEN (29) (EURO)`
</Accordion>

**`occupancy__desc_atc`** (`text†`)
ATC Occupancy Description

**`occupancy__desc_oed`** (`text†`)
OED Occupancy Description

**`occupancy__desc_air`** (`text†`)
AIR Occupancy Description: Available integrations: HH occupancy\_type, LB occupancy\_type.

**`occupancy__desc_rms_ifm`** (`text†`)
RMS IFM Occupancy Description

**`occupancy__desc_euro`** (`text†`)
EURO Occupancy Description

**`occupancy__scheme`** (`text†`)
Occupancy Code Scheme

**`occupancy__business_class`** (`number†`)
Business Classification

**`occupancy__lro`** (`text†`)
LRO

## **Protection**

**Attributes that provide descriptive information about the risk prevention facilities of a property.**

**`protect__onsite_guard`** (`boolean†`)
Onsite Guard Service

**`protect__fire_walls`** (`text†`)
Fire Walls

**`protect__burglar_alarm_type`** (`text†`)
Burglar Alarm Type

**`protect__fire_alarm_type`** (`text†`)
Fire Alarm Type

**`protect__pct_sprinklered`** (`percentage†`)
Percent Sprinklered

**`protect__sprinklers`** (`boolean†`)
Sprinklers

**`protect__sprinkler_central_or_local`** (`text†`)

**`protect__sprinkler_type`** (`text†`)
Sprinkler Type

**`protect__smoke_detectors`** (`boolean†`)
Smoke Detectors

**`protect__smoke_detectors_locations`** (`text†`)
Smoke Detectors in All Sleeping Areas and Halls

**`protect__smoke_and_co_detectors_status`** (`text†`)
Smoke / Carbon Monoxide Detectors Operational (Y/N)

**`protect__fire_hydrants`** (`boolean†`)
Fire Hydrants

**`protect__fire_extinguishers`** (`boolean†`)
Fire Extinguishers

## **Roof**

**Attributes that provide descriptive information about the property’s roof construction specifications.**

**`const__roof_anchorage`** (`text†`)
Roof Anchorage: Roof wind anchorage type.

**`const__roof_covering`** (`text†`)
Roof Covering: Available integrations: HH roof\_covering, CA roof\_covering, LB roof\_covering.

**`const__roof_framing`** (`text†`)
Roof Deck/Framing: Available integrations: LB roof\_framing.

**`const__roof_shape`** (`text†`)
Roof Shape: Available integrations: HH roof\_shape, LB roof\_shape.

**`const__roof_type`** (`text†`)
Roof Type: Available integrations: HH roof\_type, LB roof\_type, CA roof\_geometry.

**`const__roof_pitch`** (`text†`)
Roof Pitch: Available integrations: LB roof\_pitch.

**`const__roof_covering_attachment`** (`text†`)
Roof Covering Attachment

**`const__roof_deck_attachment`** (`text†`)
Roof Deck Attachment

**`const__roof_deck_ping`** (`choices†`)
Ping Roof Deck (Ping's Taxonomy)

<Accordion title="possible values">
  * `Unknown/Default`
  * `Concrete`
  * `Heavy Timber`
  * `Insulated Steel`
  * `Light Metal`
  * `Light Steel`
  * `Metal`
  * `Metal Deck with Concrete`
  * `Metal Deck with Insulation Board`
  * `Metal Sheathing`
  * `Particle Board / OSB`
  * `Plywood`
  * `Pre-Cast Concrete Slabs`
  * `Reinforced Concrete Slabs (Cast-In-Place)`
  * `Steel`
  * `Wood`
</Accordion>

**`const__roof_frame_ping`** (`choices†`)
Ping Roof Frame (Ping's Taxonomy)

<Accordion title="possible values">
  * `Unknown/Default`
  * `Concrete`
  * `Heavy Steel Frame`
  * `Light Steel Frame`
  * `Light/Heavy Steel`
  * `Light Steel Purlin`
  * `Poured/Cast-in-place concrete`
  * `Steel`
  * `Wood Frame`
</Accordion>

**`const__roof_shape_ping`** (`choices†`)
Ping Roof Shape (Ping's Taxonomy)

**`const__roof_covering_ping`** (`choices†`)
Ping Roof Covering (Ping's Taxonomy)

**`const__roof_pitch_ping`** (`choices†`)
Ping Roof Pitch (Ping's Taxonomy)

**`const__roof_anchorage_ping`** (`choices†`)
Ping Roof Anchorage (Ping's Taxonomy)

**`const__roof_deck_attachment_ping`** (`choices†`)
Ping Roof Deck Attachment (Ping's Taxonomy)

**`const__has_gravel_ping`** (`choices†`)
Has Gravel (Ping's Taxonomy): Indicates whether the roof has gravel, only used for mapping to RMS

<Accordion title="possible values">
  * `Unknown/Default`
  * `Yes`
  * `No`
</Accordion>

**`const__has_gutters_ping`** (`choices†`)
Has Gutters (Ping's Taxonomy): Indicates whether the roof has gutters, only used for mapping to RMS

<Accordion title="possible values">
  * `Unknown/Default`
  * `Yes`
  * `No`
</Accordion>

**`air__roof_anchorage`** (`choices†`)
AIR Roof Anchorage

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Hurricane Ties`
  * `2: Nails/Screws`
  * `3: Anchor bolts`
  * `4: Gravity/friction`
  * `5: Adhesive epoxy`
  * `6: Structurally Connected`
  * `7: Clips`
</Accordion>

**`air__roof_attached_structure`** (`choices†`)
AIR Roof Attached Structure

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Chimneys`
  * `2: A/C Units`
  * `3: Skylights`
  * `4: Parapet Walls`
  * `5: Overhang/Rake (8-36 in.)`
  * `6: Dormers`
  * `7: Other`
  * `8: No Attached Structures`
  * `9: Overhang/Rake (< 8 in.)`
  * `10: Overhang/Rake (> 36 in.)`
  * `11: Waterproof membrane/fabric`
  * `12: Secondary water resistance - Yes`
  * `13: Secondary water resistance - No`
</Accordion>

**`air__roof_covering`** (`choices†`)
AIR Roof Covering: Available integrations: HH roof\_covering, CA roof\_covering, LB roof\_covering.

<Accordion title="possible values">
  * `0: Unknown (Default)`
  * `1: Asphalt Shingles`
  * `2: Wooden Shingles`
  * `3: Clay / Concrete Tiles`
  * `4: Light Metal Panels`
  * `5: Slate`
  * `6: Built-up Roof with Gravel`
  * `7: Single Ply Membrane`
  * `8: Standing Seam Metal Roof`
  * `9: Built-up Roof without Gravel`
  * `10: Single Ply Membrane - Ballasted`
  * `11: Hurricane Wind-Rated Roof Coverings`
</Accordion>

**`air__roof_covering_attachment`** (`choices†`)
AIR Roof Covering Attachment

<Accordion title="possible values">
  * `0: Unknown (Default)`
  * `1: Screws`
  * `2: Nails / Staples`
  * `3: Adhesive / Epoxy`
  * `4: Mortar`
</Accordion>

**`air__roof_deck`** (`choices†`)
AIR Roof Deck

<Accordion title="possible values">
  * `0: Unknown (Default)`
  * `1: Plywood`
  * `2: Wood Planks`
  * `3: Particle Board / OSB`
  * `4: Metal Deck with Insulation Board`
  * `5: Metal Deck with Concrete`
  * `6: Pre-Cast Concrete Slabs`
  * `7: Reinforced Concrete Slabs`
  * `8: Light Metal`
</Accordion>

**`air__roof_deck_attachment`** (`choices†`)
AIR Roof Deck Attachment

<Accordion title="possible values">
  * `0: Unknown (Default)`
  * `1: Screws / Bolts`
  * `2: Nails`
  * `3: Adhesive / Epoxy`
  * `4: Structurally Connected`
  * `5: 6d Nails @ 6 spacing, 12 on center`
  * `6: 8d Nails @ 6 spacing, 12 on center`
  * `7: 8d Nails @ 6 spacing, 6 on center`
</Accordion>

**`air__roof_geometry`** (`choices†`)
AIR Roof Geometry

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Flat`
  * `2: Gable end without bracing`
  * `3: Hip`
  * `4: Complex`
  * `5: Stepped`
  * `6: Shed`
  * `7: Mansard`
  * `8: Gable end with bracing`
  * `9: Pyramid`
  * `10: Gambrel`
</Accordion>

**`air__roof_hail_impact_resist`** (`choices†`)
AIR Roof Hail Impact Resistance

<Accordion title="possible values">
  * `0: Unknown/Non-impact-resistant`
  * `1: Impact-resistant A`
  * `2: Impact-resistant B`
  * `3: Impact-resistant C`
  * `4: Impact-resistant D`
</Accordion>

**`air__roof_pitch`** (`choices†`)
AIR Roof Pitch: Available integrations: LB roof\_pitch.

<Accordion title="possible values">
  * `0: Unknown (Default)`
  * `1: Low (Less than 10 degrees)`
  * `2: Medium (10-30 degrees)`
  * `3: High (More than 30 degrees)`
</Accordion>

**`amrisc__roof_anchorage`** (`choices†`)
AMRISC Roof Anchorage: Input from AMRISC only.

<Accordion title="possible values">
  * `100-Unknown`
  * `101-Toe Nailing / no anchorage`
  * `102-Clips (Average Strength)`
  * `103-Single Wraps (Above Average Strength)`
  * `104-Double Wraps (High Strength)`
  * `105-Structural`
</Accordion>

**`amrisc__roof_covering`** (`choices†`)
AMRISC Roof Covering: Input from AMRISC only. Available integrations: HH roof\_covering, CA roof\_covering, LB roof\_covering.

<Accordion title="possible values">
  * `100-Unknown`
  * `101-Metal Sheathing w/ Exposed Fasteners (Lap Seam)`
  * `102-Metal Sheathing w/ Concealed Fasteners (Standing-seam)`
  * `103-Built-up roof NO gravel WITH presence of gutters`
  * `104-Built-up roof NO gravel WITHOUT presence of gutters`
  * `105-Built-up roof WITH gravel WITH presence of gutters`
  * `106-Built-up roof WITH gravel WITHOUT presence of gutters`
  * `107-Single Ply Membrane WITH presence of gutters`
  * `108-Single Ply Membrane WITHOUT presence of gutters`
  * `109-Concrete/Clay Tiles`
  * `110-Wood Shakes`
  * `111-Normal Shingle (55 mph)`
  * `112-Normal Shingle (55 mph) with 2ndry Water Resistance`
  * `113-Shingle rated for high wind speeds (>=110 mph)`
  * `114-Shingle rated for high wind speeds (>=110 mph) with 2ndry Water Resistance`
</Accordion>

**`amrisc__roof_framing`** (`choices†`)
AMRISC Roof Framing: Input from AMRISC only. Available integrations: LB roof\_framing.

<Accordion title="possible values">
  * `100-Unknown`
  * `101-Poured Reinforced Conc`
  * `102-Precast Concrete`
  * `103-Heavy St Fr w/ Conc Deck`
  * `104-Heavy St Fr w/ Insulated Steel Deck`
  * `105-Heavy St Fr w/Metal Sheathing`
  * `106-Light St Fr w/ Metal Sheathing`
  * `107-Light/Heavy Steel with Wood Deck`
  * `108-Wood Frame`
  * `109-Heavy Timber`
</Accordion>

**`amrisc__roof_shape`** (`choices†`)
AMRISC Roof Shape: Input from AMRISC only. Available integrations: HH roof\_shape, LB roof\_shape.

<Accordion title="possible values">
  * `100-Unknown`
  * `101-Flat roof WITH parapets`
  * `102-Flat roof WITHOUT parapets`
  * `103-Hip roof low slope (<10 deg)`
  * `104-Hip roof med slope (10 deg to 26.5 deg)`
  * `105-Hip roof high slope (>26.5 deg)`
  * `106-Gable roof low slope (<10 deg)`
  * `107-Gable roof med slope (10 deg to 26.5 deg)`
  * `108-Gable roof high slope (>26.5 deg)`
  * `109-Braced Gable low slope (<10 deg)`
  * `110-Braced Gable med slope (10 deg to 26.5 deg)`
  * `111-Braced Gable high slope (>26.5 deg)`
</Accordion>

**`amrisc__acic_roof_covering`** (`text†`)
AMRISC ACIC Roof Covering: Input from AMRISC only.

**`amrisc__acic_roof_shape`** (`text†`)
AMRISC ACIC Roof Shape: Input from AMRISC only.

**`amrisc__acic_roof_deck_attachment`** (`text†`)
AMRISC ACIC Roof Deck Attachment: Input from AMRISC only.

**`amrisc__acic_roof_anchorage`** (`text†`)
AMRISC ACIC Roof Wall Attachment: Input from AMRISC only.

## **Secondary Mod**

**Attributes that provide additional information about the property’s exposure risk.**

**`const__wall_siding_ping`** (`choices†`)
Ping Wall Siding (Ping's Taxonomy)

<Accordion title="possible values">
  * `Unknown/Default`
  * `Aluminium / Vinyl Siding`
  * `Asbestos`
  * `Clapboards`
  * `Concrete`
  * `EIFS`
  * `Fiber Cement (Board)`
  * `Impact Rated Glazing`
  * `Light Metal`
  * `Log`
  * `Metal Sheathing`
  * `No-Cladding (Exposed Structure)`
  * `Non-Impact Gazing (Gravel Debris Risk)`
  * `Non-Impact Gazing (No Gravel Debris Risk)`
  * `Steel`
  * `Stone Panels (Real Stone)`
  * `Stone Veneer`
  * `Stucco`
  * `Tile`
  * `Veneer Brick / Masonry`
  * `Wood Shingles / Shakes`
  * `Wood Siding (General)`
</Accordion>

**`const__wall_type_ping`** (`choices†`)
Ping Wall Type (Ping's Taxonomy)

<Accordion title="possible values">
  * `Brick/unreinforced masonry`
  * `Cast-in-place concrete`
  * `Gypsum board`
  * `Masonry`
  * `Metal panels`
  * `Particle board/OSB`
  * `Plywood`
  * `Pre-cast concrete elements`
  * `Reinforced masonry`
  * `Unknown/Default`
  * `Wood planks`
  * `Steel`
</Accordion>

**`const__foundation_type_ping`** (`choices†`)
Ping Foundation Type (Ping's Taxonomy)

<Accordion title="possible values">
  * `Basement`
  * `Concrete Basement`
  * `Concrete Foundation`
  * `Crawl Space - Cripple Wall`
  * `Crawl Space - General`
  * `Crawl Space - Masonry`
  * `Crawl Space - Raised (Wood)`
  * `Engineered`
  * `Footing`
  * `Masonry Basement`
  * `Masonry Wall`
  * `No Basement`
  * `Non-Engineered`
  * `Pile`
  * `Post & Pier`
  * `Slab - Concrete`
  * `Slab - General`
  * `Slab - Mat / Slab`
  * `Slab / Mat Foundation`
  * `Unknown/Default`
</Accordion>

**`const__frame_to_foundation_connection_ping`** (`choices†`)
Ping Frame to Foundation Connection (Ping's Taxonomy)

<Accordion title="possible values">
  * `Unknown/Default`
  * `Adhesive / Epoxy`
  * `Bolted`
  * `Gravity / Friction`
  * `Hurricane Ties`
  * `Nails / Screws`
  * `Structurally Connected`
  * `Unbolted`
</Accordion>

**`const__construction_quality_ping`** (`choices†`)
Ping Construction Quality (Ping's Taxonomy)

<Accordion title="possible values">
  * `Average`
  * `Certified Design & Construction`
  * `Certified of Occupancy`
  * `Excellent`
  * `Fortified Bronze Option 1`
  * `Fortified Bronze Option 2`
  * `Fortified for Safer Living`
  * `Fortified Gold Option 1`
  * `Fortified Gold Option 2`
  * `Fortified Silver Option 1`
  * `Fortified Silver Option 2`
  * `Good`
  * `Poor / Deterioration`
  * `Unknown/Default`
</Accordion>

**`const__building_condition_ping`** (`choices†`)
Ping Building Condition (Ping's Taxonomy)

<Accordion title="possible values">
  * `Average`
  * `Good`
  * `Poor`
  * `Unknown/Default`
</Accordion>

**`const__construction_quality`** (`text†`)
Construction Quality

**`const__building_condition`** (`text†`)
Building Condition

**`const__window_protection`** (`text†`)
Window Protection

**`const__tree_exposure`** (`text†`)
Tree Exposure

**`const__building_shape`** (`text†`)
Building Shape

**`const__wall_type`** (`text†`)
Wall Type: Description of materials used for external walls. Available integrations: LB wall\_type.

**`const__wall_siding`** (`text†`)
Wall Siding: Description of cladding materials used for weather, wind, and rain protection of the external walls. Available integrations: LB wall\_siding.

**`const__eifs`** (`boolean†`)
EIFS: Indicates whether the building exterior uses an Exterior Insulation and Finish System (EIFS).

**`const__frame_to_foundation_connection`** (`text†`)
Frame to Foundation Connection

**`const__foundation_type`** (`text†`)
Building Foundation Type

**`const__base_flood_elevation`** (`number†`)
Base Flood Elevation

**`const__lowest_floor_elevation`** (`text†`)
Lowest Floor Elevation

**`const__wind_pool_eligible`** (`boolean†`)
Wind Pool Eligible: Input from AMRISC only.

**`const__tall_one_story`** (`text†`)
Indicates the height classification of a tall single-story building.

**`const__torsion`** (`text†`)
Torsion

**`const__soft_story`** (`text†`)
Soft Story

**`const__special_construction`** (`text†`)
Special Construction

**`const__retrofit`** (`text†`)
Retrofit Measures: Description of any seismic retrofit measures. A properly retrofitted structure can resist earthquakes even though the original structural form had weaknesses.

**`const__short_column`** (`text†`)
Short Column

**`const__ornamentation`** (`text†`)
Ornamentation

**`const__water_heater`** (`text†`)
Water Heater

**`const__redundancy`** (`text†`)
Redundancy: Whether there are multiple lateral load-resisting elements (frames or shear walls) in the building at this location. Redundancy provides additional reinforcement against earthquake damage.

**`const__equipment_bracing`** (`text†`)
Equipment Bracing

**`const__seal_of_approval`** (`text†`)
Seal of Approval

**`const__roof_hail_impact_resist`** (`text†`)
Roof Hail Impact Resist

**`const__chimney`** (`text†`)
Chimney

**`const__glass_type`** (`text†`)
Glass type

**`const__glass_percentage`** (`text†`)
Glass Percentage

**`const__exterior_doors`** (`text†`)
Exterior Doors

**`const__building_exterior_opening`** (`text†`)
Building Exterior Opening

**`const__brick_veneer`** (`text†`)
Brick Veneer

**`const__internal_partition`** (`text†`)
Internal Partition

**`const__welding`** (`text†`)
Welding

**`const__transition_in_source_type`** (`text†`)
Transition in Source Type

**`const__multi_story_hall_type`** (`text†`)
Multi Story Hall Type

**`const__lattice_type`** (`text†`)
Lattice Type

**`const__is_value_type`** (`text†`)
Is Value Type

**`const__column_basement_type`** (`text†`)
Column Basement Type

**`const__cold_formed_tube`** (`text†`)
Cold Formed Tube

**`const__wall_attached_structure`** (`text†`)
Wall Attached Structure

**`const__appurtenant_structures`** (`text†`)
Appurtenant Structures

**`const__pounding`** (`text†`)
Pounding: Distance from the building at this location to the closest structure, which, if not adequate, can cause the two structures to collide during earthquake shaking.

**`const__small_debris`** (`text†`)
Small Debris

**`const__large_missile`** (`text†`)
Large Missile

**`const__terrain_roughness`** (`text†`)
Terrain Roughness

**`const__project_phase_code`** (`text†`)
Project Phase Code

**`const__structural_irregularity`** (`text†`)
Structural Irregularity

**`const__basement_finish_type`** (`text†`)
Basement Finish Type

**`const__tank`** (`text†`)
Tank

**`const__wet_floodproofing`** (`text†`)
Wet Floddproofing

**`const__firm_compliance`** (`text†`)
Firm Compliance

**`const__content_vulnerability`** (`text†`)
Content Vulnerability

**`const__base_isolation`** (`text†`)
Base Isolation

**`const__setbacks_overhangs`** (`text†`)
Setbacks Overhangs

**`const__fatigue_maintenance`** (`text†`)
Fatigue / Maintenance

**`const__roof_parapet`** (`text†`)
Roof Parapets

**`const__roof_maintenance`** (`text†`)
Roof Maintenance: Well-maintained roofs tend to hold up better under high wind conditions.

**`const__cripple_walls`** (`text†`)
Cripple Walls

**`const__anchoring`** (`text†`)
EQ Anchoring: EM roof purlin anchoring.

**`const__urm_retrofit`** (`text†`)
Unreinforced masonry (URM) Retrofit

**`const__structural_upgrade`** (`text†`)
Structural Upgrade

**`const__eqsl_susceptibility`** (`text†`)
Sprinkler Leakage Susceptibility

**`const__design_code`** (`text†`)
Design Code

**`const__commercial_appurtenant_structures`** (`text†`)
Commercial Appurtenant Structures

**`const__residential_appurtenant_structures`** (`text†`)
Residential Appurtenant Structures

**`const__roof_equipment_hurricane_bracing`** (`text†`)
Roof Equipment Hurricane Bracing

**`const__ground_level_equipment`** (`text†`)
Ground Level Equipment

**`const__opening_protection`** (`text†`)
Opening Protection

**`const__content_grade`** (`text†`)
Content Grade

**`const__flashing_coping_quality`** (`text†`)
Flashing and Coping Quality

**`const__mfd_subcategory`** (`text†`)
Manufactured (MFD) subcategory

**`air__adjacent_building_height`** (`number†`)
AIR Adjacent Building Height

**`air__appurtenant_structures`** (`choices†`)
AIR Appurtenant Structures

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Detached garage`
  * `2: Pool enclosures`
  * `3: Shed`
  * `4: Masonry boundary wall`
  * `5: Other fence`
  * `6: No appurtenant structures`
  * `7: No pool enclosures`
</Accordion>

**`air__attached_structures`** (`choices†`)
AIR Attached Structures

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Carports/Canopies/Porches`
  * `2: Single Door Garages`
  * `3: Double Door Garages`
  * `4: Reinforced Single Door Garages`
  * `5: Reinforced Double Door Garages`
  * `6: Screened Porches/Glass Patio Doors`
  * `7: Balcony`
  * `8: No attached wall structures`
</Accordion>

**`air__basement_level_count`** (`number†`)
AIR Basement Level Count

**`air__basement_finish_type`** (`choices†`)
AIR Basement Finish Type

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Unfinished basement`
  * `2: Finished basement`
</Accordion>

**`air__base_flood_elevation`** (`number†`)
AIR Base Flood Elevation

**`air__base_flood_elevation_unit`** (`text†`)
AIR Base Flood Elevation Unit: Water elevation (in feet) for a 100-year flood at the building at this location, as defined by FEMA.

**`air__brick_veneer`** (`choices†`)
AIR Brick Veneer

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: More than 90%`
  * `2: 20 - 50%`
  * `3: 0 - 20%`
</Accordion>

**`air__building_condition`** (`choices†`)
AIR Building Condition

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Average`
  * `2: Good`
  * `3: Poor`
</Accordion>

**`air__building_exterior_opening`** (`choices†`)
AIR Building Exterior Opening

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Less than 50% of wall open`
  * `2: More than 50% of wall open`
</Accordion>

**`air__building_shape`** (`choices†`)
AIR Building Shape

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Square`
  * `2: Rectangle`
  * `3: Circular`
  * `4: L-shaped`
  * `5: T-shaped`
  * `6: U-shaped`
  * `7: H-shaped`
  * `8: Complex`
</Accordion>

**`air__chimney`** (`choices†`)
AIR Chimney

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: No`
  * `2: Yes, height <= 2 ft.`
  * `3: Yes, height <= 5 ft.`
  * `4: Yes, height > 5 ft.`
</Accordion>

**`air__cold_formed_tube`** (`choices†`)
AIR Cold Formed Tube

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: No`
  * `2: Yes`
</Accordion>

**`air__column_basement_type`** (`choices†`)
AIR Column Basement Type

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Mixed`
  * `2: Non-Embedded`
  * `3: Embedded`
</Accordion>

**`air__content_vulnerability`** (`choices†`)
AIR Content Vulnerability

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Low`
  * `2: Moderate`
  * `3: High`
  * `4: Very High`
</Accordion>

**`air__custom_elevation_unit`** (`text†`)
AIR Custom Elevation Unit: Specifies the unit of measurement for the AIR custom elevation value.

**`air__custom_elevation`** (`number†`)
AIR Custom Elevation: Indicates the AIR custom elevation of the structure above a reference level.

**`air__equipment_bracing`** (`choices†`)
AIR Equipment Bracing

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Well-Braced`
  * `2: Average Bracing`
  * `3: Unbraced`
</Accordion>

**`air__exterior_doors`** (`choices†`)
AIR Exterior Doors

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Single width Doors`
  * `2: Double width Doors`
  * `3: Reinforced single width doors`
  * `4: Reinforced double width doors`
  * `5: Sliding doors`
  * `6: Reinforced sliding doors`
</Accordion>

**`air__firm_compliance`** (`choices†`)
AIR FIRM Compliance

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: No`
  * `2: Yes`
</Accordion>

**`air__first_floor_height`** (`number†`)
AIR First Floor Height

**`air__first_floor_height_unit`** (`text†`)
AIR First Floor Height Unit

**`air__foundation_connection`** (`choices†`)
AIR Foundation Connection

<Accordion title="possible values">
  * `0: Unknown (Default)`
  * `1: Hurricane Ties`
  * `2: Nails / Screws`
  * `3: Anchor Bolts`
  * `4: Gravity / Friction`
  * `5: Adhesive Epoxy`
  * `6: Structurally connected`
</Accordion>

**`air__foundation_type`** (`choices†`)
AIR Foundation Type

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Masonry basement`
  * `2: Concrete basement`
  * `3: Masonry wall`
  * `4: Crawl space cripple wall`
  * `5: Crawl space masonry`
  * `6: Post & pier`
  * `7: Footing`
  * `8: Mat / slab`
  * `9: Pile`
  * `10: No basement`
  * `11: Engineering foundation`
  * `12: Crawlspace - raised (wood)`
</Accordion>

**`air__glass_percentage`** (`choices†`)
AIR Glass Percentage

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Less than 5%`
  * `2: Between 5% and 20%`
  * `3: Between 20% and 60%`
  * `4: Greater than 60%`
</Accordion>

**`air__glass_type`** (`choices†`)
AIR Glass Type

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Annealed`
  * `2: Tempered`
  * `3: Heat strengthened`
  * `4: Laminated`
  * `5: Insulating glass units`
</Accordion>

**`air__ibhs_certified`** (`choices†`)
AIR IBHS Certified

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Fortified Home (IBHS) Bronze Option 1`
  * `2: Fortified Home (IBHS) Bronze Option 2`
  * `3: Fortified Home (IBHS) Silver Option 1`
  * `4: Fortified Home (IBHS) Silver Option 2`
  * `5: Fortified Home (IBHS) Gold Option 1`
  * `6: Fortified Home (IBHS) Gold Option 2`
  * `7: Fortified for Safer Living (IBHS)`
</Accordion>

**`air__internal_partition`** (`choices†`)
AIR Internal Partition

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Wood`
  * `2: Gypsum boards`
  * `3: Plastered masonry`
  * `4: Brick`
  * `5: Other`
</Accordion>

**`air__is_value_type`** (`choices†`)
AIR IS Value Type

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Less than 0.3`
  * `2: 0.3 - 0.45`
  * `3: 0.45 - 0.55`
  * `4: 0.55 - 0.65`
  * `5: 0.65 - 0.75`
  * `6: 0.75 - 0.85`
  * `7: 0.85 - 1.0`
  * `8: 1.0 - 1.25`
  * `9: Greater than 1.2`
</Accordion>

**`air__large_missile`** (`choices†`)
AIR Large Missile

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: No`
  * `2: Yes`
</Accordion>

**`air__lattice_type`** (`choices†`)
AIR Lattice Type

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Full Web`
  * `2: Grid`
  * `3: Lattice`
</Accordion>

**`air__multi_story_hall_type`** (`choices†`)
AIR Multi Story Hall Type

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: No`
  * `2: Yes`
</Accordion>

**`air__ornamentation`** (`choices†`)
AIR Ornamentation

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: None`
  * `2: Average`
  * `3: Extensive`
</Accordion>

**`air__pounding`** (`choices†`)
AIR Pounding: Distance from the building at this location to the closest structure, which, if not adequate, can cause the two structures to collide during earthquake shaking.

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: 0-0.25 m`
  * `2: 0.25-0.5 m`
  * `3: 0.5-1.0 m`
  * `4: 1.0-2.0 m`
  * `5: >2.0 m`
</Accordion>

**`air__project_completion`** (`percentage†`)
AIR Project Completion

**`air__project_phase_code`** (`choices†`)
AIR Project Phase Code

<Accordion title="possible values">
  * `0: No Builder’s Risk`
  * `1: Phase 1`
  * `2: Phase 2`
  * `3: Phase 3`
  * `4: Phase 4`
  * `5: Average Project Loss`
  * `6: Worst Loss`
</Accordion>

**`air__redundancy`** (`choices†`)
AIR Redundancy

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: No`
  * `2: Yes`
</Accordion>

**`air__retrofit`** (`choices†`)
AIR Retrofit: Description of any seismic retrofit measures. A properly retrofitted structure can resist earthquakes even though the original structural form had weaknesses.

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Bracing of cripple walls`
  * `2: Bracing of parapets`
  * `3: Bracing of soft-story`
  * `4: Foundation anchorage (bolting)`
  * `5: Glass/window strengthening`
  * `6: Tilt Up`
  * `7: General`
</Accordion>

**`air__seal_of_approval`** (`choices†`)
AIR Seal Of Approval

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Fully Engineered Structure`
  * `2: Partially Engineered Structure`
  * `3: Minimally Engineered Structure`
</Accordion>

**`air__service_equipment_protection`** (`choices†`)
AIR Service Equipment Protection

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Unprotected`
  * `2: Low Protection for flood`
  * `3: Medium Protection for flood`
  * `4: High Protection for flood`
</Accordion>

**`air__short_column`** (`choices†`)
AIR Short Column

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: No`
  * `2: Yes`
</Accordion>

**`air__small_debris`** (`choices†`)
AIR Small Debris

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: No`
  * `2: Yes`
</Accordion>

**`air__soft_story`** (`choices†`)
AIR Soft Story

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: No`
  * `2: Yes`
</Accordion>

**`air__special_construction`** (`choices†`)
AIR Special Construction

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Base isolation`
  * `2: Visco-elastic dampers`
  * `3: Other energy dissipaters`
</Accordion>

**`air__sprinkler_type`** (`choices†`)
AIR Sprinkler Type

<Accordion title="possible values">
  * `Unknown`
  * `Wet`
  * `Dry`
</Accordion>

**`air__structural_irregularity`** (`choices†`)
AIR Structural Irregularity

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Vertical Offset`
  * `2: Non-uniform Floor Area`
  * `3: Discontinuous Shear Wall`
  * `4: Heavy floor`
</Accordion>

**`air__tall_one_story`** (`choices†`)
AIR Tall One Story

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: <= 20 ft`
  * `2: > 20 ft`
  * `3: > 40 ft`
</Accordion>

**`air__tank`** (`choices†`)
AIR Tank: Indicate whether there are rooftop tanks on adjacent higher buildings, for EQ.

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: No`
  * `2: Yes`
</Accordion>

**`air__terrain_roughness`** (`choices†`)
AIR Terrain Roughness

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Large city centers`
  * `2: Urban and suburban areas, wooded areas`
  * `3: Open terrain with scattered obstruct`
  * `4: Flat, unobstructed areas`
</Accordion>

**`air__torsion`** (`choices†`)
AIR Torsion

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Symmetric`
  * `2: Asymmetric`
  * `3: Corner building`
</Accordion>

**`air__transition_in_source_type`** (`choices†`)
AIR Transition In Src Type

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Smooth`
  * `2: Non-Smooth`
</Accordion>

**`air__tree_exposure`** (`choices†`)
AIR Tree Exposure

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: No`
  * `2: Yes`
</Accordion>

**`air__wall_siding`** (`choices†`)
AIR Wall Siding: Available integrations: LB wall\_siding.

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Veneer brick/masonry`
  * `2: Wood shingles`
  * `3: Clapboards`
  * `4: Aluminum/vinyl siding`
  * `5: Stone panels`
  * `6: Exterior insulation finishing system`
  * `7: Stucco`
</Accordion>

**`air__wall_type`** (`choices†`)
AIR Wall Type: Available integrations: LB wall\_type.

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Brick/unreinforced masonry`
  * `2: Reinforced masonry`
  * `3: Plywood`
  * `4: Wood planks`
  * `5: Particle board/OSB`
  * `6: Metal panels`
  * `7: Pre-cast concrete elements`
  * `8: Cast-in-place concrete`
  * `9: Gypsum board`
</Accordion>

**`air__water_heater`** (`choices†`)
AIR Water Heater

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Braced`
  * `2: Unbraced`
</Accordion>

**`air__wet_floodproofing`** (`choices†`)
AIR Wet Floodproofing

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: Unprotected`
  * `2: Low Protection, wet floodproofed by one foot`
  * `3: Medium Protection, wet floodproofed by three feet`
  * `4: High Protection, wet floodproofed by over three feet`
</Accordion>

**`air__welding`** (`choices†`)
AIR Welding Detail

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: On-Site`
  * `2: In-House`
</Accordion>

**`air__window_protection`** (`choices†`)
AIR Window Protection

<Accordion title="possible values">
  * `0: Unknown/default`
  * `1: No protection`
  * `2: Non-engineered shutters`
  * `3: Engineered shutters`
</Accordion>

**`amrisc__basement`** (`choices†`)
AMRISC Basement: Input from AMRISC only. Available integrations: HH has\_basement, Q basement.

<Accordion title="possible values">
  * `100-Unknown`
  * `101-No basement`
  * `102-Basement WITH Flood Protection`
  * `103-Basement WITHOUT Flood Protection`
  * `104-Basement with unknown flood protection`
</Accordion>

**`amrisc__frame_to_foundation_connection`** (`choices†`)
AMRISC Building Frame to Foundation Connection: Input from AMRISC only.

<Accordion title="possible values">
  * `100-Unknown`
  * `101-Bolted`
  * `102-Unbolted`
</Accordion>

**`amrisc__building_foundation`** (`choices†`)
AMRISC Building Foundation: Input from AMRISC only.

<Accordion title="possible values">
  * `1-Engineered`
  * `2-Non-Engineered`
</Accordion>

**`amrisc__building_maintenance`** (`choices†`)
AMRISC Building Maintenance: Input from AMRISC only.

<Accordion title="possible values">
  * `1-Maint Enforced`
  * `2-No Maintenance`
</Accordion>

**`amrisc__construction_quality`** (`choices†`)
AMRISC Construction Quality: Input from AMRISC only.

<Accordion title="possible values">
  * `100-Unknown`
  * `101-Certified Design & Construction`
  * `102-Obvious Signs of Deterioration or Distress`
  * `103-Certificate of Occupancy`
</Accordion>

**`amrisc__property_type`** (`choices†`)
AMRISC Property Type: Input from AMRISC only.

<Accordion title="possible values">
  * `Building`
  * `Eqpt`
  * `Pool/Spa`
  * `Outdoor Prop`
  * `Other Structures`
</Accordion>

**`amrisc__wind_pool_eligible`** (`boolean†`)
AMRISC Wind Pool Eligible: Input from AMRISC only.

**`amrisc__wall_siding`** (`choices†`)
AMRISC Wall Cladding: Input from AMRISC only. Available integrations: LB wall\_siding.

<Accordion title="possible values">
  * `100-Unknown`
  * `101-Brick Veneer`
  * `102-Metal Sheathing`
  * `103-Wood`
  * `104-EIFS`
  * `105-Unreinforced Masonry`
  * `106-Reinforced Masonry`
  * `107-Precast Concrete`
  * `108-Cast-in-Place Concrete`
  * `109-Impact Rated Glass`
  * `110-Non-Impact Glass WITH gravel roof or gravel on adjacent Bldg<1000 ft.`
  * `111-Non-Impact Glass WITHOUT gravel roof or gravel on adjacent Bldg<1000 ft.`
  * `112-Aluminum/Vinyl Siding`
  * `113-Cementitous Hardboard Siding`
  * `114-Stucco`
</Accordion>

**`amrisc__acic_location`** (`text†`)
AMRISC ACIC Location: Input from AMRISC only.

**`amrisc__acic_bcegs`** (`text†`)
AMRISC ACIC BCEGS: Input from AMRISC only.

**`amrisc__acic_terrain`** (`text†`)
AMRISC ACIC Terrain: Input from AMRISC only.

**`amrisc__acic_group_two_construction`** (`text†`)
AMRISC ACIC Group 2 Construction: Input from AMRISC only.

**`amrisc__acic_occupancy`** (`text†`)
AMRISC ACIC Occupancy: Input from AMRISC only.

**`amrisc__acic_occupancy_mercantile_class`** (`text†`)
AMRISC ACIC Occupancy Mercantile Class: Input from AMRISC only.

**`amrisc__acic_ec_zone`** (`text†`)
AMRISC ACIC EC Zone: Input from AMRISC only.

**`amrisc__acic_opening_protection`** (`text†`)
AMRISC ACIC Opening Protection: Indicates the type of opening protection for doors and windows. Input from AMRISC only.

**`amrisc__acic_secondary_water_resistance`** (`boolean†`)
AMRISC ACIC Secondary Water Resistance: Input from AMRISC only.

**`amrisc__acic_wind_hail_deductible_requested`** (`number†`)
AMRISC ACIC Wind/hail Deductible Requested: Input from AMRISC only.

**`amrisc__acic_fbc_wind_speed`** (`text†`)
AMRISC ACIC FBC Wind Speed: Specifies the Florida Building Code (FBC) wind speed applicable to the property. Input from AMRISC only.

**`amrisc__acic_fbc_wind_design`** (`text†`)
AMRISC ACIC FBC Wind Design: Specifies the Florida Building Code (FBC) wind design standard applied. Input from AMRISC only.

**`amrisc__acic_design_exposure`** (`text†`)
AMRISC ACIC Design Exposure: Input from AMRISC only.

**`amrisc__acic_aop_deductible_requested`** (`number†`)
AMRISC ACIC AOP Deductible Requested: Specifies the requested all-other-perils (AOP) deductible. Input from AMRISC only.

**`amrisc__acic_building_valuation`** (`choices†`)
AMRISC ACIC Building Valuation: Input from AMRISC only.

<Accordion title="possible values">
  * `RCV`
  * `ACV`
</Accordion>

**`amrisc__acic_sprinklers_iso_approved`** (`boolean†`)
AMRISC ACIC Sprinklers ISO Approved?: Input from AMRISC only.

**`amrisc__em_cladding_type`** (`choices†`)
AMRISC EM Cladding Type: Input from AMRISC only.

<Accordion title="possible values">
  * `100-Unknown`
  * `101-Glass`
  * `102-Precast`
  * `103-Unreinforced Masonry`
</Accordion>

**`amrisc__em_cripple_walls`** (`choices†`)
AMRISC EM Cripple Walls: Input from AMRISC only.

<Accordion title="possible values">
  * `100-Unknown`
  * `101-No Cripple walls`
  * `102-Braced Cripple walls`
  * `103-Unbraced Cripple walls`
</Accordion>

**`amrisc__em_equipment_bracing`** (`choices†`)
AMRISC EM Equipment Bracing: Input from AMRISC only.

<Accordion title="possible values">
  * `100-Unknown`
  * `101-Generally Well Braced`
  * `102-Somewhat Braced`
  * `103-Generally Unbraced`
</Accordion>

**`amrisc__em_frame_bolted`** (`choices†`)
AMRISC EM Frame Bolted: Input from AMRISC only.

<Accordion title="possible values">
  * `100-Unknown`
  * `101-Bolted`
  * `102-Unbolted`
</Accordion>

**`amrisc__em_pounding`** (`choices†`)
AMRISC EM Pounding: Input from AMRISC only.

<Accordion title="possible values">
  * `100-Unknown`
  * `101-No`
  * `102-Yes`
</Accordion>

**`amrisc__em_purlin_anchoring`** (`choices†`)
AMRISC EM Purlin Anchoring: Input from AMRISC only.

<Accordion title="possible values">
  * `100-Unknown`
  * `101-Purlins Properly Anchored (tilt-up)`
  * `102-Purlins Not Properly Anchored (tilt-up)`
</Accordion>

**`amrisc__em_soft_story`** (`choices†`)
AMRISC EM Soft Story: Input from AMRISC only.

<Accordion title="possible values">
  * `100-Unknown`
  * `101-No`
  * `102-Yes`
</Accordion>

**`amrisc__em_unreinforced_masonry_retrofit`** (`choices†`)
AMRISC EM Unreinforced Masonry Retrofit: Input from AMRISC only.

<Accordion title="possible values">
  * `100-Unknown`
  * `101-No`
  * `102-Yes`
</Accordion>

**`amrisc__em_year_upgrade`** (`year†`)
AMRISC EM Year Upgrade: Input from AMRISC only.

**`rms__areaunit`** (`choices†`)
RMS Area Unit

<Accordion title="possible values">
  * `2: sqft`
  * `4: sqm`
</Accordion>

**`rms__eq_sl_coverage`** (`choices†`)
RMS Earthquake Sprinkler Leakage Coverage Flag: This is the EQSL coverage flag. If the flag is set to No (default) no EQSL coverage is provided to the location and no EQSL loss will be calculated at the particular location.

<Accordion title="possible values">
  * `0: No`
  * `1: Yes`
</Accordion>

**`rms__eq_shape_configuration`** (`choices†`)
RMS EQ Shape Configuration: Configurations can be regular (square, rectangular, circular) or irregular (L-shape, T-shape, triangular). Irregular buildings tend to twist in addition to shaking laterally. Damage often occurs at the corners between different wings of a building.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Regular`
  * `2: Irregular`
</Accordion>

**`rms__eq_soft_story`** (`choices†`)
RMS EQ Soft Story

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No`
  * `2: Yes`
</Accordion>

**`rms__eq_setbacks_overhangs`** (`choices†`)
RMS EQ Setbacks Overhangs

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No`
  * `2: Yes`
</Accordion>

**`rms__eq_cladding_type`** (`choices†`)
RMS EQ Cladding Type

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Glass`
  * `2: Precast Concrete`
  * `3: Unreinforced Masonry`
</Accordion>

**`rms__eq_bldg_exterior`** (`choices†`)
RMS EQ Building Exterior: For shear wall buildings, the 50% rule refers to the area of a building's exterior wall surface that consists of window and door openings. Buildings with more than 50% of the wall open are evaluated as having less seismic resistance.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Less than 50% Wall Open`
  * `2: More than 50% Wall Open`
</Accordion>

**`rms__eq_short_column`** (`choices†`)
RMS EQ Short Column

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No`
  * `2: Yes`
</Accordion>

**`rms__eq_urm_chimney`** (`choices†`)
RMS EQ URM Chimney

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No`
  * `2: Yes`
</Accordion>

**`rms__eq_urm_partition`** (`choices†`)
RMS EQ URM Partition: Secondary modifier that indicates whether unreinforced masonry (brick or hollow clay tile) walls/partitions are present. Unreinforced masonry walls and partitions can have a significant impact on a building’s damageability. Their collapse can contribute significantly to the overall structural damage. In seismic zone 4 in California, they are not allowed in post-1934 construction.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No`
  * `2: Yes`
</Accordion>

**`rms__eq_ornamentation`** (`choices†`)
RMS EQ Ornamentation

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Little or none`
  * `2: Average`
  * `3: Extensive`
</Accordion>

**`rms__eq_equipment`** (`choices†`)
RMS EQ Equipment Bracing

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Generally well-braced`
  * `2: Somewhat braced`
  * `3: Generally unbraced`
</Accordion>

**`rms__eq_construction_quality`** (`choices†`)
RMS EQ Construction Quality

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Good`
  * `2: Average`
  * `3: Poor`
</Accordion>

**`rms__eq_fatigue_maintenance`** (`choices†`)
RMS EQ Fatigue / Maintenance

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No signs`
  * `2: Few signs`
  * `3: Obvious signs`
</Accordion>

**`rms__eq_pounding`** (`choices†`)
RMS EQ Pounding

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No - bldg is > 3 in. per story away from adjacent`
  * `2: Yes - bldg is < 3 in. per story away from adjacent`
</Accordion>

**`rms__eq_engineered_foundation`** (`choices†`)
RMS EQ Engineered Foundation

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Yes`
  * `2: No`
</Accordion>

**`rms__eq_cripple_walls`** (`choices†`)
RMS EQ Cripple Walls

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No Cripple Walls`
  * `2: Braced Cripple Walls`
  * `3: Unbraced Cripple Walls`
</Accordion>

**`rms__eq_frame_bolted`** (`choices†`)
RMS EQ Frame Bolted

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Bolted`
  * `2: Unbolted`
</Accordion>

**`rms__eq_anchoring`** (`choices†`)
RMS EQ Anchoring: In older tilt-up structures, connections between the tilt-up walls and the roof framing system were designed inadequately for earthquake resistance. The failure of these connections can be prevented by the addition of special anchors.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Properly Anchored`
  * `2: Not Properly Anchored`
</Accordion>

**`rms__eq_urm_retrofit`** (`choices†`)
RMS EQ URM Retrofit: Several jurisdictions in California U.S.G.S. seismic zone 4 have instituted mandatory seismic retrofit programs for unreinforced masonry buildings.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No`
  * `2: Yes`
</Accordion>

**`rms__eq_structural_upgrade`** (`choices†`)
RMS EQ Structural Upgrade

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No`
  * `2: Yes`
</Accordion>

**`rms__eq_sprinkler_type`** (`choices†`)
RMS EQ Sprinkler Type

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Wet`
  * `2: Dry`
</Accordion>

**`rms__eq_sl_susceptibility`** (`choices†`)
RMS EQ SL Susceptibility

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No`
  * `2: Yes`
</Accordion>

**`rms__eq_base_isolation`** (`choices†`)
RMS EQ Base Isolation

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No`
  * `2: Yes`
</Accordion>

**`rms__eq_content_grade`** (`choices†`)
RMS EQ Content Grade: This field is a rating of the fragility of the contents and is relevant for earthquake due to the nature of the hazard (e.g., potential for building collapse). It is based on the ISO Contents Rate Grade.

<Accordion title="possible values">
  * `0: Unknown damageable`
  * `1: Highly damageable (e.g., glassware, fine art)`
  * `2: Moderately damageable (e.g., computers)`
  * `3: Damageable (e.g, general office furniture)`
  * `4: Slightly damageable (e.g., rugs, tires)`
</Accordion>

**`rms__eq__equipment_support_maintenance`** (`choices†`)

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No Signs of Fatigue / Good Maintenance`
  * `2: Few Signs of Fatigue / Avg. Maintenance`
  * `3: Obvious Fatigue / Poor Maintenance`
</Accordion>

**`rms__eq_redundancy`** (`choices†`)
RMS EQ Redundancy: Redundancy refers to having multiple lateral load resisting elements (frames or shear walls) in a building. Redundancy is a desirable feature because of one structural system fails during an earthquake, another system is present to resist the lateral earthquake forces, thus avoiding catastrophic collapse.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Some redundancy`
  * `2: Little or no redundancy`
</Accordion>

**`rms__eq_tank`** (`choices†`)
RMS EQ Tank: Rooftop tanks on adjoining, higher buildings are a falling hazard during an earthquake.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No`
  * `2: Yes`
</Accordion>

**`rms__eq_torsion`** (`choices†`)
RMS EQ Torsion: The geometry of the lateral load resisting system. Asymmetry can aggravate damage by inducing twisting, torsion, and differential motion in the building. Some of the most common occurrences of asymmetry are in frame buildings with a stiff elevator core that is placed asymmetrically.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No`
  * `2: Yes`
</Accordion>

**`rms__flood_protection`** (`choices†`)
RMS Flood Protection: Damage due to flood can be reduced if flood protection or proofing measures are implemented.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: FloodProt1`
  * `2: FloodProt2`
  * `3: FloodProt3`
  * `4: FloodProt4`
  * `5: FloodProt5`
  * `6: FloodProt6`
  * `7: FloodProt7`
</Accordion>

**`rms__flood_missile`** (`choices†`)
RMS Flood Missile: Buildings may receive damage from exposure to flood- carried missiles such as uprooted trees, branches, and sand.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No potential flood-driven missiles`
  * `2: Flood-carried missiles, unknown size (the location is close to a wooded area or a beach where potential flood-driven missiles are present)`
  * `3: Flood-carried missiles, small size (for Europe flood only)`
  * `4: Flood-carried missiles, large size (for Europe flood only)`
  * `5: Flood-carried pollution (oil, etc.) (for Europe flood only)`
</Accordion>

**`rms__ws_design_code`** (`choices†`)
RMS WS Design Code: The design/building code that is adopted is a good indication of the quality of design and whether the structure has been designed to withstand wind loads.

<Accordion title="possible values">
  * `0: Wind + Surge`
  * `1: Wind Only`
  * `2: Surge Only`
</Accordion>

**`rms__ws_basement`** (`choices†`)
RMS WS Basement

<Accordion title="possible values">
  * `0: Unknown`
  * `1: No Basement`
  * `2: Basement w/ Flood Protection`
  * `3: Basement w/out Flood Protection`
  * `4: Basement w/unknown Flood Protection`
</Accordion>

**`rms__ws_frame_foundation_connection`** (`choices†`)
RMS WS Frame-Foundation Connection

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Bolted`
  * `2: Unbolted`
</Accordion>

**`rms__ws_construction_quality`** (`choices†`)
RMS WS Construction Quality

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Obvious signs of deterioration or distress`
  * `2: Fortified for Existing Homes, Bronze, Option 1`
  * `3: Fortified for Existing Homes, Bronze, Option 2`
  * `4: Fortified for Existing Homes, Silver, Option 1`
  * `5: Fortified for Existing Homes, Silver, Option 2`
  * `6: Fortified for Existing Homes, Gold, Option 1`
  * `7: Fortified for Existing Homes, Gold, Option 2`
  * `8: Fortified for Safer Living - [Post 2001]`
  * `9: Certified design & construction`
</Accordion>

**`rms__ws_roof_geometry`** (`choices†`)
RMS WS Roof Geometry

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Flat roof with parapets`
  * `2: Flat roof without parapets`
  * `3: Hip roof with slope less than or equal to 6:12 (26.5 degrees)`
  * `4: Hip roof with slope greater than 6:12 (26.5 degrees)`
  * `5: Gable roof with slope less than or equal to 6:12 (26.5 degrees)`
  * `6: Gable roof with slope greater than 6:12 (26.5 degrees)`
  * `7: Braced gable roof with slope less than or equal to 6:12 (26.5 degrees)`
  * `8: Braced gable roof with slope greater than 6:12 (26.5 degrees)`
</Accordion>

**`rms__ws_roof_covering`** (`choices†`)
RMS WS Roof Covering

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Metal sheathing with exposed fasteners`
  * `2: Metal sheathing with concealed fasteners`
  * `3: Built-up roof or single-ply membrane roof with the presence of gutters`
  * `4: Built-up roof or single-ply membrane roof without the presence of gutters`
  * `5: Concrete/clay tiles`
  * `6: Wood shakes`
  * `7: Normal shingle (55 mph)`
  * `8: Normal shingle (55 mph) with Secondary Water Resistance (SWR)`
  * `9: Shingle rated for high wind speeds (110 mph)`
  * `10: Shingle rated for high wind speeds (110 mph) with Secondary Water Resistance (SWR)`
  * `16: Concrete Roof`
</Accordion>

**`rms__ws_roof_anchor`** (`choices†`)
RMS WS Roof Anchor

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Toe nailing / No anchorage`
  * `2: Clips`
  * `3: Single wraps`
  * `4: Double wraps`
  * `5: Structural`
</Accordion>

**`rms__ws_roof_age`** (`choices†`)
RMS WS Roof Age / Condition

<Accordion title="possible values">
  * `0: Unknown`
  * `1: 0-5 years`
  * `2: 6-10 years`
  * `3: 11 years or more`
  * `4: Obvious signs of deterioration and distress`
</Accordion>

**`rms__ws_roof_parapet`** (`choices†`)
RMS WS Roof Parapets/Chimney

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Presence of parapets`
  * `2: No parapets`
</Accordion>

**`rms__ws_cladding_type`** (`choices†`)
RMS WS Cladding Type

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Brick Veneer`
  * `2: Metal Sheathing`
  * `3: Wood`
  * `4: EIFS`
  * `5: Impact Rated Glazing`
  * `6: Glazing not designed for impact with gravel rooftop within 1000 ft`
  * `7: Glazing not designed for impact without gravel rooftop within 1000 ft`
  * `8: Vinyl Siding`
  * `9: Stucco`
  * `10: None`
</Accordion>

**`rms__ws_sheathing_attachment`** (`choices†`)
RMS WS Roof Sheathing Attachment

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Batten decking / Skipped sheathing`
  * `2: 6d Nails - Any nail schedule`
  * `3: 8d Nails - Minimum nail schedule`
  * `4: 8d Nails - High wind nail schedule`
  * `5: 10d Nails - High wind nail schedule`
  * `6: Dimensional lumber / Tongue & groove decking with a minimum of 2 nails per board`
</Accordion>

**`rms__ws_commercial_appurtenant_structures`** (`choices†`)
RMS WS Commercial Appurtenant Structures

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Large Signs`
  * `2: Extensive Ornamentation`
  * `3: None`
  * `4: Roof-mounted ballasted PV array`
  * `5: Roof-mounted mechanically attached PV array`
  * `6: Large Signs and roof-mounted ballasted PV array`
  * `7: Large Signs and roof-mounted mechanically attached PV array`
  * `8: Extensive Ornamentation and roof-mounted ballasted PV array`
  * `9: Extensive Ornamentation and roof-mounted mechanically attached PV array`
</Accordion>

**`rms__ws_residential_appurtenant_structures`** (`choices†`)
RMS WS Residential Appurtenant Structures

<Accordion title="possible values">
  * `0: Unknown`
  * `1: None`
  * `2: Fences / Carport`
  * `3: Attached screen enclosure / Lanai`
  * `4: Detached screen enclosure / Lanai`
  * `5: Roof-mounted ballasted PV array`
  * `6: Roof-mounted mechanically attached PV array`
  * `7: Fences / Carport and roof-mounted ballasted PV array`
  * `8: Fences / Carport and roof-mounted mechanically attached PV array`
  * `9: Attached screen enclosure and roof-mounted ballasted PV array`
  * `10: Attached screen enclosure and roof-mounted mechanically attached PV array`
  * `11: Detached screen enclosure and roof-mounted ballasted PV array`
  * `12: Detached screen enclosure and roof-mounted mechanically attached PV array`
</Accordion>

**`rms__ws_roof_equipment_hurricane_bracing`** (`choices†`)
RMS WS Roof Equipment Hurricane Bracing

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Properly installed with adequate anchorage`
  * `2: Obvious signs of deficiencies in the installation`
</Accordion>

**`rms__ws_roof_maintenance`** (`choices†`)
RMS WS Roof Maintenance: Well-maintained roofs tend to hold up better under high wind conditions.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Building Maintenance Enforced`
  * `2: No Building Maintenance`
</Accordion>

**`rms__ws_ground_level_equipment`** (`choices†`)
RMS WS Ground-Level Equipment

<Accordion title="possible values">
  * `0: Unknown`
  * `1: None`
  * `2: Generally Protected (the systems are located 5 ft above ground and/or have waterproof coverings)`
  * `3: Generally Unprotected (the systems are not elevated or do not have coverings)`
</Accordion>

**`rms__ws_mechanical_equipment_side`** (`choices†`)
RMS WS Mechanical/Electrical Equipment (Side of Building)

<Accordion title="possible values">
  * `0: Unknown`
  * `1: None`
  * `2: Generally Braced (Metal Braces or Straps)`
  * `3: Generally Not Braced`
</Accordion>

**`rms__ws_opening_protection`** (`choices†`)
RMS WS Opening Protection

<Accordion title="possible values">
  * `0: Unknown`
  * `1: All openings designed for large missiles`
  * `2: All openings designed for medium missiles`
  * `3: All openings designed for small missiles`
  * `4: All glazed openings designed for large missiles`
  * `5: All glazed openings designed for medium missiles`
  * `6: All glazed openings designed for small missiles`
  * `7: All glazed openings covered with plywood/oriented strand board (OSB)`
  * `8: At least one glazed exterior opening does not have windborne debris`
  * `9: No glazed exterior openings have wind-borne debris protection`
</Accordion>

**`rms__ws_content_grade`** (`choices†`)
RMS WS Content Grade

<Accordion title="possible values">
  * `1: Highly damageable (e.g., unprotected contents made of materials that are highly susceptible to wind and/or water damage (such as paper-based products), or extended power outages (such as contents that require refrigeration)`
  * `2: Moderately damageable (e.g., computers)`
  * `3: Damageable (e.g., general office furniture)`
  * `4: Slightly damageable (e.g., highly protected contents, such as jewelry and fine art, or contents composed of water tolerant material such as stone or rubber`
</Accordion>

**`rms__ws_flashing_coping_quality`** (`choices†`)
RMS WS Flashing and Coping Quality

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Compliant with ES1`
  * `2: Not compliant with ES1`
</Accordion>

**`rms__ws_mfd_subcategory`** (`choices†`)
RMS WS MFD Subcategory

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Townhouse/Row House`
  * `2: Apartment`
  * `3: Condominium`
  * `4: Other`
</Accordion>

**`rms__ws_missile`** (`choices†`)
RMS WS Missile

<Accordion title="possible values">
  * `0: Unknown`
  * `1: None`
  * `2: Small airborne missiles, e.g., gravel, foliage (structure is within 100 ft. of missiles)`
  * `3: Protective foliage`
  * `4: Gravel ballast present`
  * `5: Potential severe missile exposure (trees within striking distance of structure)`
  * `6: Isolated large trees`
</Accordion>

**`rms__ws_floor_type`** (`choices†`)
RMS WS Floor Type: For flood analyses, RiskLink uses these modifiers for Germany flood locations only. For flood peril in other countries, these fields are used for informational purposes only.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Wood`
  * `2: Masonry/RC floor`
</Accordion>

**`rms__ws_resistance_doors`** (`choices†`)
RMS WS Resistance Doors: Doors with poor wind resistance can expose interior building components and contents to more wind and water hazards than openings with good wind resistance.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Designed for wind pressure and impact resistance`
  * `2: Designed for wind pressure only`
  * `3: Not designed for wind protection (e.g. flexible doors, thin doors, doors poorly attached to frame)`
  * `4: No Door (TO Only)`
</Accordion>

**`rms__ws_roof_framing_type`** (`choices†`)
RMS WS Roof Framing Type: The type of framing material for the roof affects the ability of the roof to stay attached to a building under high wind conditions.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Poured/Cast-in-place concrete`
  * `2: Precast concrete`
  * `3: Heavy steel frames`
  * `4: Light gauge steel purlin`
  * `5: Wood purlin`
</Accordion>

**`rms__ws_content_vulnerability`** (`choices†`)
RMS WS Content Vulnerability: These levels are functions of the quantity of contents that are susceptible to wind-damage.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Low (the structure contains few contents damageable by wind, e.g., sturdy, heavy, or bolted components)`
  * `2: Average (the structure contains a typical amount of contents damageable by wind, e.g., residential units)`
  * `3: High (the structure contains an inordinate amount of contents susceptible to be spoiled by high winds, e.g., retail china/crystal shops)`
  * `4: Very high (the structure contents will almost always be damaged by wind)`
</Accordion>

**`rms__ws_content_vulnerability_flood`** (`choices†`)
RMS WS Content Vulnerability Due to Water: These levels are functions of the quantity of contents that are susceptible to water damage.

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Low (the structure contains few contents damageable by water)`
  * `2: Average (the structure contains a typical amount of contents damageable by water, e.g., residential units)`
  * `3: High (the structure contains an inordinate amount of contents susceptible to be spoiled by water, e.g., perishable foodstuffs in restaurants, grocery stores)`
  * `4: Very high (the structure contents will almost always be damaged by water)`
</Accordion>

**`oed__roof_covering`** (`choices†`)
Available integrations: HH roof\_covering, CA roof\_covering, LB roof\_covering.

<Accordion title="possible values">
  * `0: Unknown / default`
  * `1: Asphalt shingles`
  * `2: Wooden shingles`
  * `3: Clay/concrete tiles`
  * `4: Light metal panels`
  * `5: Slate`
  * `6: Built-up roof with gravel`
  * `7: Single ply membrane`
  * `8: Standing seam metal roofs`
  * `9: Built-up roof without gravel`
  * `10: Single ply membrane ballasted`
  * `11: Hurricane Wind-Rated Roof Coverings`
  * `12: Composition (Fiberglass, Asphalt, etc)`
  * `13: Asbestos shakes`
  * `14: Copper`
  * `15: Concrete (not tile)`
  * `16: Reinforced concrete`
  * `18: Plastic`
  * `19: Fiberglass`
  * `20: Steel`
  * `21: Plywood`
  * `22: Rubber`
  * `23: Tin`
  * `24: Aluminium`
  * `25: Foam`
  * `26: Thatch`
  * `27: Felt`
  * `28: Zinc`
</Accordion>

**`oed__roof_geometry`** (`choices†`)

<Accordion title="possible values">
  * `0: Unknown / default`
  * `1: Flat`
  * `2: Gable end without bracing`
  * `3: Hip`
  * `4: Complex`
  * `5: Stepped`
  * `6: Shed`
  * `7: Mansard`
  * `8: Gable end with bracing`
  * `9: Pyramid`
  * `10: Gambrel`
  * `11: Butterfly`
  * `12: Saltbox`
</Accordion>

**`oed__roof_pitch`** (`choices†`)
Available integrations: LB roof\_pitch.

<Accordion title="possible values">
  * `0: Unknown / default`
  * `1: Low (Less than 10 degrees)`
  * `2: Medium (10-30 degrees)`
  * `3: High (More than 30 degrees)`
</Accordion>

**`oed__roof_frame`** (`choices†`)

<Accordion title="possible values">
  * `0: Unknown`
  * `1: Reinforced Concrete`
  * `2: Steel`
  * `3: Light Metal`
  * `4: Wood`
</Accordion>

**`oed__roof_deck`** (`choices†`)

<Accordion title="possible values">
  * `0: Unknown / default`
  * `1: Plywood`
  * `2: Wood planks`
  * `3: Particle board / OSB`
  * `4: Metal deck with insulation board`
  * `5: Metal deck with concrete`
  * `6: Pre-cast concrete slabs`
  * `7: Reinforced concrete slabs`
  * `8: Light metal`
</Accordion>

**`oed__roof_deck_attachment`** (`choices†`)

<Accordion title="possible values">
  * `0: Unknown / default`
  * `1: Screws / bolts`
  * `2: Nails`
  * `3: Adhesive / epoxy`
  * `4: Structurally connected`
  * `5: 6d nails @ 6 spacing, 12 on center`
  * `6: 8d nails @ 6 spacing, 12 on center`
  * `7: 8d nails @ 6 spacing, 6 on center`
</Accordion>

**`oed__roof_anchorage`** (`choices†`)

<Accordion title="possible values">
  * `0: Unknown / default`
  * `1: Hurricane Ties`
  * `2: Nails / Screws`
  * `3: Anchor bolts`
  * `4: Gravity / friction`
  * `5: Adhesive epoxy`
  * `6: Structurally Connected`
  * `7: Clips`
  * `8: Double wraps`
  * `9: Single wraps`
</Accordion>

**`oed__wall_siding`** (`choices†`)
Available integrations: LB wall\_siding.

<Accordion title="possible values">
  * `0: Unknown / default`
  * `1: Veneer brick / masonry`
  * `2: Wood shingles / shakes`
  * `3: Clapboards`
  * `4: Aluminium / vinyl siding`
  * `5: Stone panels (real stone)`
  * `6: Exterior insulation finishing system (EIFS)`
  * `7: Stucco`
  * `8: Asbestos`
  * `9: Log`
  * `10: Stone Veneer`
  * `11: Steel`
  * `12: Light metal`
  * `13: Tile`
  * `14: Concrete`
  * `15: Fiber cement (Board)`
  * `16: Wood siding`
  * `17: Gypsum Board`
</Accordion>

**`oed__foundation_type`** (`choices†`)

<Accordion title="possible values">
  * `0: Unknown / default`
  * `1: Masonry basement`
  * `2: Concrete basement`
  * `3: Masonry wall`
  * `4: Crawl space cripple wall`
  * `5: Crawl space masonry`
  * `6: Post & pier`
  * `7: Footing`
  * `8: Mat / slab`
  * `9: Pile`
  * `10: No basement`
  * `11: Engineering foundation`
  * `12: Crawlspace - raised (wood)`
  * `13: Monopile (offshore)`
  * `14: Jacket on Caisson (SBJ) (Offshore)`
  * `15: Jacket (offshore)`
  * `16: Jacket on Pin Piles (JPP)`
  * `17: Gravity-based (offshore)`
  * `18: Floating: spar (offshore)`
  * `19: Floating: Semisubmersible (offshore)`
  * `20: Floating: Tension-LegPlatform (offshore)`
</Accordion>

**`oed__frame_to_foundation_connection`** (`choices†`)

<Accordion title="possible values">
  * `0: Unknown / default`
  * `1: Hurricane ties`
  * `2: Nails / Screws`
  * `3: Anchor Bolts`
  * `4: Gravity / Friction`
  * `5: Adhesive / Epoxy`
  * `6: Structurally Connected`
</Accordion>

**`oed__construction_quality`** (`choices†`)

<Accordion title="possible values">
  * `0: Unknown / default`
  * `1: Fortified Home (IBHS) Bronze Option 1`
  * `2: Fortified Home (IBHS) Bronze Option 2`
  * `3: Fortified Home (IBHS) Silver Option 1`
  * `4: Fortified Home (IBHS) Silver Option 2`
  * `5: Fortified Home (IBHS) Gold Option 1`
  * `6: Fortified Home (IBHS) Gold Option 2`
  * `7: Fortified for Safer Living (IBHS)`
  * `8: High`
  * `9: Medium`
  * `10: Low`
</Accordion>

**`oed__building_condition`** (`choices†`)

<Accordion title="possible values">
  * `0: Unknown / default`
  * `1: Average`
  * `2: Good`
  * `3: Poor`
</Accordion>

## **Unknown**

**Additional attributes that provide information about the property.**

**`const__under_renovation`** (`boolean†`)
Property Under Renovation

**`const__deferred_maintanance`** (`boolean†`)
Any Deferred Maintanance?

**`const__graffiti`** (`boolean†`)
Graffiti Present?

## **Year Built**

**Attributes that provide information about when components of the building were constructed.**

**`const__bldg_year_built`** (`year†`)
Building Year Built: Available integrations: HH bldg\_year\_built, LB bldg\_year\_built.

**`const__bldg_age`** (`number†`)
Building Age

## **Year Updated**

**Attributes that provide information about when components of the building were last updated.**

**`const__bldg_year_updated`** (`year†`)
Building Year Updated: Available integrations: LB bldg\_year\_updated.

**`const__roof_age`** (`number†`)
Roof Age (years)

**`const__roof_year_updated`** (`year†`)
Roof Year Updated

**`const__wiring_year_updated`** (`year†`)
Wiring Year Updated

**`const__plumbing_year_updated`** (`year†`)
Plumbing Year Updated

**`const__hvac_year_updated`** (`year†`)
HVAC Year Updated
