This page summarizes federal award activity for award number FA881119C0002 under agency 9700 during the last 5 years. The award shows $819,436,295.49 in total obligations across 48 actions, for an average action value of $17,071,589.49.
Award Number
Award Number 9700 / FA881119C0002 Federal Contract Action Summary (Last 5 Years)
Analysis of award number FA881119C0002 for agency 9700 over the last 5 years shows 48 actions and $819.44 million obligated.
Dollar figures are based on the provided exact total obligated amount and the readable rounded value.
Overview
In the last 5 years, award FA881119C0002 recorded 48 actions and $819,436,295.49 in total obligations. The average action value was $17,071,589.49, indicating a relatively high-dollar award with repeated modification activity over the analysis window.
How to use this page
Use this page to review the award-level obligation total and action count for FA881119C0002. The figures can support contract tracking, workload review, and comparison with other award records in agency 9700.
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 = 'FA881119C0002'
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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 819,436,295.49 | 819.44 million | 43 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 5 |
Insight
Within the 5-year window, obligations for PIID FA881119C0002 are overwhelmingly concentrated in DEPT OF THE AIR FORCE, which accounts for $819.44 million across 43 awards. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears only as a secondary awarding agency by count, with 5 awards and no obligated dollars. This pattern indicates that obligation activity is materially concentrated in a single agency, with DCMA contributing administrative or non-obligating awards rather than funding.
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 = 'FA881119C0002'
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 |
|---|---|---|---|---|
| UNITED LAUNCH SERVICES, LLC | 43HC6 | 819,436,295.49 | 819.44 million | 48 |
Insight
Over the 5-year window, UNITED LAUNCH SERVICES, LLC accounts for all identified vendor obligations for PIID FA881119C0002 under Agency ID 9700, with $819.44 million across 48 awards. This indicates complete vendor concentration within the provided data for this award. The average obligation per award is substantial, suggesting repeated funding actions rather than a small number of isolated transactions.
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 = 'FA881119C0002'
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 |
|---|---|---|---|---|
| 481212 | NONSCHEDULED CHARTERED FREIGHT AIR TRANSPORTATION | 819,436,295.49 | 819.44 million | 48 |
Insight
Over the 5-year window, obligations for award FA881119C0002 are fully concentrated in NAICS 481212, Nonscheduled Chartered Freight Air Transportation. This single NAICS accounts for $819.44 million across 48 awards, indicating a highly focused procurement pattern with no 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 = 'FA881119C0002'
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 |
|---|---|---|---|---|
| V126 | TRANSPORTATION/TRAVEL/RELOCATION- TRANSPORTATION: SPACE TRANSPORTATION/LAUNCH | 819,436,295.49 | 819.44 million | 48 |
Insight
Obligations under PIID FA881119C0002 over the 5-year window are fully concentrated in PSC V126, indicating a single-service spending profile with no visible PSC diversification in the provided data. V126 accounts for $819.44 million across 48 awards, suggesting repeated procurement activity within the same space transportation/launch category rather than a broad mix of product or service types. This concentration is material and should be interpreted as a highly focused spending pattern for the award.
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 = 'FA881119C0002'
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 | 249,429,006.89 | 249.43 million | 14 |
| 2022 | 289,893,954.96 | 289.89 million | 16 |
| 2023 | 181,339,260.94 | 181.34 million | 7 |
| 2024 | 96,711,706.40 | 96.71 million | 8 |
| 2025 | 2,062,366.30 | 2.06 million | 3 |
Insight
Annual obligations for PIID FA881119C0002 peak in 2022 at $289.89 million across 16 awards, following $249.43 million across 14 awards in 2021. Obligations then decline sharply to $181.34 million in 2023 and $96.71 million in 2024, with award counts also falling to 7 and then 8, indicating a clear contraction in both value and activity after 2022. Through 2025, obligations are minimal at $2.06 million across 3 awards, reinforcing the downward trend over the five-year 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.