This page summarizes the award identified by PIID FA881113C0003 for agency ID 9700 during the last 5 years. The record shows $26.32 million in total obligated amount across 24 award actions, with an average action value of $1.10 million.
Award Number
Award Number 9700 / FA881113C0003 Federal Contract Action Summary (Last 5 Years)
Federal procurement summary for award FA881113C0003 under agency ID 9700 covering obligations and action history over the last 5 years.
Obligation totals are reported as provided, with a readable total of $26.32 million and an exact total of $26,324,211.01.
Overview
The award record for PIID FA881113C0003 shows 24 actions within the last 5 years and total obligations of $26,324,211.01. The average action value is $1,096,842.13, which provides a simple measure of how the award activity is distributed across actions.
How to use this page
Use this page to review the award's obligation total, action count, and average action value in one place. It is a reference summary for understanding the scale of activity associated with PIID FA881113C0003 under agency ID 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 = 'FA881113C0003'
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 | 58,931,554.59 | 58.93 million | 9 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -32,607,343.58 | -32.61 million | 15 |
Insight
Obligations for PIID FA881113C0003 over the past 5 years are concentrated primarily with the DEPT OF THE AIR FORCE, which accounts for 58.93 million across 9 awards. DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) records a net negative obligated amount of 32.61 million across 15 awards, indicating significant downward adjustment activity relative to the Air Force’s positive obligations. The distribution suggests the award’s funding activity is concentrated but offset by substantial deobligations or other negative adjustments within 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 = 'FA881113C0003'
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 | 26,324,211.01 | 26.32 million | 24 |
Insight
Obligations for PIID FA881113C0003 are fully concentrated with a single vendor over the 5-year window. UNITED LAUNCH SERVICES, LLC (CAGE 43HC6) received $26.32 million across 24 awards, indicating repeated use of the same contractor rather than a diversified vendor base. This level of concentration suggests sustained reliance on one supplier for this 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 = 'FA881113C0003'
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 | 26,324,211.01 | 26.32 million | 24 |
Insight
Over the 5-year window, this award is fully concentrated in NAICS 481212, Nonscheduled Chartered Freight Air Transportation. The award accounts for 24 actions and $26.32 million in obligated value, indicating a single-industry procurement pattern with no diversification across NAICS codes in the provided data. This concentration suggests the award’s obligations were consistently tied to freight air transportation requirements.
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 = 'FA881113C0003'
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 | 26,324,211.01 | 26.32 million | 24 |
Insight
Obligations for this award are fully concentrated in PSC V126, Transportation/Travel/Relocation - Transportation: Space Transportation/Launch, totaling $26.32 million across 24 actions in the 5-year window. This indicates a narrow service profile with recurring awards or modifications under a single PSC rather than a diversified mix of goods or services.
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 = 'FA881113C0003'
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 | 57,958,409.78 | 57.96 million | 13 |
| 2022 | -655,000.00 | -655.00 thousand | 3 |
| 2023 | -9,015,999.61 | -9.02 million | 3 |
| 2024 | -10,828,317.59 | -10.83 million | 3 |
| 2025 | -11,134,881.57 | -11.13 million | 2 |
Insight
Obligations are highly concentrated in 2021, when the award recorded $57.96 million across 13 actions. From 2022 through 2025, annual obligations are negative each year and remain relatively small in count (2 to 3 awards annually), indicating sustained downward adjustments rather than new positive funding growth. The largest annual de-obligation occurs in 2025 at -$11.13 million, following similar negative levels in 2023 and 2024.
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.