Award Number

Award Number 7200 / AIDOAATO1500007 Federal Contract Action Summary (Last Year)

Federal procurement summary for award AIDOAATO1500007 under agency 7200, showing obligation totals and action activity for the last full year.

This page presents award-level procurement data for PIID AIDOAATO1500007 and the associated obligation and action counts within the last full year. Total obligated funding was 387,273,584.86 across 4 award actions, for an average action value of 96,818,396.22.

Generated at 03/20/2026

Analysis period: Last full year

Figures are based on the provided analysis window and reflect the exact obligated total of 387,273,584.86.

Agency ID
7200
PIID
AIDOAATO1500007
Type
Award
Total Obligated
387.27 million
387,273,584.86
Actions
4
Average Action Value
96,818,396.22

Overview

For the last full year, award AIDOAATO1500007 recorded 4 award actions and 387,273,584.86 in total obligations. The average action value was 96,818,396.22, indicating a small number of high-value actions within the period.

How to use this page

Use this page to review obligation totals and action volume for award AIDOAATO1500007 under agency 7200. The figures support quick comparison of total funding, action frequency, and average action size over the selected analysis window.

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 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
7200 AGENCY FOR INTERNATIONAL DEVELOPMENT 387,273,584.86 387.27 million 4

Insight

Within the 1-year window, Agency for International Development (agency ID 7200) accounts for the full observed top-agency obligation total for PIID AIDOAATO1500007, with $387.27 million obligated across 4 awards. This indicates a highly concentrated award profile, with all recorded obligations in the provided row attributable to a single agency. The small award count relative to the obligation total suggests a limited number of high-value actions rather than broad distribution across agencies.

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 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
CHEMONICS INTERNATIONAL, INC 3DNC8 387,273,584.86 387.27 million 4

Insight

Obligations are fully concentrated with CHEMONICS INTERNATIONAL, INC, which accounts for $387.27 million across 4 awards in the 1-year window. This indicates a highly concentrated vendor profile for PIID AIDOAATO1500007, with no other vendors represented in the provided rows. The distribution suggests continued 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 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
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 387,273,584.86 387.27 million 4

Insight

Obligations are fully concentrated in NAICS 541611, Administrative Management and General Management Consulting Services, which accounts for $387.27 million across 4 awards in the 1-year window. This indicates a highly focused procurement profile for PIID AIDOAATO1500007, with no evidence of diversification across other NAICS codes in the provided data. The pattern suggests spending is concentrated in a single professional services category rather than spread across multiple sectors.

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 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
R425 SUPPORT- PROFESSIONAL: ENGINEERING/TECHNICAL 387,273,584.86 387.27 million 4

Insight

Obligations for PIID AIDOAATO1500007 are fully concentrated in PSC R425, Support- Professional: Engineering/Technical, with 4 awards totaling $387.27 million over the 1-year window. This indicates a narrow service mix and a high degree of reliance on a single professional services category. The distribution suggests the award activity is not diversified across PSCs within this 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 = '7200' AND content__award__awardID__awardContractID__PIID = 'AIDOAATO1500007'
    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 387,273,584.86 387.27 million 4

Insight

Over the 1-year window, obligations for PIID AIDOAATO1500007 are concentrated in a single reporting year: FY 2025. The award recorded $387.27 million across 4 awards, indicating a relatively small number of actions supporting a substantial obligated amount. This pattern suggests high value concentration within the observed period rather than a distributed multi-year obligation profile.

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.