This page summarizes award number N0002423C2305 for agency ID 9700 across the last 10 years. The award shows total obligated funding of 5.03 billion across 55 actions, with an average action value of 91,404,256.07.
Award Number
Award Number 9700 / N0002423C2305 Federal Contract Action Summary (Last 10 Years)
Federal award record for PIID N0002423C2305 under agency ID 9700, showing obligations and actions over the last 10 years.
Total obligated value is shown as 5,027,234,084, with the readable amount rounded to 5.03 billion.
Overview
The award record covers PIID N0002423C2305 for agency ID 9700 over a 10-year analysis window. It includes 55 award actions and total obligated funding of 5,027,234,084.
How to use this page
Use this page to review obligation totals and action activity for award number N0002423C2305. The average action value is 91,404,256.07, which provides a simple measure for comparing this award to other federal award records.
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 = 'N0002423C2305'
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 | 5,027,234,084.00 | 5.03 billion | 55 |
Insight
Over the 10-year window, obligations associated with PIID N0002423C2305 are fully concentrated in the Department of the Navy. The Navy accounts for $5.03 billion across 55 awards, with no other agencies represented in the provided results. This indicates a highly concentrated award distribution and an exclusively Navy-aligned funding profile for this PIID.
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 = 'N0002423C2305'
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 |
|---|---|---|---|---|
| BATH IRON WORKS CORPORATION | 70876 | 5,027,234,084.00 | 5.03 billion | 55 |
Insight
Over the 10-year window for award N0002423C2305 under agency 9700, all reported obligations in this section are concentrated with a single vendor, BATH IRON WORKS CORPORATION (CAGE 70876). The vendor accounts for $5.03 billion across 55 awards, indicating a highly concentrated award pattern with no diversification among other vendors in the provided rows. This level of concentration suggests sustained reliance on one contractor for this award relationship.
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 = 'N0002423C2305'
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 |
|---|---|---|---|---|
| 336611 | SHIP BUILDING AND REPAIRING | 5,027,234,084.00 | 5.03 billion | 55 |
Insight
Within the 10-year window for award N0002423C2305 at agency 9700, obligations are fully concentrated in NAICS 336611, Ship Building and Repairing. This category accounts for $5.03 billion across 55 awards, indicating a highly focused contracting profile with no observed diversification across other NAICS codes in the provided data.
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 = 'N0002423C2305'
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 |
|---|---|---|---|---|
| 1905 | COMBAT SHIPS AND LANDING VESSELS | 5,027,234,084.00 | 5.03 billion | 55 |
Insight
Over the 10-year window for award N0002423C2305, PSC 1905 (Combat Ships and Landing Vessels) accounts for all reported obligations in this section, totaling $5.03 billion across 55 awards. This indicates complete concentration in a single product service code, with no diversification across other PSCs in the provided data. The award activity is therefore highly focused on combat ship and landing vessel procurement or related support.
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 = 'N0002423C2305'
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 |
|---|---|---|---|
| 2023 | 1,762,523,569.00 | 1.76 billion | 4 |
| 2024 | 1,601,624,240.00 | 1.60 billion | 17 |
| 2025 | 1,663,086,275.00 | 1.66 billion | 34 |
Insight
Obligations for PIID N0002423C2305 remain concentrated at a high annual level across the three reported years, ranging from $1.60 billion to $1.76 billion. Award activity increased materially over the period, from 4 awards in 2023 to 17 in 2024 and 34 in 2025, while obligations stayed relatively stable. This pattern suggests a broader distribution of funded actions over time without a commensurate change in total obligated value.
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.