Award N0002416C2229 recorded 34 actions in the last full year and obligated $77.77 million. The average action value was $2,287,301.86.
Award Number
Award Number 9700 / N0002416C2229 Federal Contract Action Summary (Last Year)
Procurement analysis page for award number N0002416C2229 under agency ID 9700, showing last full year obligations and action activity.
Dollar totals reflect the provided analysis window and use the exact obligated amount of 77768263.21.
Overview
This award page summarizes activity for PIID N0002416C2229 under agency ID 9700 during the last full year. The award obligated $77,768,263.21 across 34 actions, which equals an average action value of $2,287,301.86.
How to use this page
Use this page to review obligation magnitude and action frequency for the award in the selected period. The figures provide a compact view of how much was obligated and how that amount was distributed across recorded actions.
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 = 'N0002416C2229'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 | 77,768,263.21 | 77.77 million | 34 |
Insight
Within the 1-year window for PIID N0002416C2229, obligated dollars are fully concentrated in a single top agency: the Department of the Navy. That agency accounts for $77.77 million across 34 awards, indicating all reported obligation activity in this view is concentrated within one agency and reflecting a narrow distribution of funding.
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 = 'N0002416C2229'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 |
|---|---|---|---|---|
| NATIONAL STEEL AND SHIPBUILDING COMPANY | 81220 | 77,768,263.21 | 77.77 million | 34 |
Insight
Obligations for PIID N0002416C2229 over the 1-year window are fully concentrated with NATIONAL STEEL AND SHIPBUILDING COMPANY (CAGE 81220), which accounts for $77.77 million across 34 awards. This indicates a highly concentrated vendor distribution with no other vendors represented in the provided rows. The volume of awards suggests repeated funding action to the same contractor during the period.
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 = 'N0002416C2229'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 | 77,768,263.21 | 77.77 million | 34 |
Insight
Within the 1-year window, all reported obligations for award N0002416C2229 under agency 9700 are concentrated in NAICS 336611, Ship Building and Repairing. This NAICS accounts for $77.77 million across 34 awards, indicating a narrow industry focus with no observed distribution across other NAICS codes in the provided data.
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 = 'N0002416C2229'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 |
|---|---|---|---|---|
| 1915 | CARGO AND TANKER VESSELS | 77,768,263.21 | 77.77 million | 34 |
Insight
Within the 1-year window for award N0002416C2229, PSC 1915 (Cargo and Tanker Vessels) accounts for $77.77 million across 34 awards. Obligations are fully concentrated in this single PSC, indicating a narrow procurement profile with no diversification across other product or service categories in the provided data. This concentration suggests the award activity is heavily focused on vessel-related requirements.
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 = 'N0002416C2229'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2025 | 77,768,263.21 | 77.77 million | 34 |
Insight
Within the 1-year window, this award shows all reported obligation activity in FY 2025, with total obligations of $77.77 million across 34 awards/actions. The obligation profile is therefore concentrated in a single fiscal year, indicating no year-over-year distribution can be assessed from the provided data. The average obligation per recorded action is approximately $2.29 million, suggesting moderate dispersion across the 34 entries rather than dependence on a single transaction.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.