This page summarizes award activity tied to vehicle number HSSCCG16C00004. Over the last 10 years, the record shows 34 award actions and $36.70 million in total obligated amount.
Vehicle Number
Vehicle Number 7003 / HSSCCG16C00004 Federal Contract Action Summary (Last 10 Years)
Federal procurement summary for vehicle number HSSCCG16C00004 under agency 7003, covering the last 10 years of award activity.
Total obligated reflects $36,700,348.20 across 34 award actions, with an average action value of $1,079,422.01.
Overview
The activity record for vehicle number HSSCCG16C00004 shows 34 award actions in the last 10 years. Total obligated amount is $36,700,348.20, which averages $1,079,422.01 per action. These figures provide a compact view of award volume and dollar value for this vehicle identifier.
How to use this page
Use this page to review the obligation total, action count, and average action value associated with vehicle number HSSCCG16C00004. The data is limited to the stated 10-year analysis window and agency ID 7003, and it does not add details beyond the provided procurement totals.
Top Agencies
SELECT
content__IDV__purchaserInformation__contractingOfficeAgencyID AS agency_id,
content__IDV__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__IDV__contractID__IDVID__agencyID = '7003' AND content__IDV__contractID__IDVID__PIID = 'HSSCCG16C00004'
AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
agency_id,
agency_name
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 7003 | U.S. CITIZENSHIP AND IMMIGRATION SERVICES | 36,700,348.20 | 36.70 million | 34 |
Insight
For PIID HSSCCG16C00004 over the 10-year window, obligations are fully concentrated in U.S. Citizenship and Immigration Services (Agency ID 7003). The vehicle reflects 34 awards totaling $36.70 million, indicating repeated use by a single agency rather than broad interagency distribution. This pattern suggests a sustained, agency-specific procurement relationship.
Top Vendors
SELECT
vendor_name,
cage_code,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__vendor__vendorHeader__vendorName AS vendor_name,
ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
content__IDV__contractID__IDVID__agencyID = '7003' AND content__IDV__contractID__IDVID__PIID = 'HSSCCG16C00004'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
vendor_name,
cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
| Vendor | CAGE Code | Total Obligated | Readable | Actions |
|---|
Insight
No vendor concentration was available for this analysis window.
Top NAICS
SELECT
content__IDV__productOrServiceInformation__principalNAICSCode AS naics_code,
content__IDV__productOrServiceInformation__principalNAICSCode__description AS naics_name,
sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__IDV__contractID__IDVID__agencyID = '7003' AND content__IDV__contractID__IDVID__PIID = 'HSSCCG16C00004'
AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
naics_code,
naics_name
ORDER BY total_obligated DESC
LIMIT 10
| NAICS Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| 541611 | ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES | 36,700,348.20 | 36.70 million | 34 |
Insight
Obligations for PIID HSSCCG16C00004 are fully concentrated in NAICS 541611, Administrative Management and General Management Consulting Services, with $36.70 million across 34 awards over the 10-year window. This indicates a stable, single-industry award pattern with no diversification across other NAICS codes in the provided data. The repeated award activity suggests sustained procurement within the same service category rather than a broad mix of vehicle usage.
Top PSC Codes
SELECT
content__IDV__productOrServiceInformation__productOrServiceCode AS psc_code,
content__IDV__productOrServiceInformation__productOrServiceCode__description AS psc_name,
sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count,
formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
content__IDV__contractID__IDVID__agencyID = '7003' AND content__IDV__contractID__IDVID__PIID = 'HSSCCG16C00004'
AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
psc_code,
psc_name
ORDER BY total_obligated DESC
LIMIT 10
| PSC Code | Description | Total Obligated | Readable | Actions |
|---|---|---|---|---|
| R699 | SUPPORT- ADMINISTRATIVE: OTHER | 36,700,348.20 | 36.70 million | 34 |
Insight
Over the 10-year window, obligations for PIID HSSCCG16C00004 are fully concentrated in PSC R699, Support- Administrative: Other. The vehicle records 34 awards totaling $36.70 million, indicating repeated use of a single administrative support classification rather than a diversified PSC mix. This concentration suggests the contract activity has been consistently scoped around the same service category.
Annual Trend
SELECT
toYear(parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate)) AS year,
sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable,
count() AS award_count
FROM fpds.data
WHERE
content__IDV__contractID__IDVID__agencyID = '7003' AND content__IDV__contractID__IDVID__PIID = 'HSSCCG16C00004'
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2016 | 16,137,979.24 | 16.14 million | 10 |
| 2017 | 10,550,549.77 | 10.55 million | 5 |
| 2018 | 5,142,188.48 | 5.14 million | 7 |
| 2019 | 6,196,065.81 | 6.20 million | 9 |
| 2020 | -1,326,435.10 | -1.33 million | 3 |
Insight
Obligations under PIID HSSCCG16C00004 were concentrated in 2016, when annual obligated amounts peaked at $16.14 million across 10 awards. Funding then declined in 2017 and 2018, with a modest rebound in 2019 to $6.20 million, before turning negative in 2020 at -$1.33 million across 3 awards. Overall, the 10-year window reflects a downward and increasingly uneven obligation pattern after the initial spike.
Use FPDS Query for deeper award and vehicle analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contract action analysis across agencies, vendors, NAICS, PSC, and annual trends.
Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.