Vehicle Number

Vehicle Number 2400 / OPM1514C0006 Federal Contract Action Summary (Last 10 Years)

Analysis of vehicle number under PIID OPM1514C0006 for Agency ID 2400 over the last 10 years, showing 41 award actions and $66.43 million obligated.

This page summarizes procurement activity for the vehicle number entity tied to PIID OPM1514C0006 within Agency ID 2400. Over the last 10 years, the record shows 41 award actions and total obligated funding of $66,432,399.97.

Generated at 03/21/2026

Analysis period: Last 10 years

Dollar figures are based on the provided exact total obligated amount and its readable rounded value.

Agency ID
2400
PIID
OPM1514C0006
Type
Vehicle
Total Obligated
66.43 million
66,432,399.97
Actions
41
Average Action Value
1,620,302.44

Overview

The procurement record for vehicle number under PIID OPM1514C0006 shows 41 award actions during the last 10 years. Total obligated value is $66,432,399.97, with an average action value of $1,620,302.44. These figures describe the reported action history and obligation level for this entity.

How to use this page

Use this page to review the scale and frequency of award activity associated with the vehicle number record. The totals can support basic trend review, obligation tracking, and comparison against other FPDS records for Agency ID 2400.

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 = 'OPM1514C0006'
    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 66,432,399.97 66.43 million 41

Insight

For PIID OPM1514C0006 over the 10-year window, obligations are fully concentrated within the Office of Personnel Management, which accounts for the entire reported total of $66.43 million across 41 awards. This indicates a single-agency award pattern with no observed distribution to other agencies in the provided data. The volume of awards suggests repeated use of the same vehicle within OPM rather than broad interagency utilization.

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 = 'OPM1514C0006'
        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 = 'OPM1514C0006'
    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 66,432,399.97 66.43 million 41

Insight

Over the 10-year window for vehicle entity 2400 and PIID OPM1514C0006, obligations are fully concentrated in NAICS 561611, Investigation Services. This category accounts for $66.43 million across 41 awards, indicating repeated procurement activity within a single NAICS rather than a diversified mix of categories. The pattern suggests sustained reliance on investigation services for this action.

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 = 'OPM1514C0006'
    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
R499 SUPPORT- PROFESSIONAL: OTHER 66,432,399.97 66.43 million 41

Insight

Obligations for this vehicle are fully concentrated in PSC R499, Support - Professional: Other, with $66.43 million across 41 awards over the 10-year window. This indicates a highly focused requirement profile rather than a diversified mix of product or service categories. The award pattern suggests repeated use of the same PSC for similar support services under PIID OPM1514C0006.

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 = 'OPM1514C0006'
    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 71,921,309.89 71.92 million 27
2017 13,120,000.00 13.12 million 10
2018 2,000,000.00 2.00 million 1
2019 -20,608,909.91 -20.61 million 2
2021 -0.01 -0.01 1

Insight

Obligations for PIID OPM1514C0006 are highly concentrated in 2016, when the vehicle recorded $71.92 million across 27 awards, far exceeding all other years in the 10-year window. Funding then declined sharply to $13.12 million in 2017 and $2.00 million in 2018, before turning negative in 2019 at -$20.61 million, indicating substantial downward adjustments or deobligations. Activity was minimal in 2021, with a single award and a negligible -$0.01 obligated.

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.