Award Number

Award Number 9700 / W52P1J10C0062 Federal Contract Action Summary (Last 5 Years)

Federal award record for award number W52P1J10C0062 under agency ID 9700, summarizing obligations and action activity over the last 5 years.

This page presents the award-level procurement history for W52P1J10C0062 in agency ID 9700 across the last 5 years. The record shows 43 award actions and total obligated funding of 17.83 million dollars.

Generated at 03/20/2026

Analysis period: Last 5 years

Figures shown are based on the provided analysis window and include total obligated exact value of 17,828,854.64 and an average action value of 414,624.53.

Agency ID
9700
PIID
W52P1J10C0062
Type
Award
Total Obligated
17.83 million
17,828,854.64
Actions
43
Average Action Value
414,624.53

Overview

W52P1J10C0062 is the award number for this federal procurement record in agency ID 9700. Over the last 5 years, the award shows 43 actions and total obligated funding of 17,828,854.64, with an average action value of 414,624.53. This page is intended to support award-level review of activity and obligations.

How to use this page

Use this page to inspect award activity for W52P1J10C0062 within the selected 5-year window. The action count and obligation totals provide a concise starting point for reviewing how funding was applied over time. For deeper analysis, compare this award against other award records in the same agency ID.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W52P1J10C0062'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__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
2100 DEPT OF THE ARMY 17,828,854.64 17.83 million 42
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 1

Insight

Obligations for PIID W52P1J10C0062 are highly concentrated in the DEPT OF THE ARMY, which accounts for 17.83 million across 42 awards. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears only once in the 5-year window and carries no obligated dollars. This distribution indicates that substantive funding activity is concentrated with the Army, with DCMA representing a non-obligated record only.

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__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W52P1J10C0062'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
VECTRUS SYSTEMS CORPORATION 1D510 17,828,854.64 17.83 million 43

Insight

Over the 5-year window, obligations under PIID W52P1J10C0062 are fully concentrated with a single vendor, VECTRUS SYSTEMS CORPORATION (CAGE 1D510). This vendor accounts for $17.83 million across 43 awards, indicating repeated funding to the same contractor rather than broad vendor distribution. The award pattern suggests sustained reliance on one supplier for this requirement.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W52P1J10C0062'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
561210 FACILITIES SUPPORT SERVICES 17,828,854.64 17.83 million 43

Insight

Over the 5-year window, obligations for PIID W52P1J10C0062 are concentrated entirely in NAICS 561210, Facilities Support Services. This category accounts for $17.83 million across 43 awards, indicating a sustained and narrow procurement pattern rather than a diversified NAICS mix. The concentration suggests this award has been used primarily for facilities support requirements.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W52P1J10C0062'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
M159 OPER OF GOVT OTHER INDUSTRIAL BLDG 17,828,854.64 17.83 million 43

Insight

Over the past 5 years, obligations for PIID W52P1J10C0062 are fully concentrated in PSC M159, OPER OF GOVT OTHER INDUSTRIAL BLDG. This PSC accounts for $17.83 million across 43 awards, indicating a narrow service mix with recurring activity in the same category.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '9700' AND content__award__awardID__awardContractID__PIID = 'W52P1J10C0062'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 97,228,755.25 97.23 million 15
2022 -39,168,081.77 -39.17 million 13
2023 -11,872,777.30 -11.87 million 11
2024 -480,999.76 -481.00 thousand 1
2025 -27,878,041.78 -27.88 million 3

Insight

Obligations for PIID W52P1J10C0062 are heavily concentrated in 2021, when activity reached $97.23 million across 15 awards, followed by a shift to net deobligations in each subsequent year. Annual award counts declined from 15 in 2021 to 1 in 2024, with a modest increase to 3 in 2025, indicating reduced transaction volume over time. The pattern suggests the award was substantially scaled down after 2021, with negative obligations dominating the remaining 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.