This page summarizes the federal award identified by PIID N0002417C2301 under agency 9700. Over the last 10 years, the award recorded 243 actions and $2,813,953,408.15 in obligated value.
Award Number
Award Number 9700 / N0002417C2301 Federal Contract Action Summary (Last 10 Years)
Award number N0002417C2301 for agency 9700 shows 243 actions over the last 10 years, with total obligations of $2.81 billion.
Dollar figures are shown as reported for the selected 10-year analysis window, with a readable total of $2.81 billion and an exact total of $2,813,953,408.15.
Overview
The award record for N0002417C2301 is associated with agency 9700 and reflects activity across a 10-year analysis window. During that period, the award reached 243 actions and total obligated value of $2,813,953,408.15, with an average action value of $11,580,055.18.
How to use this page
Use this page to review the scale and cadence of obligations tied to the award number, including total dollars, action count, and average action value. It is a starting point for comparing this award against other records in the same agency or time 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 = 'N0002417C2301'
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 | 2,813,953,408.15 | 2.81 billion | 243 |
Insight
For PIID N0002417C2301 over the 10-year window, obligations are entirely concentrated in DEPT OF THE NAVY, which accounts for $2.81 billion across 243 awards. This indicates a highly concentrated award profile with no visible distribution across other agencies in the provided data. The volume of awards suggests repeated procurement activity within a single agency relationship rather than a broad interagency spread.
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 = 'N0002417C2301'
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 |
|---|---|---|---|---|
| AUSTAL USA, LLC | 1T3Z4 | 2,813,953,408.15 | 2.81 billion | 243 |
Insight
Obligations for PIID N0002417C2301 are fully concentrated with AUSTAL USA, LLC (CAGE 1T3Z4), which accounts for $2.81 billion across 243 awards over the 10-year window. This indicates a highly concentrated vendor profile with no other vendors represented in the provided data. The award pattern suggests sustained reliance on a single contractor rather than a distributed vendor 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 = 'N0002417C2301'
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 | 2,813,953,408.15 | 2.81 billion | 243 |
Insight
Obligations under PIID N0002417C2301 are fully concentrated in NAICS 336611, Ship Building and Repairing, with 243 awards totaling $2.81 billion over the 10-year window. This indicates a highly focused procurement profile with no apparent NAICS diversification in the provided data. The award count suggests the obligation base is distributed across multiple actions within the same industrial classification rather than a single isolated transaction.
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 = 'N0002417C2301'
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 | 2,813,953,408.15 | 2.81 billion | 243 |
Insight
Obligations under PIID N0002417C2301 are highly concentrated in PSC 1905, Combat Ships and Landing Vessels, which accounts for the full reported obligation in this 10-year window. The award reflects 243 obligations totaling $2.81 billion, indicating sustained activity within a single procurement category rather than a broad distribution across multiple PSCs. This concentration suggests the award is dominated by ship-related work.
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 = 'N0002417C2301'
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 |
|---|---|---|---|
| 2017 | 885,405,221.00 | 885.41 million | 5 |
| 2018 | 1,749,789,333.00 | 1.75 billion | 22 |
| 2019 | 23,838,780.00 | 23.84 million | 31 |
| 2020 | 23,574,241.00 | 23.57 million | 29 |
| 2021 | 37,366,884.00 | 37.37 million | 40 |
| 2022 | 30,529,071.15 | 30.53 million | 39 |
| 2023 | 37,470,116.00 | 37.47 million | 30 |
| 2024 | 29,232,251.00 | 29.23 million | 23 |
| 2025 | -3,252,489.00 | -3.25 million | 24 |
Insight
Obligations are heavily concentrated in 2017 and 2018, which together account for the vast majority of the 10-year obligated value, with 2018 peaking at 1.75 billion after 885.41 million in 2017. From 2019 through 2024, annual obligations fall sharply and remain in a comparatively narrow band of about 23.57 million to 37.47 million despite award counts ranging from 23 to 40, indicating a much smaller but steady level of activity. In 2025, obligations are negative 3.25 million, suggesting downward adjustment activity rather than new funding growth.
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.