This page summarizes the procurement activity associated with award number FA881119C0002 for agency ID 9700. Over the last 10 years, the award shows 66 actions and total obligated funding of 1.73 billion.
Award Number
Award Number 9700 / FA881119C0002 Federal Contract Action Summary (Last 10 Years)
Federal award record for award number FA881119C0002 under agency ID 9700, showing obligations and action history over the last 10 years.
Total obligated is 1,728,709,520.93, and the average action value is 26,192,568.5; values reflect the provided analysis window and may change with new reporting.
Overview
The award record for FA881119C0002 shows procurement activity tracked across a 10-year analysis window. The total obligated amount is 1,728,709,520.93 across 66 award actions, with an average action value of 26,192,568.5.
How to use this page
Use this page to review the award’s obligation total and action count at a glance. It can also support comparison with other awards under agency ID 9700 using the same analysis window and obligation measures.
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 10 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 | 1,728,709,520.93 | 1.73 billion | 59 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | 0.00 | 0.00 | 7 |
Insight
Obligations are highly concentrated within the DEPT OF THE AIR FORCE, which accounts for $1.73 billion across 59 awards over the 10-year window. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) appears with 7 awards but no obligated dollars, indicating administrative or oversight activity rather than funding concentration. Overall, the award activity is dominated by a single agency with funding, with limited distribution elsewhere.
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 10 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 | 1,728,709,520.93 | 1.73 billion | 66 |
Insight
Over the 10-year window for award FA881119C0002, obligation activity is fully concentrated in UNITED LAUNCH SERVICES, LLC (CAGE 43HC6). The vendor accounts for 1.73 billion across 66 awards, indicating sustained and repeated obligation flow to a single recipient. This pattern reflects a highly concentrated vendor distribution with no diversification evident in the provided data.
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 10 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 | 1,728,709,520.93 | 1.73 billion | 66 |
Insight
Over the 10-year window, obligations for award FA881119C0002 are fully concentrated in NAICS 481212, Nonscheduled Chartered Freight Air Transportation. This category accounts for $1.73 billion across 66 awards, indicating a sustained and highly focused procurement pattern with no diversification across other NAICS codes in the provided data. The volume of awards alongside the high obligated value suggests repeated activity within the same freight air transportation market segment.
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 10 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 | 1,728,709,520.93 | 1.73 billion | 66 |
Insight
Over the 10-year window, obligations for award FA881119C0002 are fully concentrated in PSC V126, Transportation/Travel/Relocation- Transportation: Space Transportation/Launch. This PSC accounts for $1.73 billion across 66 awards, indicating a consistent focus on space transportation/launch services rather than a diversified product or service mix.
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 10 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2018 | 152,429,417.00 | 152.43 million | 1 |
| 2019 | 378,280,611.88 | 378.28 million | 6 |
| 2020 | 378,563,196.56 | 378.56 million | 11 |
| 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
Obligations for PIID FA881119C0002 were heavily concentrated in 2019 and 2020, when annual obligations were about $378.28 million and $378.56 million, respectively, alongside 6 and 11 awards. Activity then declined from 2021 through 2025, with obligations falling to $249.43 million in 2021, $181.34 million in 2023, $96.71 million in 2024, and $2.06 million in 2025. Award counts increased through 2022, peaking at 16, before dropping to 7 in 2023 and remaining lower thereafter, indicating a shift from high-obligation years to smaller annual activity.
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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.