This page summarizes federal procurement activity for award number 0009 under agency ID 9700 over the last 5 years. The record shows 998 award actions and net obligated funding of -25,277,369.31.
Award Number
Award Number 9700 / 0009 Federal Contract Action Summary (Last 5 Years)
Award number 0009 for agency 9700 shows 998 recorded actions over the last 5 years with total obligated funds of -25.28 million.
Totals reflect the provided analysis window and may include negative obligations, which are preserved as reported.
Overview
In the last 5 years, award number 0009 for agency 9700 recorded 998 actions. The total obligated amount is -25,277,369.31, with an average action value of -25,328.03.
How to use this page
Use this page to review the overall award activity for PIID 0009 within the specified analysis window. The figures provide a concise summary of action volume and net obligated funding without adding detail beyond the reported 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 = '0009'
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 |
|---|---|---|---|---|
| 1700 | DEPT OF THE NAVY | 14,923,836.00 | 14.92 million | 170 |
| 97AK | DEFENSE INFORMATION SYSTEMS AGENCY (DISA) | 3,720,737.93 | 3.72 million | 31 |
| 97ZS | U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) | 1,284,917.06 | 1.28 million | 7 |
| 97AS | DEFENSE LOGISTICS AGENCY | 287,516.66 | 287.52 thousand | 29 |
| 97JC | MISSILE DEFENSE AGENCY (MDA) | 270,626.37 | 270.63 thousand | 31 |
| 97F5 | WASHINGTON HEADQUARTERS SERVICES (WHS) | 214,717.57 | 214.72 thousand | 12 |
| 9748 | DEFENSE HUMAN RESOURCES ACTIVITY | -12,512.23 | -12.51 thousand | 1 |
| 97F2 | DEPT OF DEFENSE EDUCATION ACTIVITY (DODEA) | -15,335.93 | -15.34 thousand | 1 |
| 97DH | DEFENSE HEALTH AGENCY (DHA) | -164,049.42 | -164.05 thousand | 5 |
| 9776 | USTRANSCOM | -635,780.00 | -635.78 thousand | 4 |
Insight
Award activity under PIID 0009 over the past 5 years is heavily concentrated in the Department of the Navy, which accounts for $14.92 million across 170 awards. DISA is a distant second at $3.72 million across 31 awards, followed by USSOCOM at $1.28 million across 7 awards; all other positive-obligation agencies each contributed less than $300 thousand. Several agencies show net negative obligated amounts, including USTRANSCOM (-$635.78 thousand) and DHA (-$164.05 thousand), indicating downward adjustments or deobligations within the period.
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 = '0009'
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 |
|---|---|---|---|---|
| BAE SYSTEMS ORDNANCE SYSTEMS INC. | 6NDQ0 | 12,210,195.76 | 12.21 million | 10 |
| ROLLS-ROYCE CORPORATION | 63005 | 9,299,753.96 | 9.30 million | 4 |
| UNIVERSITY OF SOUTHERN CALIFORNIA | 1B729 | 5,724,877.63 | 5.72 million | 29 |
| SES GOVERNMENT SOLUTIONS, INC. | 1VKQ6 | 4,110,260.22 | 4.11 million | 8 |
| MASSACHUSETTS INSTITUTE OF TECHNOLOGY | 3G050 | 3,864,428.88 | 3.86 million | 23 |
| SIMVENTIONS, INC. | 1R5Z0 | 3,491,422.16 | 3.49 million | 20 |
| ALLIED PACIFIC BUILDERS, INC. | 3D2P2 | 2,743,602.00 | 2.74 million | 2 |
| JOHNSON CONTROLS GOVERNMENT SYSTEMS LLC | 1MN13 | 2,434,759.46 | 2.43 million | 21 |
| SECURITYHUNTER, INC. | 1TZX8 | 1,299,900.00 | 1.30 million | 2 |
| ST. MICHAEL'S INC. | 4LZB8 | 1,264,354.52 | 1.26 million | 3 |
Insight
Over the past 5 years, obligations for PIID 0009 are concentrated among a small set of vendors, with the top 10 recipients ranging from $1.26 million to $12.21 million. BAE SYSTEMS ORDNANCE SYSTEMS INC. and ROLLS-ROYCE CORPORATION received the largest dollar totals, while the UNIVERSITY OF SOUTHERN CALIFORNIA, MASSACHUSETTS INSTITUTE OF TECHNOLOGY, and SIMVENTIONS, INC. each appear repeatedly across multiple awards, indicating a mix of high-value and high-frequency activity. The distribution suggests recurring vendor use rather than reliance on a single supplier.
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 = '0009'
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 |
|---|---|---|---|---|
| 332993 | AMMUNITION (EXCEPT SMALL ARMS) MANUFACTURING | 12,115,091.00 | 12.12 million | 23 |
| 541712 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) | 8,354,627.74 | 8.35 million | 221 |
| 336412 | AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING | 6,528,339.48 | 6.53 million | 12 |
| 517410 | SATELLITE TELECOMMUNICATIONS | 4,110,260.22 | 4.11 million | 8 |
| 236220 | COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION | 2,093,960.51 | 2.09 million | 13 |
| 561621 | SECURITY SYSTEMS SERVICES (EXCEPT LOCKSMITHS) | 1,295,393.56 | 1.30 million | 3 |
| 237310 | HIGHWAY, STREET, AND BRIDGE CONSTRUCTION | 1,095,000.00 | 1.09 million | 2 |
| 517110 | WIRED TELECOMMUNICATIONS CARRIERS | 798,991.29 | 798.99 thousand | 16 |
| 541690 | OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES | 793,153.50 | 793.15 thousand | 18 |
| 237120 | OIL AND GAS PIPELINE AND RELATED STRUCTURES CONSTRUCTION | 769,860.00 | 769.86 thousand | 1 |
Insight
Over the past 5 years, obligations for award 0009 under agency 9700 are concentrated in NAICS 332993, Ammunition (except Small Arms) Manufacturing, which leads with $12.12 million across 23 awards. The next largest categories are R&D in physical, engineering, and life sciences ($8.35 million; 221 awards) and aircraft engine and parts manufacturing ($6.53 million; 12 awards), indicating a mix of high-dollar, technically specialized activity and a much larger volume of smaller R&D transactions. Smaller but recurring obligations are spread across telecommunications, construction, security, and consulting codes, suggesting a diversified obligation profile beyond the top three NAICS.
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 = '0009'
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 |
|---|---|---|---|---|
| 1376 | BULK EXPLOSIVES | 12,210,195.76 | 12.21 million | 10 |
| J028 | MAINT/REPAIR/REBUILD OF EQUIPMENT- ENGINES, TURBINES, AND COMPONENTS | 6,609,101.48 | 6.61 million | 5 |
| AZ11 | R&D- OTHER RESEARCH AND DEVELOPMENT (BASIC RESEARCH) | 5,724,877.63 | 5.72 million | 30 |
| D304 | IT AND TELECOM- TELECOMMUNICATIONS AND TRANSMISSION | 5,215,495.85 | 5.22 million | 22 |
| AC61 | R&D- DEFENSE SYSTEM: ELECTRONICS/COMMUNICATION EQUIPMENT (BASIC RESEARCH) | 3,864,428.88 | 3.86 million | 23 |
| Y1ED | CONSTRUCTION OF SHIP CONSTRUCTION AND REPAIR FACILITIES | 2,743,602.00 | 2.74 million | 2 |
| H935 | OTHER QC/TEST/INSPECT- SERVICE AND TRADE EQUIPMENT | 2,434,759.46 | 2.43 million | 21 |
| Y1BD | CONSTRUCTION OF AIRPORT RUNWAYS AND TAXIWAYS | 1,095,000.00 | 1.09 million | 2 |
| C219 | ARCHITECT AND ENGINEERING- GENERAL: OTHER | 903,385.24 | 903.39 thousand | 22 |
| AG83 | R&D- ENERGY: CONSERVATION (ADVANCED DEVELOPMENT) | 807,529.32 | 807.53 thousand | 11 |
Insight
Over the 5-year window for award PIID 0009 under agency 9700, obligations are concentrated in a small set of PSCs led by 1376 Bulk Explosives at $12.21 million across 10 awards and J028 maintenance/repair of engines and components at $6.61 million across 5 awards. R&D and technical service codes also account for a substantial share of activity, including AZ11, AC61, H935, C219, and AG83, which indicates a mixed portfolio of research, sustainment, and support services rather than a single dominant procurement category. Construction-related PSCs Y1ED and Y1BD appear in fewer awards but with material obligations, suggesting episodic facility and infrastructure work alongside the more frequent smaller awards.
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 = '0009'
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 | 10,197,491.86 | 10.20 million | 390 |
| 2022 | 2,252,541.69 | 2.25 million | 278 |
| 2023 | -27,496,954.54 | -27.50 million | 159 |
| 2024 | -5,840,149.07 | -5.84 million | 128 |
| 2025 | -4,390,299.25 | -4.39 million | 43 |
Insight
Obligations for PIID 0009 were positive in 2021 and 2022, then shifted sharply negative in 2023 and remained negative through 2025. The largest annual movement occurred in 2023, when obligated amounts fell to -27.50 million, indicating a substantial downward adjustment relative to prior years. Award volume also declined steadily over the period, from 390 awards in 2021 to 43 in 2025, showing both reduced activity and greater concentration of obligations in earlier years.
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.