In the last full year, SOUTHWEST VALLEY CONSTRUCTORS CO recorded 11 award actions with total obligated value of -262.91 million, an average action value of -23.90 million. All reported obligations were concentrated in the Department of the Army and NAICS 237310, Highway, Street, and Bridge Construction.
Federal Contractor
SOUTHWEST VALLEY CONSTRUCTORS CO Federal Contract Obligations (Last Year)
Federal procurement profile for SOUTHWEST VALLEY CONSTRUCTORS CO (CAGE 7V2D3, UEI W31DQKBPJCD3) covering the last full year of obligated awards.
Totals reflect the analysis window provided and are shown as reported obligated amounts, including negative values.
About SOUTHWEST VALLEY CONSTRUCTORS CO federal contract activity
SOUTHWEST VALLEY CONSTRUCTORS CO (CAGE 7V2D3, UEI W31DQKBPJCD3) recorded 11 FPDS awards in the last full year, with total obligated value of -262.91 million and an average award value of -23.90 million. The negative obligated total indicates downward adjustment activity within the period rather than net positive obligation growth.
Agency mix and customer concentration
All recorded obligations in the analysis window were concentrated in DEPT OF THE ARMY, which accounted for the full -262.91 million across 11 awards. This indicates a highly concentrated customer base with no visible award activity from other agencies in the provided data.
Industry profile based on NAICS activity
Award activity was entirely concentrated in NAICS 237310, Highway, Street, and Bridge Construction, which matched the full -262.91 million obligated total across 11 awards. The vendor’s captured federal work in this period therefore appears tied exclusively to heavy civil construction within this classification.
Annual contract trend over the analysis window
The annual trend shows activity only in 2025, with -262.91 million obligated across 11 awards. With no other years present in the analysis window, the data supports a single-period concentration rather than a multi-year pattern.
How to interpret this page
This summary is based solely on the provided FPDS Query aggregates for the last full year, including total obligated value, award count, agency mix, NAICS mix, and annual trend. No additional contract records, award-level details, or external sources were used.
Top Agencies
SELECT
agency_id,
agency_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '7V2D3'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 2100 | DEPT OF THE ARMY | -262,912,150.55 | -262.91 million | 11 |
Insight
During the last full year, SOUTHWEST VALLEY CONSTRUCTORS CO (CAGE 7V2D3) received all reported obligations from a single agency: the Department of the Army. The vendor’s total obligated value was -$262.91 million across 11 awards, indicating full concentration with no reported obligations from other agencies in this window. The average award value was -$23.90 million, which is consistent with a small number of large-value awards rather than broad interagency distribution.
Top NAICS
SELECT
naics_code,
naics_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '7V2D3'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Award Actions |
|---|---|---|---|---|
| 237310 | HIGHWAY, STREET, AND BRIDGE CONSTRUCTION | -262,912,150.55 | -262.91 million | 11 |
Insight
Over the last full year, SOUTHWEST VALLEY CONSTRUCTORS CO’s obligated value is fully concentrated in NAICS 237310, Highway, Street, and Bridge Construction. All 11 awards in the period fall under this single NAICS, indicating a highly concentrated procurement profile with no observable diversification across other industry sectors. The negative obligated total of $262.91 million and average award value of $23.90 million reflect substantial deobligation activity within this NAICS during the period.
Annual Trend
SELECT
year,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '7V2D3'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
)
ORDER BY year DESC
| Year | Total Obligated | Readable | Award Actions |
|---|---|---|---|
| 2025 | -262,912,150.55 | -262.91 million | 11 |
Insight
During the last full year, SOUTHWEST VALLEY CONSTRUCTORS CO (CAGE 7V2D3) recorded $262.91 million in total obligated value across 11 awards, indicating a highly concentrated annual obligation profile. The average award value was approximately -$23.90 million, suggesting that a small number of awards accounted for substantial obligated activity during the period. With all observed obligations concentrated in 2025, the annual trend reflects activity confined to a single year rather than a multi-year distribution.
Use FPDS Query for deeper contractor analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.
Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.