This page summarizes award number N0001914C0002 for agency ID 9700 across the last 5 years. It shows 24 award actions with total obligated dollars of -$40.51 million.
Award Number
Award Number 9700 / N0001914C0002 Federal Contract Action Summary (Last 5 Years)
Federal procurement page for award number N0001914C0002 under agency ID 9700, summarizing actions and obligations over the last 5 years.
Figures on this page are based on the provided analysis window and reflect a total obligated exact amount of -40505956.74.
Overview
Award number N0001914C0002 is tied to agency ID 9700 and is summarized here for the last 5 years of activity. The record includes 24 award actions and an average action value of -$1.69 million, based on the provided totals. Total obligated dollars for the period are -$40.51 million.
How to use this page
Use this page to review the award-level obligation pattern for N0001914C0002 within the selected analysis window. The action count and average action value provide a simple view of how activity is distributed across the record. All values shown here are limited to the inputs provided for this page.
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 = 'N0001914C0002'
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) | -15,477,508.99 | -15.48 million | 6 |
| 1700 | DEPT OF THE NAVY | -25,028,447.75 | -25.03 million | 18 |
Insight
For PIID N0001914C0002 over the past 5 years, obligations are concentrated in two top agencies: the Dept of the Navy and DCMA. The Dept of the Navy accounts for the larger share of activity, with 18 awards and -$25.03 million obligated, while DCMA has 6 awards and -$15.48 million obligated. Together, these agencies represent the full top-agency concentration in the provided data, with obligations recorded as negative amounts across both agencies.
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 = 'N0001914C0002'
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 | -40,505,956.74 | -40.51 million | 24 |
Insight
For award N0001914C0002 over the 5-year window, obligations are fully concentrated with a single vendor, Lockheed Martin Corporation (CAGE 81755). This vendor accounts for 24 awards and a net total obligated value of -$40.51 million, indicating all recorded obligations in this view are associated with one contractor. The negative cumulative amount suggests net deobligation activity or adjustments rather than positive obligation growth.
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 = 'N0001914C0002'
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 | -40,505,956.74 | -40.51 million | 24 |
Insight
Obligations for PIID N0001914C0002 are fully concentrated in NAICS 336411, Aircraft Manufacturing, over the 5-year window. The single reported NAICS category accounts for 24 awards and a net obligated amount of -$40.51 million, indicating all recorded activity in this view is tied to this manufacturing classification. Because no other NAICS codes are present, there is no observable distribution across industries 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 = 'N0001914C0002'
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 | -40,505,956.74 | -40.51 million | 24 |
Insight
Obligations under PIID N0001914C0002 are entirely concentrated in PSC 1510, Aircraft, Fixed Wing, with -$40.51 million across 24 awards/actions in the 5-year window. This indicates a highly focused procurement profile with no evidence of PSC diversification in the provided data. The negative obligated amount suggests deobligations or net downward adjustments for this PSC over the period.
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 = 'N0001914C0002'
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 | 9,670,497.00 | 9.67 million | 9 |
| 2022 | -28,949,428.50 | -28.95 million | 5 |
| 2023 | -20,868,356.22 | -20.87 million | 6 |
| 2024 | 0.00 | 0.00 | 2 |
| 2025 | -358,669.02 | -358.67 thousand | 2 |
Insight
Obligations for PIID N0001914C0002 are concentrated in 2021, with $9.67 million across 9 awards, followed by substantially lower annual activity in later years. From 2022 through 2025, net obligated amounts are negative or near zero, including -$28.95 million in 2022, -$20.87 million in 2023, $0 in 2024, and -$358.67 thousand in 2025. This pattern indicates a front-loaded obligation profile with later-year deobligations exceeding new obligations.
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.