This page summarizes obligation activity for award N0002418C2307 across the last 5 years. The award shows 639 actions and total obligated amount of 1,979,695,799.74, with an average action value of 3,098,115.49.
Award Number
Award Number 9700 / N0002418C2307 Federal Contract Action Summary (Last 5 Years)
Federal procurement summary for award number N0002418C2307 under agency ID 9700 over the last 5 years.
Amounts are shown using the provided readable and exact totals for the selected analysis window.
Overview
Award N0002418C2307 is an award-level procurement record associated with agency ID 9700. In the last 5 years, it totals 1,979,695,799.74 in obligated value across 639 award actions, with an average action value of 3,098,115.49.
How to use this page
Use this page to review the overall obligation pattern tied to this award number and compare it with other award records. The action count and obligation totals provide a compact view of how activity is distributed over the selected 5-year period.
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 = 'N0002418C2307'
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,979,695,799.74 | 1.98 billion | 639 |
Insight
Within the 5-year window, obligations for PIID N0002418C2307 are fully concentrated under DEPT OF THE NAVY (agency ID 1700), with no other agencies appearing in the provided rows. The Navy accounts for $1.98 billion across 639 awards, indicating that this award activity is highly concentrated within a single agency relationship. This pattern suggests the contract has been managed or executed primarily within the Navy portfolio over the period reviewed.
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 = 'N0002418C2307'
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 | 1,979,695,799.74 | 1.98 billion | 639 |
Insight
HUNTINGTON INGALLS INCORPORATED (CAGE 34293) is the sole top vendor listed for this award over the 5-year window, accounting for $1.98 billion across 639 awards. This indicates a highly concentrated vendor profile with all listed obligation and award activity centered on a single contractor. The distribution suggests sustained reliance on one vendor rather than a diversified supplier base.
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 = 'N0002418C2307'
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,979,695,799.74 | 1.98 billion | 639 |
Insight
This award is fully concentrated in NAICS 336611, Ship Building and Repairing, with $1.98 billion obligated across 639 awards over the 5-year window. The spend pattern indicates a dominant shipbuilding/repair profile rather than a diversified NAICS mix. The high award count alongside substantial obligations suggests sustained procurement activity within this industry classification.
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 = 'N0002418C2307'
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,979,695,799.74 | 1.98 billion | 639 |
Insight
Over the 5-year window for award N0002418C2307, obligations are fully concentrated in PSC 1905, Combat Ships and Landing Vessels. This PSC accounts for $1.98 billion across 639 awards, indicating a highly concentrated spend profile with no other PSCs reflected in the provided data. The volume of awards suggests repeated obligations within the same product/service category rather than broad PSC distribution.
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 = 'N0002418C2307'
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 | 640,948,356.00 | 640.95 million | 110 |
| 2022 | 801,901,954.00 | 801.90 million | 103 |
| 2023 | 113,167,122.85 | 113.17 million | 140 |
| 2024 | 109,056,943.00 | 109.06 million | 143 |
| 2025 | 314,621,423.89 | 314.62 million | 143 |
Insight
Obligations for PIID N0002418C2307 were highest in 2022 at $801.90 million, following $640.95 million in 2021, then fell sharply to $113.17 million in 2023 and remained near that level in 2024 at $109.06 million. In 2025, obligations increased to $314.62 million, indicating a partial rebound but still well below the 2021–2022 peak. Award counts were relatively stable at 103–110 in 2021–2022, then increased to 140–143 from 2023 through 2025, suggesting greater distribution across awards despite lower annual obligation totals in the later years.
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.