This page summarizes award number N0002496F4060 for agency ID 9700 across the last 10 years. The award shows total obligations of $3.01 billion across 10 actions, with an average action value of $300.999 million.
Award Number
Award Number 9700 / N0002496F4060 Federal Contract Action Summary (Last 10 Years)
Federal procurement summary for award number N0002496F4060 at agency ID 9700 over the last 10 years.
Dollar figures are based on the provided readable and exact obligation totals for the analysis window.
Overview
For the last 10 years, award number N0002496F4060 at agency ID 9700 records total obligations of $3,009,990,953 across 10 award actions. The average action value is $300,999,095.30, indicating a small number of high-value actions within the analysis window.
How to use this page
Use this page to review the award’s obligation total, action count, and average action value in one place. It is intended for procurement analysis, award tracking, and comparison against other federal awards using the same 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 = 'N0002496F4060'
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 | 3,009,990,953.00 | 3.01 billion | 10 |
Insight
Over the 10-year window for PIID N0002496F4060, all reported obligation is concentrated in a single top agency: the DEPT OF THE NAVY. This agency accounts for $3.01 billion across 10 awards, indicating that the award’s funding is highly concentrated rather than broadly distributed across multiple agencies.
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 = 'N0002496F4060'
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 |
|---|---|---|---|---|
| ENERGY, UNITED STATES DEPT OF | 3,009,990,953.00 | 3.01 billion | 10 |
Insight
Over the 10-year window, obligations for PIID N0002496F4060 are entirely concentrated with a single vendor: ENERGY, UNITED STATES DEPT OF, which accounts for $3.01 billion across 10 awards. This indicates a highly concentrated award pattern with no observed distribution among other vendors in the provided data. The absence of additional vendors suggests the obligation profile is fully dependent on one recipient within this query scope.
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 = 'N0002496F4060'
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 | 3,009,990,953.00 | 3.01 billion | 10 |
Insight
Obligations under PIID N0002496F4060 over the 10-year window are fully concentrated in NAICS 332410, Power Boiler and Heat Exchanger Manufacturing. This category accounts for $3.01 billion across 10 awards, indicating a highly focused spending pattern with no diversification across other NAICS codes in the provided data. The award history suggests repeated procurement activity within a single industrial classification rather than a broad mix of requirements.
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 = 'N0002496F4060'
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 |
|---|---|---|---|---|
| 2010 | SHIP AND BOAT PROPULSION COMPONENTS | 3,009,990,953.00 | 3.01 billion | 10 |
Insight
Obligations are highly concentrated in PSC 2010, Ship and Boat Propulsion Components, which accounts for $3.01 billion across 10 awards over the 10-year window. This indicates a narrow product focus within the award’s obligation history, with materially large funding tied to a single PSC. The limited award count suggests sustained, high-dollar activity rather than broad distribution across multiple PSC categories.
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 = 'N0002496F4060'
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 | 856,412,012.00 | 856.41 million | 3 |
| 2017 | 766,504,898.00 | 766.50 million | 4 |
| 2020 | 1,071,074,043.00 | 1.07 billion | 2 |
| 2021 | 316,000,000.00 | 316.00 million | 1 |
Insight
Obligations for PIID N0002496F4060 are concentrated in four observed years within the 10-year window, with no activity shown for the remaining years. Funding peaks in 2020 at $1.07 billion across 2 awards, exceeding the other years in both obligated value and near-term award volume. Prior years show substantial but lower obligations in 2016 ($856.41 million, 3 awards) and 2017 ($766.50 million, 4 awards), followed by a sharp drop in 2021 to $316.00 million on a single award. Overall, the pattern indicates highly uneven, episodic obligation activity rather than a steady annual distribution.
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.