This page provides an analyst view of award number N0002418C2300 for Agency ID 9700 across the last 5 years. The award totals $150.40 million in obligated value across 132 actions.
Award Number
Award Number 9700 / N0002418C2300 Federal Contract Action Summary (Last 5 Years)
Procurement summary for award number N0002418C2300 under Agency ID 9700, showing obligations and action activity over the last 5 years.
Totals shown here are based on the provided analysis window and may differ from point-in-time reporting if records are updated.
Overview
The award number N0002418C2300 record shows total obligated value of $150,396,657.52 over the last 5 years. Across 132 actions, the average action value is $1,139,368.62, which indicates repeated obligation activity rather than a single transaction.
How to use this page
Use this page to review overall award activity, compare obligation totals, and assess how often the award has been modified or funded within the analysis window. The action count and average action value provide a compact way to gauge activity level without reviewing each individual record first.
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 = 'N0002418C2300'
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 | 150,396,657.52 | 150.40 million | 131 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 1 |
Insight
Obligations for PIID N0002418C2300 are concentrated almost entirely within the Department of the Navy, which accounts for $150.40 million across 131 awards in the 5-year window. Defense Contract Management Agency appears only once and carries no obligated amount, indicating no meaningful funding distribution beyond the Navy. Overall, the award history is highly concentrated in a single agency with negligible activity elsewhere.
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 = 'N0002418C2300'
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 | 150,396,657.52 | 150.40 million | 132 |
Insight
LOCKHEED MARTIN CORPORATION is the sole top vendor for this award in the 5-year window, accounting for the full reported obligation of $150.40 million across 132 awards. This indicates complete vendor concentration for the record provided, with all tracked obligation and activity attributed to a single contractor. The distribution does not show diversification among vendors within the supplied data.
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 = 'N0002418C2300'
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 | 150,396,657.52 | 150.40 million | 132 |
Insight
Over the 5-year window, obligations for award N0002418C2300 are fully concentrated in NAICS 336611, Ship Building and Repairing. This NAICS accounts for $150.40 million across 132 awards, indicating a highly specialized and undiversified industrial profile for this action.
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 = 'N0002418C2300'
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 | 150,396,657.52 | 150.40 million | 132 |
Insight
Within the 5-year window for award N0002418C2300, obligations are entirely concentrated in PSC 1905, Combat Ships and Landing Vessels. This category accounts for $150.40 million across 132 awards, indicating a highly focused procurement profile with no diversification across other PSCs in the provided data. The award activity suggests repeated obligations within a single ship-related product category rather than a broad mix of goods or services.
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 = 'N0002418C2300'
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 | 22,360,819.00 | 22.36 million | 38 |
| 2022 | 5,561,241.00 | 5.56 million | 24 |
| 2023 | 24,869,770.06 | 24.87 million | 22 |
| 2024 | 33,224,469.46 | 33.22 million | 21 |
| 2025 | 64,380,358.00 | 64.38 million | 27 |
Insight
Obligations for PIID N0002418C2300 were uneven across the five-year window, with a low point in 2022 at $5.56 million followed by sustained growth in 2023–2025. Annual obligated amounts increased from $22.36 million in 2021 to $64.38 million in 2025, indicating a clear upward concentration in the most recent years. Award counts were relatively stable after 2021, ranging from 21 to 27 per year, suggesting the growth in obligations was driven more by higher dollar value than by a material increase in award volume.
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.