This award record for PIID AIDOAATO1500007 shows 67 award actions over the last 5 years, with total obligations of 3.17 billion dollars. The average action value is 47,351,301.9.
Award Number
Award Number 7200 / AIDOAATO1500007 Federal Contract Action Summary (Last 5 Years)
Procurement page for award number AIDOAATO1500007 under agency ID 7200, covering obligations and actions recorded over the last 5 years.
Values are based on the provided analysis window and may differ from other reporting views if records are updated or filtered differently.
Overview
This page summarizes award number AIDOAATO1500007 for agency ID 7200 using the last 5 years of recorded activity. The award shows total obligated dollars of 3,172,537,227.32 across 67 actions, with an average action value of 47,351,301.9.
How to use this page
Use this page to review the scale and frequency of obligation activity tied to this award number. The figures support basic trend review, comparison with related awards, and identification of records that may warrant closer inspection in the underlying action history.
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 = '7200' AND content__award__awardID__awardContractID__PIID = 'AIDOAATO1500007'
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 |
|---|---|---|---|---|
| 7200 | AGENCY FOR INTERNATIONAL DEVELOPMENT | 3,172,537,227.32 | 3.17 billion | 67 |
Insight
For PIID AIDOAATO1500007 over the 5-year window, all reported obligations are concentrated in Agency for International Development (ID 7200), which accounts for $3.17 billion across 67 awards. This indicates a highly concentrated obligation profile with no other agencies represented in the provided row set. The distribution suggests the award activity is entirely associated with USAID for this query scope.
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 = '7200' AND content__award__awardID__awardContractID__PIID = 'AIDOAATO1500007'
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 |
|---|---|---|---|---|
| CHEMONICS INTERNATIONAL, INC | 3DNC8 | 3,172,537,227.32 | 3.17 billion | 67 |
Insight
CHEMONICS INTERNATIONAL, INC is the sole listed top vendor for this award, accounting for the entire observed top-vendor obligation total over the 5-year window. The vendor received 67 awards totaling $3.17 billion, indicating a highly concentrated award distribution under PIID AIDOAATO1500007. This pattern suggests sustained reliance on a single contractor rather than a diversified vendor base.
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 = '7200' AND content__award__awardID__awardContractID__PIID = 'AIDOAATO1500007'
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 |
|---|---|---|---|---|
| 541611 | ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES | 3,172,537,227.32 | 3.17 billion | 67 |
Insight
Over the 5-year window, obligations for award AIDOAATO1500007 are fully concentrated in NAICS 541611, Administrative Management and General Management Consulting Services. This single NAICS accounts for $3.17 billion across 67 awards, indicating a highly focused procurement profile 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 = '7200' AND content__award__awardID__awardContractID__PIID = 'AIDOAATO1500007'
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 |
|---|---|---|---|---|
| R425 | SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL | 3,172,537,227.32 | 3.17 billion | 67 |
Insight
Over the 5-year window, PSC R425 accounted for all reported obligations for this award, totaling $3.17 billion across 67 awards. This indicates a complete concentration in support-professional engineering/technical services within the reported data. The award structure suggests repeated procurement activity in a single PSC category rather than a diversified 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 = '7200' AND content__award__awardID__awardContractID__PIID = 'AIDOAATO1500007'
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 | 1,145,857,468.04 | 1.15 billion | 24 |
| 2022 | 634,075,135.00 | 634.08 million | 21 |
| 2023 | 281,899,717.42 | 281.90 million | 9 |
| 2024 | 723,431,322.00 | 723.43 million | 9 |
| 2025 | 387,273,584.86 | 387.27 million | 4 |
Insight
Obligations on award AIDOAATO1500007 were highest in 2021 at $1.15 billion across 24 awards, then declined sharply in 2022 and 2023 to $634.08 million and $281.90 million, respectively. Funding rebounded in 2024 to $723.43 million, but award volume remained flat at 9 awards in both 2023 and 2024, indicating higher concentration per award in 2024. In 2025, obligations fell to $387.27 million across 4 awards, continuing a lower-volume pattern relative to 2021–2022.
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.