This page summarizes federal procurement activity for vehicle number associated with agency 2400 and PIID OPM1511C0016. Over the last 10 years, the record shows 50 award actions and $219,898,557.93 in total obligations.
Vehicle Number
Vehicle Number 2400 / OPM1511C0016 Federal Contract Action Summary (Last 10 Years)
Procurement analysis for vehicle number under PIID OPM1511C0016, covering the last 10 years of recorded award activity.
Totals are based on the provided analysis window and reported obligation values; the readable amount rounds to $219.90 million.
Overview
The record for vehicle number under PIID OPM1511C0016 shows $219,898,557.93 in total obligations across 50 award actions in the last 10 years. The average action value is $4,397,971.16, indicating repeated procurement activity at a substantial dollar level. Agency ID 2400 is the only agency identifier provided in this analysis.
How to use this page
Use this page to review the scale and frequency of award activity tied to vehicle number for PIID OPM1511C0016. The figures support basic spend analysis, action-count review, and comparison against other FPDS records using the same agency and analysis window.
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 = '2400' AND content__IDV__contractID__IDVID__PIID = 'OPM1511C0016'
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 |
|---|---|---|---|---|
| 2400 | OFFICE OF PERSONNEL MANAGEMENT | 219,898,557.93 | 219.90 million | 50 |
Insight
All reported obligations in this 10-year window are concentrated in a single agency, the Office of Personnel Management, totaling $219.90 million across 50 awards. This indicates the vehicle’s activity is fully dominated by OPM, with no visible distribution across other agencies in the provided rows. The award count suggests repeated use of the vehicle by the same agency rather than broad interagency adoption.
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 = '2400' AND content__IDV__contractID__IDVID__PIID = 'OPM1511C0016'
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 = '2400' AND content__IDV__contractID__IDVID__PIID = 'OPM1511C0016'
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 |
|---|---|---|---|---|
| 561611 | INVESTIGATION SERVICES | 219,898,557.93 | 219.90 million | 50 |
Insight
Over the 10-year window, obligations for this vehicle are fully concentrated in NAICS 561611, Investigation Services, with $219.90 million across 50 awards. This indicates a highly focused spend profile with no visible distribution across other NAICS codes in the provided data. The average award value is approximately $4.4 million, suggesting repeated use of this vehicle for similar services rather than broad category diversification.
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 = '2400' AND content__IDV__contractID__IDVID__PIID = 'OPM1511C0016'
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 |
|---|---|---|---|---|
| R422 | SUPPORT- PROFESSIONAL: MARKET RESEARCH/PUBLIC OPINION | 219,898,557.93 | 219.90 million | 50 |
Insight
Over the 10-year window, obligations for vehicle OPM1511C0016 are fully concentrated in PSC R422, Support–Professional: Market Research/Public Opinion. The $219.90 million total across 50 awards indicates repeated use of this service category rather than reliance on a broader mix of PSCs. This level of concentration suggests the vehicle is highly specialized for market research and public opinion support.
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 = '2400' AND content__IDV__contractID__IDVID__PIID = 'OPM1511C0016'
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 | 200,000,000.00 | 200.00 million | 26 |
| 2017 | 46,000,000.00 | 46.00 million | 13 |
| 2018 | 0.00 | 0.00 | 7 |
| 2019 | -26,101,442.07 | -26.10 million | 4 |
Insight
Obligations under PIID OPM1511C0016 are concentrated in 2016, when annual obligations reached $200.00 million across 26 awards, far exceeding subsequent years. Funding declined sharply in 2017 to $46.00 million across 13 awards, then fell to zero in 2018 despite 7 awards, indicating a pronounced drop in obligated value relative to activity. In 2019, obligations were negative at -$26.10 million across 4 awards, consistent with deobligations or downward adjustments and reinforcing a downward trend over the period.
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.