This page summarizes procurement activity for award FA881018C0006 under agency ID 9700 during the last full year. The award recorded 24 actions and $501,096,746.61 in total obligations.
Award Number
Award Number 9700 / FA881018C0006 Federal Contract Action Summary (Last Year)
Award number FA881018C0006 for agency 9700 shows 24 actions in the last full year with $501.10 million obligated.
Obligation totals are shown as a readable figure of $501.10 million and an exact value of $501,096,746.61.
Overview
In the last full year, award FA881018C0006 generated 24 recorded actions and $501,096,746.61 in total obligated value. The average action value was $20,879,031.11, which provides a basic measure of action size across the period.
How to use this page
Use this page to review the award-level obligation total, action count, and average action value for FA881018C0006. It is suitable for quick procurement analysis and for comparing this award's activity with other awards in agency 9700.
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 = 'FA881018C0006'
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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 501,096,746.61 | 501.10 million | 24 |
Insight
Over the past 1 year, obligations for PIID FA881018C0006 are fully concentrated in a single top agency: the Department of the Air Force (agency ID 5700). This agency accounts for $501.10 million across 24 awards, indicating a highly concentrated spending profile with no other agencies appearing in the provided rows.
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 = 'FA881018C0006'
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 |
|---|---|---|---|---|
| NORTHROP GRUMMAN SYSTEMS CORPORATION | 11982 | 500,761,829.61 | 500.76 million | 22 |
| NORTHROP GRUMMAN SYSTEMS CORPORATION | 5YJ79 | 334,917.00 | 334.92 thousand | 2 |
Insight
Obligations for PIID FA881018C0006 over the past year are highly concentrated in NORTHROP GRUMMAN SYSTEMS CORPORATION, which accounts for 500.76 million across 22 awards. A second NORTHROP GRUMMAN SYSTEMS CORPORATION CAGE code, 5YJ79, received only 334.92 thousand across 2 awards, indicating minimal obligation volume relative to the primary vendor record. This distribution suggests the award’s spending is overwhelmingly concentrated under a single vendor name and CAGE code.
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 = 'FA881018C0006'
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 |
|---|---|---|---|---|
| 541715 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) | 501,096,746.61 | 501.10 million | 24 |
Insight
Over the past 1 year, obligations for award FA881018C0006 are fully concentrated in NAICS 541715, with $501.10 million across 24 awards. This indicates a single industry category dominates the award’s obligated activity in the period, with no evidence of diversification across other NAICS codes in the provided data. The concentration suggests the award is tied primarily to research and development in the physical, engineering, and life sciences.
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 = 'FA881018C0006'
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 |
|---|---|---|---|---|
| AR24 | R&D- SPACE: SCIENCE/APPLICATIONS (ENGINEERING DEVELOPMENT) | 501,096,746.61 | 501.10 million | 24 |
Insight
Obligations for this award are fully concentrated in PSC AR24, R&D - Space: Science/Applications (Engineering Development), totaling $501.10 million across 24 actions in the 1-year window. This indicates a highly focused award profile with no visible PSC diversification in the provided data. The distribution suggests the award’s activity is concentrated in a single space R&D development 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 = 'FA881018C0006'
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 | 501,096,746.61 | 501.10 million | 24 |
Insight
In the 1-year window, this award reflects obligations of $501.10 million in 2025 across 24 actions, indicating a high dollar concentration within a limited action count. The average obligation per action is substantial, suggesting funding is concentrated in relatively few award events rather than broadly distributed.
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.