This award page summarizes activity tied to PIID N0001917C0015 for agency ID 9700 over the last full year. Total obligated amount was 415.57 million across 27 actions, with an average action value of 15,391,617.62.
Award Number
Award Number 9700 / N0001917C0015 Federal Contract Action Summary (Last Year)
Award number N0001917C0015 for agency 9700 shows 27 award actions in the last full year.
Monetary figures are based on the provided analysis window and may differ due to rounding between readable and exact totals.
Overview
The award record for PIID N0001917C0015 in agency ID 9700 covers the last full year and shows 27 award actions. Total obligated funding was 415,573,675.84, which rounds to 415.57 million, and the average action value was 15,391,617.62. This page is intended to support quick review of award-level activity and obligation volume.
How to use this page
Use this page to identify the award by its PIID, confirm the analysis window, and review basic obligation and action counts. The figures provide a concise starting point for comparing award activity within agency 9700 or for tracing transaction-level detail associated with this award number.
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 = 'N0001917C0015'
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 | 415,573,675.84 | 415.57 million | 12 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 15 |
Insight
Within the 1-year window for PIID N0001917C0015, obligations are concentrated entirely under the DEPT OF THE NAVY, which accounts for $415.57 million across 12 awards. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears with 15 awards but zero obligated dollars, indicating administrative or oversight activity rather than funding distribution. Overall, the funding profile is highly concentrated in a single agency with no obligated amount recorded for DCMA.
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 = 'N0001917C0015'
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 |
|---|---|---|---|---|
| BELL BOEING JOINT PROJECT OFFICE | 3B1R2 | 415,573,675.84 | 415.57 million | 27 |
Insight
Obligations on PIID N0001917C0015 are concentrated with a single vendor in the 1-year window. BELL BOEING JOINT PROJECT OFFICE (CAGE 3B1R2) accounts for $415.57 million across 27 awards, indicating high spend concentration with one contractor. With no other vendors listed in this section, the available data suggests the award activity is fully dominated by this vendor during 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 = 'N0001917C0015'
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 |
|---|---|---|---|---|
| 336411 | AIRCRAFT MANUFACTURING | 415,573,675.84 | 415.57 million | 27 |
Insight
Obligations for this award are fully concentrated in NAICS 336411, Aircraft Manufacturing, with $415.57 million obligated across 27 awards in the 1-year window. This indicates a highly focused procurement profile centered on aircraft manufacturing activity rather than a diversified NAICS mix. The award count suggests repeated obligation within the same NAICS category, but no other NAICS codes are present in the provided data to indicate broader distribution.
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 = 'N0001917C0015'
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 |
|---|---|---|---|---|
| 1510 | AIRCRAFT, FIXED WING | 415,573,675.84 | 415.57 million | 27 |
Insight
Obligations for this award in the 1-year window are fully concentrated in PSC 1510, Aircraft, Fixed Wing. The award reflects 27 actions totaling $415.57 million under this single PSC, indicating a narrow product mix and a high degree of spend concentration. This pattern suggests the award is primarily associated with fixed-wing aircraft procurement or related activity rather than a distributed set of supply 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 = 'N0001917C0015'
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 | 415,573,675.84 | 415.57 million | 27 |
Insight
For PIID N0001917C0015 within Agency ID 9700, reported obligations in 2025 totaled $415.57 million across 27 awards. This indicates a highly concentrated obligation profile in the 1-year window, with substantial funding associated with a relatively small number of actions. The volume and dollar value suggest the award was a significant funding vehicle during the period reviewed.
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.