Federal Agency

ADMINISTRATIVE CONFERENCE OF THE U. S. Federal Contract Obligations (Last Year)

FPDS procurement overview for the Administrative Conference of the U.S. for the last full year, showing 1 award action and $26,500 in obligations.

The Administrative Conference of the U.S. recorded $26,500 in total obligations across 1 award action in the last full year. All reported spending was concentrated with ROCHA & COMPANY, PC under NAICS 541211, Offices of Certified Public Accountants.

Generated at 03/21/2026

Analysis period: Last full year

This page reflects the last full year of available FPDS data for agency ID 9515 and summarizes obligated dollars, award counts, vendor, and NAICS activity.

Agency ID
9515
Total Obligated
26.50 thousand
26,500.00
Award Actions
1
Average Action Value
26,500.00

About ADMINISTRATIVE CONFERENCE OF THE U. S. federal contract activity

During the last full year, the Administrative Conference of the U. S. recorded 1 procurement action with total obligations of 26.50 thousand dollars. The average award value was also 26.50 thousand dollars, indicating that procurement activity was concentrated in a single award.

Vendor concentration and leading contractors

All reported obligations were awarded to ROCHA & COMPANY, PC, which accounted for 26.50 thousand dollars across 1 award. This indicates complete vendor concentration for the period, with no additional vendors appearing in the top obligations profile.

Industry profile based on NAICS activity

All obligated spending mapped to NAICS 541211, Offices of Certified Public Accountants, totaling 26.50 thousand dollars across 1 award. The NAICS profile is fully concentrated in this professional services category for the analysis period.

Annual contract trend over the analysis window

The annual trend shows 26.50 thousand dollars obligated in 2025 across 1 award. With only one reported year in the window and no variation across multiple years, the observed pattern reflects a single-year procurement profile rather than a broader multiyear trend.

How to interpret this page

This summary is based on FPDS obligations for the Administrative Conference of the U. S. using the last full year as the analysis window. Vendor, NAICS, and annual trend figures reflect reported award obligations and counts in the provided dataset; where only one record exists, concentration is necessarily complete.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '9515'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
ROCHA & COMPANY, PC 26,500.00 26.50 thousand 1

Insight

Over the last full year, the Administrative Conference of the U. S. obligated $26.50 thousand across 1 award, indicating a fully concentrated vendor profile for this period. ROCHA & COMPANY, PC accounted for all obligated dollars and the sole award, with no additional vendors reflected in the provided data. This pattern suggests procurement activity was limited in scope and entirely dependent on a single vendor during the analysis window.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '9515'
        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
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 26,500.00 26.50 thousand 1

Insight

During the last full year, the Administrative Conference of the U.S. obligated $26.5 thousand across 1 award, indicating a highly concentrated procurement profile. All recorded obligations were placed under NAICS 541211, Offices of Certified Public Accountants, so spending was fully concentrated in a single professional services category. The average award value of $26.5 thousand matches total obligations, consistent with a single-award pattern.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '9515'
        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 DESC
Year Total Obligated Readable Award Actions
2025 26,500.00 26.50 thousand 1

Insight

In the last full year, the Administrative Conference of the U.S. obligated $26.5 thousand across 1 award, resulting in an average award value of $26.5 thousand. Obligations are fully concentrated in a single award and a single reporting year, indicating no observed distribution across multiple awards or years within the 1-year window. This pattern suggests limited annual activity and no measurable year-over-year trend from the available data.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.