This award record summarizes procurement activity for PIID N0002424C2115 under agency ID 9700 during the last full year. The file contains one action with total obligated dollars of -108,990,818.
Award Number
Award Number 9700 / N0002424C2115 Federal Contract Action Summary (Last Year)
Award number N0002424C2115 for agency ID 9700 shows one recorded action in the last full year with total obligations of -108.99 million.
Values reflect the provided analysis window and may include deobligations or other negative funding adjustments.
Overview
Award number N0002424C2115 is associated with agency ID 9700 and a single recorded action in the last full year. Total obligated value is -108,990,818, which yields an average action value of the same amount because only one action is present. This page is useful for reviewing the size and direction of the award’s recorded funding movement within the selected period.
How to use this page
Use this page to inspect the award-level obligation total, action count, and average action value for the specified period. The negative total should be interpreted as a funding decrease or deobligation rather than new obligation activity. For broader analysis, compare this award against related actions or other awards under the same agency ID.
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 = 'N0002424C2115'
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 | -108,990,818.00 | -108.99 million | 1 |
Insight
Within the 1-year window for PIID N0002424C2115, all reported obligated dollars in this section are concentrated in a single agency, the Department of the Navy (agency 1700). The reported total obligated amount is negative at -$108.99 million across 1 award, indicating a deobligation or downward obligation adjustment rather than new funding. This pattern reflects highly concentrated award activity with one agency driving the full observed movement.
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 = 'N0002424C2115'
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 |
|---|---|---|---|---|
| BECHTEL PLANT MACHINERY, INC. | 4SVU7 | -108,990,818.00 | -108.99 million | 1 |
Insight
All reported obligations in the 1-year window are concentrated with BECHTEL PLANT MACHINERY, INC. (CAGE 4SVU7), which accounts for the full reported total on this award. The single record reflects -$108.99 million across one award action, indicating a highly concentrated vendor profile with no diversification among top vendors for this PIID. Negative obligated value should be interpreted in context of deobligation or funding adjustment 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 = 'N0002424C2115'
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 |
|---|---|---|---|---|
| 332410 | POWER BOILER AND HEAT EXCHANGER MANUFACTURING | -108,990,818.00 | -108.99 million | 1 |
Insight
Over the 1-year window, obligations are fully concentrated in NAICS 332410, Power Boiler and Heat Exchanger Manufacturing, with a single award accounting for the entire reported activity under this section. The obligated amount is negative at -$108.99 million, indicating a substantial downward adjustment or de-obligation rather than new funding. Because only one award is represented, there is no distribution across multiple NAICS codes within this result set.
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 = 'N0002424C2115'
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 |
|---|---|---|---|---|
| 1905 | COMBAT SHIPS AND LANDING VESSELS | -108,990,818.00 | -108.99 million | 1 |
Insight
Over the past year, obligations for this award are fully concentrated in PSC 1905, Combat Ships and Landing Vessels, with a single action accounting for the entire reported total. The reported obligated amount is -$108.99 million, indicating a net negative obligation in this category during the period. With no other PSCs represented, the award’s activity is highly concentrated and offers no evidence of broader PSC diversification.
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 = 'N0002424C2115'
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 | -108,990,818.00 | -108.99 million | 1 |
Insight
For FY 2025, this award shows a single obligation action totaling -$108.99 million across one award record, indicating complete concentration in one annual data point. The negative obligated amount suggests a deobligation, downward adjustment, or other reduction in funding during the 1-year window. With only one observed year and one award count, no broader annual trend or distribution pattern can be assessed from this series.
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.