Construction Contractor Licenses
Description:
This attribute contains all of the construction contractor licenses the business has been awarded, on a state-by-state basis. For each license, the attribute shows relevant dates (start date, effective date, expiration date, reissued date), as well as the type of license.
Child attributes (and data file structure):
Column Name | Data Type | Description | Example |
---|---|---|---|
has_license_history | string | String Flag indicating whether the business has/had had any construction contractor licenses. | true |
license_number | string | License number of the construction contractor license. | 78210512 |
start_date | string | Start date of the construction contractor license. | 2017-01-01 |
end_date | string | End date of the construction contractor license. | 2022-12-31 |
classification | string | Classification of the construction contractor license. | Cementing |
issue_date | string | Issue date of the construction contractor license. | 2012-01-01 |
reissue_date | string | Reissue date of the construction contractor license. | 2016-01-01 |
effective_date | string | Effective date of the construction contractor license. | 2017-01-01 |
expiration_date | string | Expiration date of the construction contractor license. | 2022-12-31 |
license_number | string | License number of the construction contractor license. | 78210512 |
primary_status | string | Primary classification status of the construction contractor license. | Commercial |
license_type | string | License type of the construction contractor license. | Cementing |
JSON Sample:
{
"construction_contractor_licenses": {
"CA": {
"has_license_history": true,
"licenses" : [
{
"license_number": "78210512",
"start_date": "2017-01-01",
"end_date": "2022-12-31",
"classification": "Cementing",
"details": {
"issue_date": "2012-01-01",
"reissue_date": "2016=01-01",
"effective_date": "2017-01-01",
"expiration_date": "2022-12-31",
"license_number": "78210512",
"primary_status": "Commercial",
"license_type": "Cementing"
}
}
]
},
"FL": {
"has_license_history": false,
"licenses" : []
},
"MD": {
"has_license_history": true,
"licenses" : [],
},
...// additional states
}
Time structure:
- Event stream. Each license is listed separately with an associated date.
Timeliness:
- Data is ingested daily and refreshed twice a month for AL, AZ, CA, FL, LA, MD, MN, NC, NV, OH, TX, WA
- Data is ingested weekly and refreshed twice a month for OR, PA, SC
Data sources:
- Enigma collects construction contractor licenses for the following states:
- AL, AZ, CA, FL, LA, NC, NV, OH, OR, PA, TX, VA, WA
- Enigma previously collected licenses for GA but no longer actively updates licenses from GA
Updated about 1 year ago