This page presents the award-level procurement record for PIID N0002416C2106. Over the last 10 years, the award shows 10 actions and total obligated funding of 2.32 billion dollars.
Award Number
Award Number 9700 / N0002416C2106 Federal Contract Action Summary (Last 10 Years)
Federal procurement profile for award number N0002416C2106 under agency ID 9700, summarizing obligation activity over the last 10 years.
Amounts shown here use the provided readable total of 2.32 billion and the exact total obligated value of 2,315,595,970.
Overview
The award record for N0002416C2106 shows 10 reported actions across the analysis window. Total obligated funding is 2,315,595,970, with an average action value of 231,559,597. This page is intended to support review of award activity at the PIID level.
How to use this page
Use this page to review the overall obligation pattern tied to award number N0002416C2106 and to compare action counts and average action value within the same record. The figures provided here are limited to the inputs supplied for agency ID 9700 and the last 10 years.
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 = 'N0002416C2106'
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,315,595,970.00 | 2.32 billion | 10 |
Insight
For PIID N0002416C2106 over the 10-year window, all reported obligation is concentrated in a single top agency: the Department of the Navy. It accounts for $2.32 billion across 10 awards, indicating a highly concentrated award distribution 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 = 'N0002416C2106'
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 |
|---|---|---|---|---|
| BECHTEL PLANT MACHINERY, INC. | 4SVU7 | 1,795,095,970.00 | 1.80 billion | 9 |
| BECHTEL PLANT MACHINERY, INC. | 520,500,000.00 | 520.50 million | 1 |
Insight
Obligations under this award are highly concentrated in BECHTEL PLANT MACHINERY, INC., which accounts for $1.80 billion across 9 awards. An additional $520.50 million is attributed to the same vendor name under a separate entry without a CAGE code, indicating continued concentration in a single contractor identity across the 10-year window. The distribution suggests limited vendor diversification for this PIID.
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 = 'N0002416C2106'
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 |
|---|---|---|---|---|
| 332410 | POWER BOILER AND HEAT EXCHANGER MANUFACTURING | 2,315,595,970.00 | 2.32 billion | 10 |
Insight
Obligations under PIID N0002416C2106 are fully concentrated in NAICS 332410, Power Boiler and Heat Exchanger Manufacturing, with $2.32 billion across 10 awards over the 10-year window. This indicates a highly focused procurement profile with no visible NAICS diversification in the provided data. The award activity is concentrated in a single industrial classification, suggesting sustained reliance on this category for the covered 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 = 'N0002416C2106'
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 |
|---|---|---|---|---|
| 4470 | NUCLEAR REACTORS | 2,315,595,970.00 | 2.32 billion | 10 |
Insight
For award N0002416C2106 over the 10-year window, obligations are fully concentrated in PSC 4470, Nuclear Reactors. This PSC accounts for $2.32 billion across 10 awards, indicating a highly focused procurement profile with no diversification across other product service codes in the provided data. The distribution suggests sustained funding in a single technical category rather than a broad mix of requirements.
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 = 'N0002416C2106'
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 | 520,500,000.00 | 520.50 million | 1 |
| 2017 | 41,820,773.00 | 41.82 million | 2 |
| 2018 | 184,694,583.00 | 184.69 million | 2 |
| 2019 | 578,993,439.00 | 578.99 million | 2 |
| 2020 | 482,417,574.00 | 482.42 million | 1 |
| 2021 | 507,423,423.00 | 507.42 million | 1 |
| 2025 | -253,822.00 | -253.82 thousand | 1 |
Insight
Obligations for PIID N0002416C2106 are highly concentrated in 2016–2021, with annual funding ranging from $41.82 million to $578.99 million and the largest obligation occurring in 2019. Award activity is limited, with only 1–2 awards reported in each listed year, indicating a small number of obligation actions drove most of the value. The 2025 row shows a minor negative obligation of $253.82 thousand, which is not material relative to prior annual totals but indicates a de-obligation or adjustment in the most recent 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.