This award record covers PIID N0002416C2427 for agency ID 9700 across the last 10 years. The award shows total obligated spending of 3.27 billion across 663 actions, with an average action value of 4,938,790.19.
Award Number
Award Number 9700 / N0002416C2427 Federal Contract Action Summary (Last 10 Years)
FPDS award page for award number N0002416C2427 under agency ID 9700, summarizing obligations and action activity over the last 10 years.
Amounts shown reflect the provided total obligated exact value of 3274417897.4 and should be read as analysis-window totals.
Overview
Over the last 10 years, award N0002416C2427 shows 3,274,417,897.4 in total obligated value across 663 award actions. The average action value is 4,938,790.19, indicating substantial action-level activity within the analysis window. This page presents the award identifier and obligation summary for FPDS review.
How to use this page
Use this page to review the award-level obligation total, action count, and average action value associated with PIID N0002416C2427. The record is useful for identifying overall activity at the award level before moving to more detailed action or transaction views.
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 = 'N0002416C2427'
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,274,417,897.40 | 3.27 billion | 663 |
Insight
All reported obligations in this 10-year window are concentrated in the DEPT OF THE NAVY, which accounts for $3.27 billion across 663 awards. This indicates that funding for PIID N0002416C2427 is fully concentrated within a single top agency, with no other agencies represented in the provided rows. The award history reflects a sustained and highly centralized obligation pattern rather than a distributed interagency profile.
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 = 'N0002416C2427'
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 |
|---|---|---|---|---|
| HUNTINGTON INGALLS INCORPORATED | 34293 | 2,879,950,736.40 | 2.88 billion | 638 |
| HUNTINGTON INGALLS INCORPORATED | 394,467,161.00 | 394.47 million | 25 |
Insight
Obligations for PIID N0002416C2427 are heavily concentrated with HUNTINGTON INGALLS INCORPORATED, which accounts for 2.88 billion across 638 awards under CAGE 34293. An additional 394.47 million is associated with HUNTINGTON INGALLS INCORPORATED without a reported CAGE code across 25 awards, indicating the same vendor name appears in multiple award records. Overall, the 10-year activity is dominated by this single vendor, with obligations distributed across a large number of awards but still materially concentrated in one contractor name.
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 = 'N0002416C2427'
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 | 3,274,417,897.40 | 3.27 billion | 663 |
Insight
Obligations for PIID N0002416C2427 are fully concentrated in NAICS 336611, Ship Building and Repairing, with $3.27 billion obligated across 663 awards over the 10-year window. This indicates a highly focused procurement profile with no diversification across other NAICS codes in the provided data. The volume of awards suggests sustained activity within a single industrial base rather than broad contracting distribution.
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 = 'N0002416C2427'
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 | 3,274,417,897.40 | 3.27 billion | 663 |
Insight
The award is highly concentrated in PSC 1905, Combat Ships and Landing Vessels, with $3.27 billion obligated across 663 awards over the 10-year window. This indicates the award activity is strongly focused on a single product service category rather than being broadly distributed across multiple PSCs. The volume of awards alongside the high obligated amount suggests repeated procurement activity within the same ship and landing vessel category.
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 = 'N0002416C2427'
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 | 394,467,161.00 | 394.47 million | 17 |
| 2017 | 1,157,819,059.00 | 1.16 billion | 78 |
| 2018 | 700,037,732.00 | 700.04 million | 78 |
| 2019 | 7,245,909.00 | 7.25 million | 77 |
| 2020 | 785,932,705.00 | 785.93 million | 92 |
| 2021 | 44,473,267.00 | 44.47 million | 80 |
| 2022 | 64,035,112.00 | 64.04 million | 68 |
| 2023 | 23,979,885.00 | 23.98 million | 71 |
| 2024 | 13,611,297.31 | 13.61 million | 52 |
| 2025 | 82,815,770.09 | 82.82 million | 50 |
Insight
Obligations under PIID N0002416C2427 are highly concentrated in 2017, when funding peaked at 1.16 billion across 78 awards, followed by another high-obligation year in 2020 at 785.93 million across 92 awards. Annual obligation levels were materially lower in most other years, with a sharp drop in 2019 to 7.25 million despite 77 awards, indicating that award count did not consistently track obligated value. From 2021 through 2024, obligations remained comparatively modest and generally declined, before increasing to 82.82 million in 2025.
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.