This page summarizes award N0002416C2106 for agency ID 9700 over the last 5 years. The award shows total obligated spending of 507.17 million across 2 recorded actions.
Award Number
Award Number 9700 / N0002416C2106 Federal Contract Action Summary (Last 5 Years)
Federal procurement analysis for award number N0002416C2106 under agency ID 9700, covering obligations and actions in the last 5 years.
Totals are based on the provided analysis window and reflect an exact obligated amount of 507169601 with an average action value of 253584800.5.
Overview
Award number N0002416C2106 is the identified procurement record for agency ID 9700 in the provided analysis window. The award has 2 recorded actions and a total obligated amount of 507169601, or 507.17 million when rounded for readability. The average action value is 253584800.5.
How to use this page
Use this page to review the award-level obligation total and the limited action count tied to N0002416C2106. It is suitable for quick reference, filtering, and comparison against other award records within the same agency ID and time window.
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 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 | 507,169,601.00 | 507.17 million | 2 |
Insight
Over the 5-year window, obligations for PIID N0002416C2106 are fully concentrated in the DEPT OF THE NAVY. The agency accounts for $507.17 million across 2 awards, indicating a highly focused obligation pattern with no other agencies represented in the provided data.
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 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 |
|---|---|---|---|---|
| BECHTEL PLANT MACHINERY, INC. | 4SVU7 | 507,169,601.00 | 507.17 million | 2 |
Insight
Obligations for PIID N0002416C2106 are fully concentrated with a single vendor, BECHTEL PLANT MACHINERY, INC. (CAGE 4SVU7). Over the 5-year window, this vendor accounts for $507.17 million across 2 awards, indicating a highly concentrated award distribution with limited vendor dispersion.
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 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 |
|---|---|---|---|---|
| 332410 | POWER BOILER AND HEAT EXCHANGER MANUFACTURING | 507,169,601.00 | 507.17 million | 2 |
Insight
Over the 5-year window, obligations for award N0002416C2106 are fully concentrated in NAICS 332410, Power Boiler and Heat Exchanger Manufacturing. This category accounts for 507.17 million across 2 awards, indicating a highly concentrated procurement profile with no diversification across other NAICS codes in the provided data. The limited award count and single-industry concentration suggest this award is consistently tied to the same industrial supply base.
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 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 |
|---|---|---|---|---|
| 4470 | NUCLEAR REACTORS | 507,169,601.00 | 507.17 million | 2 |
Insight
Obligations under PIID N0002416C2106 are fully concentrated in PSC 4470, Nuclear Reactors, over the 5-year window. The record reflects 2 awards totaling $507.17 million, indicating a narrow product-service mix and a highly focused procurement profile. This concentration suggests the award is dedicated to a single technical category rather than being distributed 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 = 'N0002416C2106'
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 | 507,423,423.00 | 507.42 million | 1 |
| 2025 | -253,822.00 | -253.82 thousand | 1 |
Insight
Obligations are highly concentrated in 2021, with a single award accounting for $507.42 million across one record. In 2025, there is one additional record with a small negative obligation of $253.82 thousand, indicating a minimal downward adjustment relative to the prior year’s activity. Over the 5-year window, the award exhibits an uneven obligation pattern with activity concentrated almost entirely in 2021.
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.