This page summarizes award number N0001914C0050 for agency ID 9700 across the last 5 years. The award shows 78 actions and total obligated amount of 569,951,656.77.
Award Number
Award Number 9700 / N0001914C0050 Federal Contract Action Summary (Last 5 Years)
Federal procurement summary for award number N0001914C0050 under agency ID 9700 over the last 5 years.
Total obligated is shown as both a readable figure of 569.95 million and the exact value of 569,951,656.77.
Overview
Over the last 5 years, award N0001914C0050 shows 78 recorded actions and total obligated funding of 569,951,656.77. The average action value is 7,307,072.52, which provides a simple measure of the award’s activity across the analysis window. This page is limited to the data points provided for the award.
How to use this page
Use this page to review the award’s obligated total, action count, and average action value in one place. It is suited to quick analysis of award activity for agency ID 9700 and to comparing this award against other procurement records in the same period.
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 = 'N0001914C0050'
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 |
|---|---|---|---|---|
| 1700 | DEPT OF THE NAVY | 569,951,656.77 | 569.95 million | 75 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 3 |
Insight
Obligations are highly concentrated in the DEPT OF THE NAVY, which accounts for $569.95 million across 75 awards. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears only marginally in the 5-year window, with 3 awards and no obligated dollars. This distribution indicates that the award activity for PIID N0001914C0050 is overwhelmingly associated with the Navy, with DCMA involvement limited to non-obligated actions.
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 = 'N0001914C0050'
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 |
|---|---|---|---|---|
| SIKORSKY AIRCRAFT CORPORATION | 78286 | 569,951,656.77 | 569.95 million | 78 |
Insight
Over the 5-year window, obligations for PIID N0001914C0050 are fully concentrated with SIKORSKY AIRCRAFT CORPORATION (CAGE 78286), which accounts for $569.95 million across 78 awards. This indicates a highly concentrated vendor profile with no other vendors represented in the provided rows. The award activity suggests sustained reliance on a single contractor for this award record.
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 = 'N0001914C0050'
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 | 569,951,656.77 | 569.95 million | 78 |
Insight
Obligations for PIID N0001914C0050 are fully concentrated in NAICS 336411, Aircraft Manufacturing, over the 5-year window. This single NAICS accounts for $569.95 million across 78 awards, indicating a highly focused procurement profile with no observed diversification 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 = 'N0001914C0050'
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 |
|---|---|---|---|---|
| AC14 | NATIONAL DEFENSE R&D SERVICES; DEPARTMENT OF DEFENSE - MILITARY; R&D ADMINISTRATIVE EXPENSES | 569,951,656.77 | 569.95 million | 78 |
Insight
Over the 5-year window, obligations for PIID N0001914C0050 are concentrated entirely in PSC AC14, with $569.95 million obligated across 78 awards. This indicates a highly focused spend profile under a single PSC, rather than a diversified distribution across multiple product or service categories. The concentration in AC14 suggests that activity under this award is dominated by DoD R&D administrative expense support.
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 = 'N0001914C0050'
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 | 502,635,401.44 | 502.64 million | 23 |
| 2022 | 37,934,417.65 | 37.93 million | 23 |
| 2023 | 28,316,000.68 | 28.32 million | 17 |
| 2024 | 1,065,837.00 | 1.07 million | 12 |
| 2025 | 0.00 | 0.00 | 3 |
Insight
Obligations for PIID N0001914C0050 are highly concentrated in 2021, when $502.64 million was obligated across 23 awards, followed by a sharp decline in subsequent years. Annual obligated amounts fell to $37.93 million in 2022 and $28.32 million in 2023, then dropped to $1.07 million in 2024, while award counts also decreased from 23 to 12 over the period. In 2025, three awards are recorded with no obligated dollars, indicating continued award activity without associated obligations in the current window.
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.