This page summarizes federal procurement activity for award number N0002424C2114 during the last full year. The award records 2 actions and total obligated funding of 893,758,552.
Award Number
Award Number 9700 / N0002424C2114 Federal Contract Action Summary (Last Year)
Award number N0002424C2114 under agency ID 9700 shows 2 award actions in the last full year, with total obligated funding of 893.76 million.
Totals reflect the provided analysis window and may differ from current FPDS figures if records are updated.
Overview
In the last full year, award number N0002424C2114 shows 2 award actions and total obligated funding of 893,758,552. The average action value was 446,879,276, which reflects the scale of the recorded activity across the period.
How to use this page
Use this page to review the award-level procurement record associated with PIID N0002424C2114 and compare obligated amounts across the analysis window. The figures support basic trend review, spending checks, and cross-reference work within FPDS query results.
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 = 'N0002424C2114'
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 |
|---|---|---|---|---|
| 1700 | DEPT OF THE NAVY | 893,758,552.00 | 893.76 million | 2 |
Insight
Within the 1-year window for award PIID N0002424C2114, obligations are fully concentrated in a single top awarding agency: DEPT OF THE NAVY (agency ID 1700). This agency accounts for 893.76 million across 2 awards, indicating a highly concentrated award distribution with no other agencies appearing among the provided rows. Such concentration suggests the award activity is driven exclusively by one agency rather than being broadly distributed.
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 = 'N0002424C2114'
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 |
|---|---|---|---|---|
| BECHTEL PLANT MACHINERY, INC. | 4SVU7 | 893,758,552.00 | 893.76 million | 2 |
Insight
Obligations for PIID N0002424C2114 are fully concentrated with BECHTEL PLANT MACHINERY, INC. (CAGE 4SVU7), which accounts for $893.76 million across 2 awards in the 1-year window. This indicates a highly concentrated vendor profile with no diversification across suppliers in the provided data.
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 = 'N0002424C2114'
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 |
|---|---|---|---|---|
| 332410 | POWER BOILER AND HEAT EXCHANGER MANUFACTURING | 893,758,552.00 | 893.76 million | 2 |
Insight
Obligations under this award are fully concentrated in NAICS 332410, Power Boiler and Heat Exchanger Manufacturing, with $893.76 million across 2 awards in the 1-year window. This indicates a highly focused procurement profile with no diversification across additional NAICS codes in the provided data. The obligation level is large and split across only two awards, suggesting this NAICS represents the dominant source of contract activity for this award record.
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 = 'N0002424C2114'
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 |
|---|---|---|---|---|
| 1905 | COMBAT SHIPS AND LANDING VESSELS | 893,758,552.00 | 893.76 million | 2 |
Insight
Obligations are fully concentrated in PSC 1905, Combat Ships and Landing Vessels, with $893.76 million obligated across 2 awards in the past year. This indicates a narrowly focused procurement profile for PIID N0002424C2114, with all reported obligation activity tied to a single PSC category. The small award count and high obligated value suggest large, concentrated awards rather than a diversified mix of commodity 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 = 'N0002424C2114'
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 | 893,758,552.00 | 893.76 million | 2 |
Insight
For PIID N0002424C2114 within the 1-year window, all reported obligation is concentrated in 2025, totaling $893.76 million across 2 awards. This indicates a highly concentrated annual distribution with no other years reflected in the provided rows for comparison. The limited award count suggests the obligated value is driven by a small number of actions rather than broad annual dispersion.
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.