Award Number

Award Number 9700 / 0015 Federal Contract Action Summary (Last 10 Years)

Procurement award record for agency ID 9700, PIID 0015, covering the last 10 years of reported actions and obligations.

This page summarizes the award activity tied to award number 0015 for agency ID 9700 over the last 10 years. The record shows 9,832 award actions with total obligated value of $2,118,770,087.53.

Generated at 03/20/2026

Analysis period: Last 10 years

Average action value is $215,497.36, based on the reported award action total.

Agency ID
9700
PIID
0015
Type
Award
Total Obligated
2.12 billion
2,118,770,087.53
Actions
9,832
Average Action Value
215,497.36

Overview

The award record for PIID 0015 under agency ID 9700 reflects a high volume of activity over the last 10 years. Total obligated value is $2,118,770,087.53 across 9,832 actions, with an average action value of $215,497.36. This page is intended to summarize the reported award-level procurement history for search and review.

How to use this page

Use this page to review the reported scale and pacing of award activity associated with PIID 0015. The figures support quick comparison across time windows, obligation totals, and action counts without adding interpretation beyond the underlying 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 = '0015'
    AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 848,509,508.10 848.51 million 3,357
1700 DEPT OF THE NAVY 379,452,187.57 379.45 million 2,130
97AS DEFENSE LOGISTICS AGENCY 336,897,150.55 336.90 million 2,331
5700 DEPT OF THE AIR FORCE 243,128,176.29 243.13 million 1,012
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 172,312,393.47 172.31 million 214
97JC MISSILE DEFENSE AGENCY (MDA) 57,616,622.87 57.62 million 88
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 50,915,992.71 50.92 million 113
97DH DEFENSE HEALTH AGENCY (DHA) 19,689,819.28 19.69 million 30
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 13,521,051.99 13.52 million 35
97AZ DEFENSE COMMISSARY AGENCY (DECA) 9,182,077.04 9.18 million 41

Insight

Over the 10-year window, obligations for PIID 0015 are concentrated in a small set of Defense agencies, with the Department of the Army leading at $848.51 million across 3,357 awards. The Department of the Navy ($379.45 million, 2,130 awards), Defense Logistics Agency ($336.90 million, 2,331 awards), and Department of the Air Force ($243.13 million, 1,012 awards) account for most of the remaining obligated value, indicating a broad but defense-centric distribution. Smaller but still material activity appears at DISA ($172.31 million) and MDA ($57.62 million), while the other listed agencies each represent comparatively limited obligated amounts.

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 = '0015'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
CISCO SYSTEMS INC. 137,037,755.00 137.04 million 3
GENERAL ELECTRIC COMPANY 96,283,129.00 96.28 million 9
ROLLS-ROYCE CORPORATION 72,184,813.00 72.18 million 6
OSHKOSH DEFENSE, LLC 75Q65 69,120,779.40 69.12 million 25
LOCKHEED MARTIN CORPORATION 64059 57,936,683.46 57.94 million 29
INTUITIVE RESEARCH AND TECHNOLOGY CORPORATION 1MQC1 53,671,802.74 53.67 million 161
SAAB BOFORS DYNAMICS AB A175N 51,109,941.00 51.11 million 6
FLUOR INTERCONTINENTAL INCORPORATED 1CZV4 40,453,563.35 40.45 million 64
ALION SCIENCE AND TECHNOLOGY CORPORATION 3BM47 39,885,112.98 39.89 million 32
ROCKWELL COLLINS, INC. 13499 35,765,657.65 35.77 million 17

Insight

Obligations for PIID 0015 over the 10-year window are concentrated among a small set of vendors, with CISCO SYSTEMS INC. leading at $137.04 million across 3 awards. The next highest obligated vendors are GENERAL ELECTRIC COMPANY ($96.28 million, 9 awards) and ROLLS-ROYCE CORPORATION ($72.18 million, 6 awards), indicating a high-value but relatively low-award concentration at the top. Several vendors show the opposite pattern of many awards with lower average obligation, including INTUITIVE RESEARCH AND TECHNOLOGY CORPORATION (161 awards, $53.67 million) and FLUOR INTERCONTINENTAL INCORPORATED (64 awards, $40.45 million), suggesting a more distributed delivery profile among mid-tier vendors.

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 = '0015'
    AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__award__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
