This page summarizes federal award activity for PIID N0002418C2301 within agency ID 9700. The record shows $369,242,857.83 in total obligated value and an average action value of $3,886,766.92 across 95 actions in the last 5 years.
Award Number
Award Number 9700 / N0002418C2301 Federal Contract Action Summary (Last 5 Years)
Award number N0002418C2301 for agency ID 9700 shows $369.24 million in obligated value across 95 actions over the last 5 years.
Amounts reflect the provided analysis window of the last 5 years and may differ from other reporting periods or extracts.
Overview
Over the last 5 years, award N0002418C2301 records $369,242,857.83 in total obligated value under agency ID 9700. The award includes 95 actions, with an average action value of $3,886,766.92.
How to use this page
Use this page to review the scale and action history of award N0002418C2301 in one place. The figures support basic trend review, comparison across awards, and quick validation of obligated value and action volume 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 = 'N0002418C2301'
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 | 369,242,857.83 | 369.24 million | 94 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 1 |
Insight
Obligations for PIID N0002418C2301 are concentrated in the Department of the Navy, which accounts for $369.24 million across 94 awards in the 5-year window. The only other agency listed, DCMA, is associated with one award and $0 obligated, indicating no meaningful obligated-dollar distribution outside the Navy. This pattern suggests the award’s funding history is heavily centered within a single agency relationship.
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 = 'N0002418C2301'
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 |
|---|---|---|---|---|
| LOCKHEED MARTIN CORPORATION | 38597 | 369,242,857.83 | 369.24 million | 95 |
Insight
Within the 5-year window for award N0002418C2301, obligations are entirely concentrated with a single vendor: LOCKHEED MARTIN CORPORATION (CAGE 38597). This vendor accounts for $369.24 million across 95 awards, indicating sustained and highly concentrated spend rather than a broad vendor distribution.
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 = 'N0002418C2301'
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 | 369,242,857.83 | 369.24 million | 95 |
Insight
Over the 5-year window, this award is concentrated entirely in NAICS 336611, Ship Building and Repairing, with $369.24 million obligated across 95 awards. The distribution indicates a highly focused procurement profile tied to ship construction and repair activities rather than a diversified industrial base.
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 = 'N0002418C2301'
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 | 369,242,857.83 | 369.24 million | 95 |
Insight
Across the 5-year window, obligations for award N0002418C2301 are fully concentrated in PSC 1905, Combat Ships and Landing Vessels. This PSC accounts for $369.24 million across 95 awards, indicating repeated procurement activity within a single product service category. The distribution reflects a highly focused spending profile with no diversification across other PSCs in the provided data.
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 = 'N0002418C2301'
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 | 14,027,950.00 | 14.03 million | 24 |
| 2022 | 83,325,610.00 | 83.33 million | 21 |
| 2023 | 111,709,735.00 | 111.71 million | 20 |
| 2024 | 149,452,053.83 | 149.45 million | 16 |
| 2025 | 10,727,509.00 | 10.73 million | 14 |
Insight
Obligations for PIID N0002418C2301 increased sharply from 14.03 million in 2021 to a peak of 149.45 million in 2024, with annual award counts declining from 24 to 16 over the same period. The pattern indicates growing dollar concentration in fewer awards, particularly in 2023-2024. In 2025, obligated amounts fell to 10.73 million with 14 awards, suggesting a partial-year or reduced-obligation period relative to prior 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.