This page summarizes award number FA862518F7027 for agency ID 9700 over the last full year. The award recorded 6 actions with total obligated amount of -$16,958,902.08.
Award Number
Award Number 9700 / FA862518F7027 Federal Contract Action Summary (Last Year)
Award number FA862518F7027 for agency 9700 shows obligations of -$16.96 million across the last full year.
Average action value for this period was -$2,826,483.68, based on 6 award actions.
Overview
Award number FA862518F7027 is identified under agency ID 9700 for the last full year analysis window. The record shows total obligated dollars of -$16,958,902.08 across 6 award actions, with an average action value of -$2,826,483.68. The negative obligated total indicates net deobligation or downward adjustment during the period.
How to use this page
Use this page to review the award-level obligation pattern for FA862518F7027 in the selected time window. The action count and average action value provide a compact view of how the total changed across the 6 reported actions. For FPDS analysis, this summary is useful for tracking net obligation movement rather than individual line-item detail.
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 = 'FA862518F7027'
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 | -16,958,902.08 | -16.96 million | 6 |
Insight
All reported obligations in the 1-year window are concentrated in a single top agency: DEPT OF THE AIR FORCE (agency ID 5700), which accounts for -$16.96 million across 6 awards. This indicates a fully concentrated distribution with no diversification across other agencies in the provided rows. The negative obligated total suggests net deobligations or downward funding adjustments associated with this award set.
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 = 'FA862518F7027'
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 |
|---|---|---|---|---|
| LOCKHEED MARTIN CORPORATION | 98897 | -16,958,902.08 | -16.96 million | 6 |
Insight
Award activity for PIID FA862518F7027 is fully concentrated with a single vendor in the 1-year window: LOCKHEED MARTIN CORPORATION (CAGE 98897). The vendor accounts for all six awards and a net obligated total of -$16.96 million, indicating deobligations or negative net funding across the period. This pattern reflects highly concentrated vendor dependence and materially negative net obligation activity for the award.
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 = 'FA862518F7027'
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 | -16,958,902.08 | -16.96 million | 6 |
Insight
Obligations for this award are fully concentrated in NAICS 336411, Aircraft Manufacturing, with $-16.96 million across 6 awards in the 1-year window. This indicates the award activity is narrowly focused within a single industry category rather than distributed across multiple NAICS codes. The negative obligated total suggests net deobligations or reductions within this NAICS over the period.
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 = 'FA862518F7027'
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 | -16,958,902.08 | -16.96 million | 6 |
Insight
Obligations in the 1-year window are fully concentrated in PSC 1510, Aircraft, Fixed Wing, with -$16.96 million across 6 awards. This indicates a single-product procurement pattern with no observable PSC diversification in the provided data. The negative obligated amount suggests downward adjustment activity within 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 = 'FA862518F7027'
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 | -16,958,902.08 | -16.96 million | 6 |
Insight
In the 1-year window, FY2025 is the only year reported, with -$16.96 million in total obligated amount across 6 awards. This indicates all observed activity is concentrated in a single fiscal year, with a negative net obligation total that should be interpreted in the context of deobligations or downward obligation adjustments. With only one year of data, no multi-year trend can be assessed.
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.