This page summarizes the award number N0001918C1041 for agency ID 9700 across the last 10 years. It reflects 79 award actions with total obligated spending of 1.91 billion.
Award Number
Award Number 9700 / N0001918C1041 Federal Contract Action Summary (Last 10 Years)
Federal award record for PIID N0001918C1041 under agency ID 9700, showing obligations and action history over the last 10 years.
Totals are based on the provided 10-year analysis window and the exact obligated amount of 1914366871.75.
Overview
The award record for PIID N0001918C1041 shows 79 actions during the last 10 years, with total obligations of 1,914,366,871.75. The average action value is 24,232,492.05, indicating relatively high-value activity across the period. This page is focused on the award number view and does not add details beyond the supplied award-level metrics.
How to use this page
Use this page to review the award’s obligation total, action count, and average action value in one place. It is useful for quick tracking, filtering, and comparison against other award records with the same agency ID or time window.
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 = 'N0001918C1041'
AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 | 1,928,709,373.17 | 1.93 billion | 71 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -14,342,501.42 | -14.34 million | 8 |
Insight
Obligations under PIID N0001918C1041 are highly concentrated in the DEPT OF THE NAVY, which accounts for $1.93 billion across 71 awards over the 10-year window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) shows a comparatively small negative obligated value of $14.34 million across 8 awards, indicating a limited offset relative to Navy funding. Overall, the award is dominated by Navy-obligated activity, with DCMA representing a minor adjustment rather than a material share of total obligations.
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 = 'N0001918C1041'
AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
AND content__award__vendor__vendorHeader__vendorName != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 | 1,914,366,871.75 | 1.91 billion | 79 |
Insight
LOCKHEED MARTIN CORPORATION (CAGE 81755) accounts for all reported obligations in this 10-year window for award PIID N0001918C1041, with $1.91 billion across 79 awards. This indicates complete vendor concentration and no visible distribution across other contractors in the provided data. The award pattern suggests sustained reliance on a single vendor over 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 = 'N0001918C1041'
AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
AND content__award__productOrServiceInformation__principalNAICSCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 | 1,914,366,871.75 | 1.91 billion | 79 |
Insight
Obligations for PIID N0001918C1041 over the 10-year window are fully concentrated in NAICS 336411, Aircraft Manufacturing. This NAICS accounts for $1.91 billion across 79 awards, indicating a highly focused procurement profile with no diversification across other NAICS codes in the provided data. The concentration suggests the award activity is tied to aircraft manufacturing requirements rather than a broader mix of industry sectors.
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 = 'N0001918C1041'
AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
AND content__award__productOrServiceInformation__productOrServiceCode != ''
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 | 1,914,366,871.75 | 1.91 billion | 79 |
Insight
For award N0001918C1041, obligations are fully concentrated in PSC 1510, Aircraft, Fixed Wing, totaling $1.91 billion across 79 awards. This indicates a highly focused procurement profile with no diversification across other PSCs in the provided 10-year window. The distribution suggests this award activity is dominated by fixed-wing aircraft requirements rather than a broad mix of supply or service categories.
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 = 'N0001918C1041'
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2018 | 1,454,910,510.00 | 1.45 billion | 41 |
| 2019 | 12,419,999.00 | 12.42 million | 28 |
| 2020 | -14,342,501.42 | -14.34 million | 7 |
| 2025 | 461,378,864.17 | 461.38 million | 3 |
Insight
Obligations for PIID N0001918C1041 are highly concentrated in 2018, when annual obligated value reached $1.45 billion across 41 awards. Activity then dropped sharply in 2019 to $12.42 million and in 2020 showed a net deobligation of $14.34 million across 7 awards, indicating a substantial reversal in funding flow. A partial rebound appears in 2025 with $461.38 million obligated across 3 awards, but this remains well below the 2018 peak and is distributed across far fewer awards.
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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.