Vehicle Number

Vehicle Number 3600 / 36C77018D0014 Federal Contract Action Summary (Last 10 Years)

Vehicle number 36C77018D0014 for agency 3600 reflects 9 award actions over the last 10 years with $34.08 million obligated.

This page summarizes procurement activity for vehicle number 36C77018D0014 within agency 3600 across the last 10 years. The record shows $34,075,800 in total obligated value across 9 award actions, for an average action value of $3,786,200.

Generated at 03/21/2026

Analysis period: Last 10 years

All values are shown as reported for the analysis window and may reflect cumulative obligated amounts over multiple actions.

Agency ID
3600
PIID
36C77018D0014
Type
Vehicle
Total Obligated
34.08 million
34,075,800.00
Actions
9
Average Action Value
3,786,200.00

Overview

The procurement record for vehicle number 36C77018D0014 shows 9 award actions in the last 10 years. Total obligated value is $34,075,800, with an average action value of $3,786,200. This provides a compact view of the award history tied to agency 3600.

How to use this page

Use this page to review the scale and frequency of obligations associated with vehicle number 36C77018D0014. The figures support basic trend review, award comparison, and quick reference to the total and average obligated amounts in the selected 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 = '3600' AND content__IDV__contractID__IDVID__PIID = '36C77018D0014'
    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
3600 VETERANS AFFAIRS, DEPARTMENT OF 34,075,800.00 34.08 million 9

Insight

For PIID 36C77018D0014 over the 10-year window, all reported obligations are concentrated in the Department of Veterans Affairs, with $34.08 million across 9 awards. This indicates a single-agency funding profile with no visible distribution across other agencies in the provided data. The award pattern suggests recurring obligation activity within the same department rather than a broad interagency vehicle use profile.

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 = '3600' AND content__IDV__contractID__IDVID__PIID = '36C77018D0014'
        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 = '3600' AND content__IDV__contractID__IDVID__PIID = '36C77018D0014'
    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
561910 PACKAGING AND LABELING SERVICES 34,075,800.00 34.08 million 9

Insight

Obligations for PIID 36C77018D0014 are fully concentrated in NAICS 561910, Packaging and Labeling Services, with $34.08 million across 9 awards over the 10-year window. This indicates a narrow service mix and a repeated reliance on the same industry category rather than a broadly distributed procurement profile. The concentration suggests this vehicle is being used consistently for packaging and labeling requirements.

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 = '3600' AND content__IDV__contractID__IDVID__PIID = '36C77018D0014'
    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 34,075,800.00 34.08 million 9

Insight

Obligations under PIID 36C77018D0014 are fully concentrated in PSC R699, Support-Administrative: Other, with $34.08 million across 9 awards over the 10-year window. This indicates a narrow product/service mix for the vehicle, with no evidence in the provided rows of material PSC diversification. The concentration suggests the award activity is dominated by administrative support obligations rather than a broader set of service categories.

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 = '3600' AND content__IDV__contractID__IDVID__PIID = '36C77018D0014'
    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
2017 34,075,800.00 34.08 million 1
2018 0.00 0.00 2
2019 0.00 0.00 3
2020 0.00 0.00 2
2021 0.00 0.00 1

Insight

Obligations for PIID 36C77018D0014 are highly concentrated in 2017, when the vehicle recorded $34.08 million across 1 award. From 2018 through 2021, the vehicle shows multiple award counts each year but no obligated dollars, indicating activity without recorded funding in the provided data. Over the 10-year window, the pattern suggests a one-year obligation spike followed by a sustained period of zero obligations.

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.