This award page summarizes federal procurement activity for award number W58RGZ13C0002 within agency ID 9700. Over the last 5 years, it records 51 actions and a total obligated amount of -924.94 thousand.
Award Number
Award Number 9700 / W58RGZ13C0002 Federal Contract Action Summary (Last 5 Years)
Award record for PIID W58RGZ13C0002 under agency 9700, showing obligations and action history over the last 5 years.
Totals reflect the provided analysis window and the exact obligated value of -924,941.32, with an average action value of -18,136.1.
Overview
The award identified by PIID W58RGZ13C0002 is associated with agency ID 9700. In the last 5 years, the record shows 51 award actions and a total obligated amount of -924,941.32.
How to use this page
Use this page to review the award-level procurement record and its action history for the selected period. The average action value across the 51 actions is -18,136.1, which may help frame the scale of changes in the obligation record.
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 = 'W58RGZ13C0002'
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 |
|---|---|---|---|---|
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 22 |
| 2100 | DEPT OF THE ARMY | -924,941.32 | -924.94 thousand | 29 |
Insight
Over the past 5 years, award activity under PIID W58RGZ13C0002 is concentrated in two agencies, with the DEPT OF THE ARMY accounting for all recorded obligated value and DCMA showing zero obligated dollars across a similar number of awards. The Army’s 29 awards carry a net obligated amount of -$924,941.32, indicating negative obligations over the window. DCMA’s 22 awards at $0.00 suggest administrative or non-obligating activity, while the overall value is driven entirely by the Army.
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 = 'W58RGZ13C0002'
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 |
|---|---|---|---|---|
| THE BOEING COMPANY | 77272 | -924,941.32 | -924.94 thousand | 51 |
Insight
Over the 5-year window for award W58RGZ13C0002, THE BOEING COMPANY (CAGE 77272) is the only listed top vendor, indicating complete concentration of the observed obligated activity in this section. The record reflects 51 awards with total obligated value of -$924.94 thousand, which suggests repeated deobligation or net downward adjustments rather than positive funding. This pattern indicates a concentrated and materially negative obligation trend tied to a single vendor.
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 = 'W58RGZ13C0002'
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 |
|---|---|---|---|---|
| 336411 | AIRCRAFT MANUFACTURING | -924,941.32 | -924.94 thousand | 51 |
Insight
For PIID W58RGZ13C0002 over the 5-year window, obligations are entirely concentrated in NAICS 336411, Aircraft Manufacturing. This NAICS accounts for 51 awards and a net total obligated amount of -$924.94 thousand, indicating all reported activity in this section is within a single industry code. The negative obligated total suggests deobligations or downward adjustments outweighed positive obligations during the period.
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 = 'W58RGZ13C0002'
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 |
|---|---|---|---|---|
| 1520 | AIRCRAFT, ROTARY WING | -924,941.32 | -924.94 thousand | 51 |
Insight
Obligations under PIID W58RGZ13C0002 in the 5-year window are concentrated in PSC 1520, Aircraft, Rotary Wing, with 51 awards totaling -$924.94 thousand. This indicates a single PSC category dominates the award profile for the period, with activity concentrated in rotary-wing aircraft-related acquisitions. The negative obligated total suggests net deobligations or downward adjustments within this PSC.
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 = 'W58RGZ13C0002'
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 | 0.00 | 0.00 | 17 |
| 2022 | 184,494.48 | 184.49 thousand | 26 |
| 2023 | -1,109,435.80 | -1.11 million | 3 |
| 2025 | 0.00 | 0.00 | 5 |
Insight
Obligations for PIID W58RGZ13C0002 are concentrated in 2022, when 26 awards accounted for $184.49 thousand, the only positive obligated year in the window. Activity then shifted sharply in 2023, with only 3 awards and net obligations of -$1.11 million, indicating a significant downward adjustment rather than steady annual funding. The remaining years in the period are at zero obligated value, including 2021 and 2025, with award counts of 17 and 5 respectively, suggesting limited obligation activity outside the 2022–2023 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.