This page summarizes the federal award record for PIID N0002418C2305 over the last 5 years. The award shows 209 actions and total obligations of 1.97 billion dollars.
Award Number
Award Number 9700 / N0002418C2305 Federal Contract Action Summary (Last 5 Years)
Award-level procurement summary for PIID N0002418C2305 under Agency ID 9700, covering the last 5 years of obligation and action history.
Dollar figures are shown as provided, with a total obligated exact value of 1,965,585,040.86 and an average action value of 9,404,713.11.
Overview
The award record for PIID N0002418C2305 under Agency ID 9700 reflects a 5-year obligation total of 1,965,585,040.86 across 209 recorded actions. The average action value is 9,404,713.11, indicating a high-value award history with repeated activity over the analysis window.
How to use this page
Use this page to review the award’s obligation level, action volume, and average action value within the last 5 years. The figures support basic procurement analysis and comparison with other awards at the same agency identifier.
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 = 'N0002418C2305'
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 | 1,965,585,040.86 | 1.97 billion | 209 |
Insight
Over the 5-year window for award N0002418C2305, obligated dollars are fully concentrated in DEPT OF THE NAVY. The reported 209 awards from this agency account for $1.97 billion in obligations, indicating a highly concentrated funding profile rather than a broad distribution 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 = 'N0002418C2305'
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 |
|---|---|---|---|---|
| BATH IRON WORKS CORPORATION | 70876 | 1,965,585,040.86 | 1.97 billion | 209 |
Insight
BATH IRON WORKS CORPORATION is the only top vendor identified for this award in the 5-year window, accounting for the full reported obligated amount of $1.97 billion across 209 awards. This indicates complete concentration of obligations with a single vendor and a high level of repeat award activity under PIID N0002418C2305.
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 = 'N0002418C2305'
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 |
|---|---|---|---|---|
| 336611 | SHIP BUILDING AND REPAIRING | 1,965,585,040.86 | 1.97 billion | 209 |
Insight
Obligations for PIID N0002418C2305 are fully concentrated in NAICS 336611, Ship Building and Repairing, with $1.97 billion obligated across 209 awards over the 5-year window. This indicates a highly focused contract profile with no visible diversification across other NAICS codes in the provided data. The award pattern suggests sustained activity within a single industrial base rather than spread across multiple sectors.
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 = 'N0002418C2305'
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 |
|---|---|---|---|---|
| 1905 | COMBAT SHIPS AND LANDING VESSELS | 1,965,585,040.86 | 1.97 billion | 209 |
Insight
Over the 5-year window, obligations for this award are fully concentrated in PSC 1905, Combat Ships and Landing Vessels, with $1.97 billion obligated across 209 actions. This indicates a highly focused procurement profile tied to a single product/service category rather than a broad distribution across PSCs. The volume of award actions suggests repeated funding activity within the same category over time.
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 = 'N0002418C2305'
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 | 788,283,981.00 | 788.28 million | 47 |
| 2022 | 948,580,622.00 | 948.58 million | 41 |
| 2023 | 22,971,791.86 | 22.97 million | 46 |
| 2024 | 69,241,027.00 | 69.24 million | 30 |
| 2025 | 136,507,619.00 | 136.51 million | 45 |
Insight
Obligations for PIID N0002418C2305 were heavily concentrated in 2021 and 2022, when annual obligations were 788.28 million and 948.58 million across 47 and 41 awards, respectively. Activity dropped sharply in 2023 to 22.97 million, then partially recovered to 69.24 million in 2024 and 136.51 million in 2025, with award counts ranging from 30 to 46. Overall, the five-year pattern indicates a front-loaded obligation profile followed by materially lower and more variable annual funding levels.
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.