This page summarizes the award-level obligation history for PIID N0001916C0033 within agency ID 9700 over the last 5 years. The record shows 18 award actions and total obligated amount of -$47.98 million.
Award Number
Award Number 9700 / N0001916C0033 Federal Contract Action Summary (Last 5 Years)
Procurement analysis page for award number N0001916C0033 at agency ID 9700, showing obligations and action activity over the last 5 years.
Average action value is -$2,665,501.91, based on the reported total obligated exact amount of -$47,979,034.37 across 18 actions.
Overview
Over the last 5 years, award N0001916C0033 at agency ID 9700 recorded 18 actions with total obligations of -$47,979,034.37. The average action value across the period was -$2,665,501.91. This page is limited to the supplied award, agency, and obligation fields.
How to use this page
Use this page to review award-level obligation magnitude and action count for PIID N0001916C0033. It is suitable for quick reference when comparing activity across awards, tracking changes over time, or validating the reported total obligated amount and average action value.
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 = 'N0001916C0033'
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 |
|---|---|---|---|---|
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 1 |
| 1700 | DEPT OF THE NAVY | -47,979,034.37 | -47.98 million | 17 |
Insight
Award activity is concentrated in DEPT OF THE NAVY, which accounts for 17 of the 18 awards and -$47.98 million in obligated value over the 5-year window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears only once and carries no obligated dollars, indicating limited financial distribution outside the Navy. Overall, the PIID is overwhelmingly associated with Navy-obligated activity, with DCMA involvement limited to a non-obligated award record.
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 = 'N0001916C0033'
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 | 81755 | -47,979,034.37 | -47.98 million | 18 |
Insight
LOCKHEED MARTIN CORPORATION is the sole top vendor for this award over the 5-year window, indicating complete vendor concentration. Across 18 actions, the award shows a net obligated total of -$47.98 million, suggesting overall downward funding movement rather than net growth. With no other vendors represented in this section, the award’s obligation activity is entirely concentrated with a single contractor.
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 = 'N0001916C0033'
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 |
|---|---|---|---|---|
| 336411 | AIRCRAFT MANUFACTURING | -47,979,034.37 | -47.98 million | 18 |
Insight
Obligations for PIID N0001916C0033 are concentrated entirely in NAICS 336411, Aircraft Manufacturing, over the 5-year window. The single recorded NAICS category accounts for 18 awards and a net total obligated amount of -$47.98 million, indicating all observed obligation activity is within this industrial classification and net outlays were negative over the period. This concentration limits NAICS diversification in the award record and suggests the contract’s funding history is highly focused in aircraft manufacturing.
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 = 'N0001916C0033'
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 |
|---|---|---|---|---|
| 1510 | AIRCRAFT, FIXED WING | -47,979,034.37 | -47.98 million | 18 |
Insight
Over the 5-year window for award N0001916C0033 under agency 9700, obligations are concentrated entirely in PSC 1510, Aircraft, Fixed Wing. This PSC accounts for 18 awards and a net total obligated amount of -$47.98 million, indicating all reported activity in this section is tied to a single product category. The negative obligation total is material and suggests substantial downward adjustment or deobligation activity within this PSC.
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 = 'N0001916C0033'
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 | -4,168,960.00 | -4.17 million | 4 |
| 2022 | -44,656,028.00 | -44.66 million | 5 |
| 2023 | 845,953.63 | 845.95 thousand | 6 |
| 2024 | 0.00 | 0.00 | 2 |
| 2025 | 0.00 | 0.00 | 1 |
Insight
Obligations for PIID N0001916C0033 under agency 9700 were concentrated in FY 2022, which recorded the largest negative net obligated amount at -$44.66 million across 5 awards. FY 2021 also reflected negative obligations (-$4.17 million over 4 awards), while FY 2023 reversed to a small positive net obligation of $845.95 thousand across 6 awards. FY 2024 and FY 2025 show zero obligated amounts with only 2 and 1 awards, respectively, indicating a sharp decline in obligated activity after FY 2023.
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.