Government Contract Index
Snowflake table name : CYBERSYN.GOVERNMENT_CONTRACT_INDEX
Name | Description | Type | Example |
---|---|---|---|
| Unique solicitation number provided by the System for Award Management (sam.gov) for a specific contract. Joinable to the GOVERNMENT_CONTRACT_AWARD_INDEX table. | VARCHAR |
|
| A short summary of the goods and services to be provided to the Federal government in the contract. | VARCHAR |
|
| A detailed statement of work and requirements of the services or products to be provided to the Federal government in the contract. | VARCHAR |
|
| The Federal Department seeking services or products (e.g., Dept of Defense) | VARCHAR |
|
| The agency underneath the department offering the contract (e.g., Dept of Navy) | VARCHAR |
|
| The specific office within the agency handling the contract (e.g., Naval Research Laboratory) | VARCHAR |
|
| The earliest date the contract was posted on the System for Award Management (sam.gov) | TIMESTAMP_TZ |
|
| Deadline for organizations to submit proposals for the contract | TIMESTAMP_TZ |
|
| The North American Industry Classification System code that best classifies the goods or services in the contract opportunity | NUMBER |
|
| Human-readable description of the industry related to the contract | VARCHAR |
|
| Indication of exclusivity for all or part of a contract to be set aside or reserved for a small or underrepresented business | VARCHAR |
|
| The city location where the contract will be fulfilled | VARCHAR |
|
| The state location where the contract will be fulfilled | VARCHAR |
|
| The zipcode location where the contract will be fulfilled | VARCHAR |
|
| The country location where the contract will be fulfilled | VARCHAR |
|
| The unique identifier for the contract fulfillment city that is joinable to the GEOGRAPHY_INDEX | VARCHAR |
|
| The unique identifier for the contract fulfillment state that is joinable to the GEOGRAPHY_INDEX | VARCHAR |
|
| The unique identifier for the contract fulfillment zipcode that is joinable to the GEOGRAPHY_INDEX | VARCHAR |
|
| The unique identifier for the contract fulfillment country that is joinable to the GEOGRAPHY_INDEX | VARCHAR |
|
Last updated