This page summarizes procurement activity for award number N0002417C2100 under agency ID 9700 across the last 10 years. The award shows 415 actions and a total obligated amount of $34,652,672,423, with an average action value of $83,500,415.48.
Award Number
Award Number 9700 / N0002417C2100 Federal Contract Action Summary (Last 10 Years)
Award number N0002417C2100 for agency 9700 covers 415 actions over the last 10 years, with $34.65 billion obligated in total.
Totals reflect the provided analysis window and obligated amounts for this award record.
Overview
Award number N0002417C2100 records 415 actions within the last 10 years. Total obligated funding is $34,652,672,423, which places the award in a high-dollar activity range for the period analyzed. The average action value is $83,500,415.48.
How to use this page
Use this page to review the award-level obligation pattern and action volume associated with PIID N0002417C2100. The figures provided support basic trend review and comparison within FPDS query results for agency ID 9700.
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 = 'N0002417C2100'
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 | 34,652,672,423.00 | 34.65 billion | 415 |
Insight
Within the 10-year window for award PIID N0002417C2100, obligations are fully concentrated in a single top agency: DEPT OF THE NAVY (agency ID 1700). This agency accounts for $34.65 billion across 415 awards, indicating that funding activity is highly concentrated rather than broadly distributed across multiple agencies.
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 = 'N0002417C2100'
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 |
|---|---|---|---|---|
| ELECTRIC BOAT CORPORATION | 96169 | 34,652,672,423.00 | 34.65 billion | 415 |
Insight
Obligations for PIID N0002417C2100 over the 10-year window are fully concentrated with a single vendor, ELECTRIC BOAT CORPORATION (CAGE 96169). This vendor accounts for $34.65 billion across 415 awards, indicating a highly concentrated award profile with no other vendors represented in the provided data. The volume of awards alongside the obligated dollars suggests sustained reliance on this contractor for the referenced award activity.
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 = 'N0002417C2100'
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 | 34,652,672,423.00 | 34.65 billion | 415 |
Insight
Obligations for award N0002417C2100 under agency 9700 are fully concentrated in NAICS 336611, Ship Building and Repairing, with $34.65 billion obligated across 415 awards in the 10-year window. This indicates a highly concentrated procurement profile within a single industrial base, with no evidence in the provided data of diversification across other NAICS codes. The volume and dollar value together suggest sustained, large-scale shipbuilding and repair activity rather than isolated transactions.
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 = 'N0002417C2100'
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 | 34,652,672,423.00 | 34.65 billion | 415 |
Insight
Over the 10-year window, obligations under PIID N0002417C2100 are entirely concentrated in PSC 1905, Combat Ships and Landing Vessels, with $34.65 billion obligated across 415 awards. This indicates a highly focused procurement profile with no visible diversification across other PSCs in the provided data. The award volume suggests repeated activity within the same product service category rather than broad category spread.
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 = 'N0002417C2100'
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 | 236,624,000.00 | 236.62 million | 3 |
| 2018 | 921,246,000.00 | 921.25 million | 3 |
| 2019 | 5,233,258,022.00 | 5.23 billion | 8 |
| 2020 | 5,771,080,541.00 | 5.77 billion | 35 |
| 2021 | 4,767,262,360.00 | 4.77 billion | 54 |
| 2022 | 3,881,041,690.00 | 3.88 billion | 51 |
| 2023 | 4,408,407,665.00 | 4.41 billion | 73 |
| 2024 | 776,210,455.00 | 776.21 million | 98 |
| 2025 | 8,657,541,690.00 | 8.66 billion | 90 |
Insight
Obligations for PIID N0002417C2100 are highly concentrated in the later years of the 10-year window. Funding rises from 236.62 million in 2017 to multi-billion-dollar levels beginning in 2019, remains elevated through 2023, drops sharply to 776.21 million in 2024, and then increases to 8.66 billion in 2025. Award activity also expands materially over time, increasing from 3 awards in 2017–2018 to 98 in 2024 and 90 in 2025, indicating a broader distribution of obligations across more award actions.
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.