This page summarizes procurement activity for award W52P1J10C0062 under agency ID 9700 during the last full year. The award recorded 3 actions and a total obligated amount of -$27,878,041.78, with an average action value of -$9,292,680.59.
Award Number
Award Number 9700 / W52P1J10C0062 Federal Contract Action Summary (Last Year)
Award number W52P1J10C0062 for agency ID 9700 shows three actions in the last full year with net obligations of -$27.88 million.
Amounts reflect the analysis window and may be negative because they are net obligations for the period.
Overview
For the last full year, award W52P1J10C0062 under agency ID 9700 had 3 recorded actions and net obligated funding of -$27,878,041.78. The average action value was -$9,292,680.59, which indicates the period’s activity was net downward rather than additive. This page is limited to the provided award identifier, agency ID, and obligation totals.
How to use this page
Use this page to review the award-level obligation pattern for the selected period and to compare action count against total net dollars. The figures can support FPDS queries, contract tracking, and basic trend checks for the award number without adding assumptions beyond the supplied data.
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 1 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 | -27,878,041.78 | -27.88 million | 3 |
Insight
Within the last year, obligations associated with PIID W52P1J10C0062 are concentrated entirely in DEPT OF THE ARMY, which accounts for all reported activity in this section. The three awards in this window sum to -$27.88 million, indicating a net downward obligation trend rather than new positive funding. This distribution suggests the award’s activity is narrowly concentrated in a single agency 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__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 1 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 | -27,878,041.78 | -27.88 million | 3 |
Insight
Over the past 1 year, obligations under PIID W52P1J10C0062 are concentrated entirely with VECTRUS SYSTEMS CORPORATION (CAGE 1D510). This vendor accounts for 3 awards and a net obligated total of -$27.88 million, indicating a significant downward adjustment or deobligation activity over the period. No other vendors are present in the provided data, so vendor distribution is fully concentrated.
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 1 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 | -27,878,041.78 | -27.88 million | 3 |
Insight
Over the 1-year window, obligations under PIID W52P1J10C0062 are concentrated entirely in NAICS 561210, Facilities Support Services, with -$27.88 million across 3 awards. This indicates a narrow industrial distribution for the award in the period reviewed. The negative obligated amount may reflect deobligations or downward adjustments within this NAICS category.
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 1 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 | -27,878,041.78 | -27.88 million | 3 |
Insight
Obligations for this award are fully concentrated in PSC M159, Operating of Government Other Industrial Building, with -$27.88 million across 3 awards in the 1-year window. This indicates a narrow spending profile with all reported obligated value tied to a single PSC. The negative obligated amount should be interpreted in the context of deobligations or downward adjustments rather than positive new spending.
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 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2025 | -27,878,041.78 | -27.88 million | 3 |
Insight
Over the 1-year window, obligations on PIID W52P1J10C0062 are concentrated entirely in 2025, with three awards accounting for a net -$27.88 million in obligated value. The activity is therefore highly concentrated in a single fiscal year rather than distributed across multiple years. The negative net obligated amount indicates downward movement in total obligations for the period, but the available row data do not identify the underlying cause.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.