This award record covers 321 actions in the last 5 years, with total obligations of 228.92 million dollars. The average action value is 713,131.87, based on an exact total obligated amount of 228,915,331.4.
Award Number
Award Number 9700 / N0002416C2427 Federal Contract Action Summary (Last 5 Years)
FPDS query page for award number N0002416C2427 under agency ID 9700, summarizing obligations and action activity over the last 5 years.
Figures shown here reflect the provided analysis window and obligational totals for award N0002416C2427.
Overview
Award N0002416C2427 is associated with agency ID 9700 and shows 321 actions in the last 5 years. Total obligated amounts reach 228,915,331.4, or 228.92 million dollars when rounded for display. The average action value is 713,131.87.
How to use this page
Use this page to review the award-level obligation total and action count for N0002416C2427 within the stated analysis window. The figures support quick comparison across awards and provide a compact view of activity volume and average action value.
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 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 | 228,915,331.40 | 228.92 million | 321 |
Insight
All reported obligations in the 5-year window are concentrated in a single top agency: the DEPT OF THE NAVY. This agency accounts for $228.92 million across 321 awards, indicating a highly concentrated obligation pattern tied to this award. No other agencies are present in the provided rows, so the observed distribution is exclusive to the Navy.
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 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 |
|---|---|---|---|---|
| HUNTINGTON INGALLS INCORPORATED | 34293 | 228,915,331.40 | 228.92 million | 321 |
Insight
Within the 5-year window, HUNTINGTON INGALLS INCORPORATED (CAGE 34293) accounts for all reported obligations for PIID N0002416C2427, with $228.92 million across 321 awards. This indicates complete vendor concentration under the contract identifier, with no other vendors represented in the provided data. The high award count alongside the full obligation share suggests the activity is sustained and heavily centered on a single supplier.
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 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 | 228,915,331.40 | 228.92 million | 321 |
Insight
Obligations for PIID N0002416C2427 are fully concentrated in NAICS 336611, Ship Building and Repairing, with $228.92 million obligated across 321 awards in the 5-year window. This indicates a highly focused contract profile aligned to shipbuilding/repair activity rather than a diversified industry mix. The repeated award activity suggests sustained procurement within the same industrial category.
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 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 | 228,915,331.40 | 228.92 million | 321 |
Insight
Over the 5-year window, obligations for award N0002416C2427 are fully concentrated in PSC 1905, Combat Ships and Landing Vessels, with $228.92 million across 321 awards. This indicates a highly focused spend pattern within a single product service code, with no evidence of diversification across other PSCs in the provided data. The award count suggests repeated activity in the same category rather than isolated large-dollar transactions.
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 5 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 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 for PIID N0002416C2427 were volatile over the five-year window, peaking in 2025 at $82.82 million after declining to $13.61 million in 2024. Award counts remained relatively stable, ranging from 50 to 80 per year, which indicates that changes in obligated dollars were driven more by funding magnitude than by award volume. The largest annual obligations occurred in 2022 ($64.04 million) and 2025, while 2024 represents the low point in both obligation value and award count.
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.