This page summarizes obligation activity tied to award N0001906C0081 for agency ID 9700 during the last 10 years. The award shows total obligations of 2.18 billion across 157 actions, with an average action value of 13.86 million.
Award Number
Award Number 9700 / N0001906C0081 Federal Contract Action Summary (Last 10 Years)
Federal procurement summary for award number N0001906C0081 under agency ID 9700 over the last 10 years.
Total obligated is shown as 2,175,533,392.34 and should be read as the exact reported amount for the selected analysis window.
Overview
Award N0001906C0081 reflects a multi-action procurement record with obligations concentrated over a 10-year period. The reported average action value is 13,856,900.59, indicating that the award includes a relatively small number of high-value actions rather than many low-value entries. The totals on this page are limited to the provided analysis window and agency ID 9700.
How to use this page
Use this page to review the scale and cadence of obligation activity associated with the award number. It is useful for quick comparisons of total obligated dollars, action count, and average action value when evaluating procurement history within the selected period.
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 = 'N0001906C0081'
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 |
|---|---|---|---|---|
| 1700 | DEPT OF THE NAVY | 2,176,271,214.32 | 2.18 billion | 151 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -737,821.98 | -737.82 thousand | 6 |
Insight
Award activity under PIID N0001906C0081 is highly concentrated in DEPT OF THE NAVY (agency 1700), which accounts for $2.18 billion across 151 awards over the 10-year window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) records a small negative obligated total of $737.82 thousand across 6 awards, indicating minor downward adjustment activity relative to the Navy’s funding base. Overall, obligations are overwhelmingly concentrated in a single agency, with DCMA contributing only a negligible offset.
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 = 'N0001906C0081'
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 |
|---|---|---|---|---|
| SIKORSKY AIRCRAFT CORPORATION | 78286 | 1,779,625,552.34 | 1.78 billion | 132 |
| SIKORSKY AIRCRAFT CORPORATION | 395,907,840.00 | 395.91 million | 25 |
Insight
Obligations for PIID N0001906C0081 over the 10-year window are highly concentrated with SIKORSKY AIRCRAFT CORPORATION, which accounts for the largest share of reported funding. The vendor appears in two entries: CAGE 78286 with $1.78 billion across 132 awards, and a second record without a CAGE code totaling $395.91 million across 25 awards. Combined, these rows indicate sustained and repeated obligation activity to the same vendor, with limited apparent distribution beyond that awardee.
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 = 'N0001906C0081'
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 |
|---|---|---|---|---|
| 336411 | AIRCRAFT MANUFACTURING | 2,175,533,392.34 | 2.18 billion | 157 |
Insight
Obligations for award N0001906C0081 are fully concentrated in NAICS 336411, Aircraft Manufacturing. Over the 10-year window, this NAICS accounts for $2.18 billion across 157 awards, indicating a highly focused procurement profile rather than a diversified industry mix. The distribution suggests the award activity is concentrated in aircraft manufacturing with no evidence of material obligation in other NAICS codes in the provided data.
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 = 'N0001906C0081'
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 |
|---|---|---|---|---|
| AC15 | R&D- DEFENSE SYSTEM: AIRCRAFT (OPERATIONAL SYSTEMS DEVELOPMENT) | 1,514,436,797.00 | 1.51 billion | 101 |
| AC15 | NATIONAL DEFENSE R&D SVCS; DEPARTMENT OF DEFENSE - MILITARY; R&D FACILITIES & MAJ EQUIP | 661,096,595.34 | 661.10 million | 56 |
Insight
Obligations under this award are highly concentrated in PSC AC15, which accounts for the full amount reflected in these rows. The largest AC15 category, R&D- Defense System: Aircraft (Operational Systems Development), totals $1.51 billion across 101 awards, indicating sustained investment in aircraft-related operational development. A second AC15 category, National Defense R&D Services; Department of Defense - Military; R&D Facilities & Major Equip, adds $661.10 million across 56 awards, reinforcing that the award’s obligated value is concentrated in defense R&D activities rather than spread across multiple PSCs.
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 = 'N0001906C0081'
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 | 369,882,840.00 | 369.88 million | 23 |
| 2017 | 178,860,370.68 | 178.86 million | 19 |
| 2018 | 400,092,612.37 | 400.09 million | 25 |
| 2019 | 212,406,041.98 | 212.41 million | 15 |
| 2020 | 391,931,525.97 | 391.93 million | 24 |
| 2021 | 253,010,844.78 | 253.01 million | 14 |
| 2022 | 199,900,927.66 | 199.90 million | 15 |
| 2023 | 119,816,372.59 | 119.82 million | 12 |
| 2024 | 58,858,859.03 | 58.86 million | 6 |
| 2025 | -9,227,002.72 | -9.23 million | 4 |
Insight
Obligations for PIID N0001906C0081 under agency 9700 are concentrated in the earlier years of the 10-year window, with peak annual obligations in 2018 ($400.09 million) and 2020 ($391.93 million). After 2020, both obligated dollars and award counts decline steadily, falling from $253.01 million and 14 awards in 2021 to $58.86 million and 6 awards in 2024. The 2025 entry is negative (-$9.23 million) with 4 awards, indicating net deobligation activity in that year.
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.