541330 ENGINEERING SERVICES 262,130,674.95 262.13 million 1,450
324110 PETROLEUM REFINERIES 245,720,801.61 245.72 million 404
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) 215,556,807.64 215.56 million 696
336412 AIRCRAFT ENGINE AND ENGINE PARTS MANUFACTURING 178,963,670.61 178.96 million 73
511210 SOFTWARE PUBLISHERS 139,015,871.43 139.02 million 22
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 95,890,837.08 95.89 million 588
336212 TRUCK TRAILER MANUFACTURING 70,029,522.78 70.03 million 25
332995 OTHER ORDNANCE AND ACCESSORIES MANUFACTURING 66,875,667.71 66.88 million 27
336419 OTHER GUIDED MISSILE AND SPACE VEHICLE PARTS AND AUXILIARY EQUIPMENT MANUFACTURING 59,060,388.39 59.06 million 23
336411 AIRCRAFT MANUFACTURING 55,744,757.97 55.74 million 173

Insight

Obligations for Agency 9700, PIID 0015 are concentrated in a small set of NAICS codes, led by Engineering Services (541330) at $262.13 million across 1,450 awards and Petroleum Refineries (324110) at $245.72 million across 404 awards. The next tier includes R&D in the physical, engineering, and life sciences (541712) at $215.56 million and Aircraft Engine and Engine Parts Manufacturing (336412) at $178.96 million, indicating a strong mix of technical, industrial, and R&D-related spending. Award volume is more dispersed than dollars, with some high-obligation categories supported by relatively few awards, such as Software Publishers (511210) at $139.02 million across 22 awards and Aircraft Engine and Engine Parts Manufacturing at $178.96 million across 73 awards.

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 = '0015'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
9130 LIQUID PROPELLANTS AND FUELS, PETROLEUM BASE 200,943,068.28 200.94 million 269
D399 IT AND TELECOM- OTHER IT AND TELECOMMUNICATIONS 170,729,864.40 170.73 million 190
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 147,158,570.81 147.16 million 687
2840 GAS TURBINES AND JET ENGINES, AIRCRAFT, PRIME MOVING; AND COMPONENTS 121,566,906.38 121.57 million 41
AZ12 R&D- OTHER RESEARCH AND DEVELOPMENT (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT) 92,818,003.71 92.82 million 139
R408 SUPPORT- PROFESSIONAL: PROGRAM MANAGEMENT/SUPPORT 79,555,785.92 79.56 million 300
2320 TRUCKS AND TRUCK TRACTORS, WHEELED 69,943,586.54 69.94 million 25
1340 ROCKETS, ROCKET AMMUNITION AND ROCKET COMPONENTS 66,487,583.00 66.49 million 13
1420 GUIDED MISSILE COMPONENTS 59,406,050.42 59.41 million 30
J028 MAINT/REPAIR/REBUILD OF EQUIPMENT- ENGINES, TURBINES, AND COMPONENTS 46,871,970.41 46.87 million 15

Insight

Obligations under PIID 0015 are concentrated in a small set of PSCs, led by 9130 Liquid Propellants and Fuels at $200.94 million across 269 awards and D399 IT and Telecommunications at $170.73 million across 190 awards. Service and support PSCs are also prominent, including R425 Engineering/Technical Support ($147.16 million; 687 awards), R408 Program Management/Support ($79.56 million; 300 awards), and J028 Equipment Maintenance/Repair ($46.87 million; 15 awards). Hardware and aerospace-related PSCs—such as 2840 Gas Turbines and Jet Engines, 1340 Rockets, 1420 Guided Missile Components, and 2320 Trucks—indicate a mixed portfolio spanning fuels, IT, technical services, and mission equipment.

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 = '0015'
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2016 1,173,512,598.67 1.17 billion 4,380
2017 687,332,213.33 687.33 million 3,143
2018 228,096,567.66 228.10 million 977
2019 27,401,908.68 27.40 million 457
2020 15,894,270.04 15.89 million 300
2021 699,459.79 699.46 thousand 249
2022 -1,882,976.86 -1.88 million 146
2023 -5,630,600.57 -5.63 million 73
2024 -6,182,245.13 -6.18 million 78
2025 -471,108.08 -471.11 thousand 29

Insight

Obligations under PIID 0015 are heavily concentrated in the earlier years of the 10-year window, with 2016 at 1.17 billion across 4,380 awards and 2017 at 687.33 million across 3,143 awards. Amounts then decline sharply year over year, falling to 228.10 million in 2018 and to 15.89 million by 2020, while award counts also contract materially. From 2021 onward, annual obligations are near zero or negative, including -1.88 million in 2022 and -6.18 million in 2024, indicating substantial deobligations or downward adjustments in later 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.