This page summarizes obligation activity for award FA910115C0500 during the last full year. The award shows 9 actions and net obligated total of -11.80 million.
Award Number
Award Number 9700 / FA910115C0500 Federal Contract Action Summary (Last Year)
Federal procurement award page for award number FA910115C0500 under Agency ID 9700, showing last full year obligation activity.
Figures are based on the provided analysis window and may reflect deobligations as indicated by the negative total obligated amount.
Overview
In the last full year, award FA910115C0500 recorded 9 award actions with a net obligated total of -11,803,729.3, or about -11.80 million. The average action value was -1,311,525.48, indicating that the overall activity was negative in obligation terms.
How to use this page
Use this page to review the award-level obligation pattern for FA910115C0500 within Agency ID 9700 over the selected period. The action count and average action value provide a compact view of how the total obligation changed across the 9 recorded actions.
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 = 'FA910115C0500'
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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | -11,803,729.30 | -11.80 million | 9 |
Insight
Over the 1-year window, obligation activity for PIID FA910115C0500 is entirely concentrated in a single top agency: the Department of the Air Force (agency 5700). That agency accounts for 9 awards and -$11.80 million in total obligated value, indicating all observed activity in this view is linked to one agency and reflects a net deobligation position.
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 = 'FA910115C0500'
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 |
|---|---|---|---|---|
| NATIONAL AEROSPACE SOLUTIONS, LLC | 77SY4 | -11,803,729.30 | -11.80 million | 9 |
Insight
Over the past 1 year, obligations under PIID FA910115C0500 are entirely concentrated with NATIONAL AEROSPACE SOLUTIONS, LLC (CAGE 77SY4), which accounts for the full reported vendor activity in this section. Across 9 awards, the vendor shows total obligated amount of -$11.80 million, indicating a net downward obligation trend for the period. With no other vendors reflected, the award base is highly concentrated and lacks distribution across multiple suppliers.
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 = 'FA910115C0500'
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 |
|---|---|---|---|---|
| 541330 | ENGINEERING SERVICES | -11,803,729.30 | -11.80 million | 9 |
Insight
Obligations in the 1-year window are fully concentrated in NAICS 541330, Engineering Services, with -$11.80 million across 9 awards. This indicates a single-industry award profile with no visible diversification in the provided data. The negative obligated amount suggests net deobligations or downward adjustments during the period, rather than new funding growth.
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 = 'FA910115C0500'
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 |
|---|---|---|---|---|
| AZ16 | R&D- OTHER RESEARCH AND DEVELOPMENT (MANAGEMENT/SUPPORT) | -11,803,729.30 | -11.80 million | 9 |
Insight
Over the past 1 year, obligations for PIID FA910115C0500 are concentrated in PSC AZ16, R&D - Other Research and Development (Management/Support), which accounts for all reported activity in this section. The nine awards in this PSC total -$11.80 million in obligated value, indicating a net deobligation position rather than net funding growth. This pattern suggests the award’s recent obligated activity is narrowly focused and characterized by reversals or downward adjustments within a single PSC category.
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 = 'FA910115C0500'
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 | -11,803,729.30 | -11.80 million | 9 |
Insight
In the 1-year window, this award shows 9 transactions in FY2025 with net obligated amounts totaling -$11.80 million. The activity is concentrated entirely in a single year, so there is no visible year-over-year trend within the provided period. The negative obligated total indicates net deobligation or downward adjustment rather than net new funding.
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.