This page summarizes procurement activity reported for OFFICE OF THE ADMINISTRATOR(ACMD) over the last full year. The available data shows 0 award actions, so there are no vendor, NAICS, or annual trend entries to review for this period.
Federal Agency
OFFICE OF THE ADMINISTRATOR(ACMD) Federal Contract Obligations (Last Year)
FPDS summary page for OFFICE OF THE ADMINISTRATOR(ACMD) (Agency ID 4705) covering the last full year, with no recorded award actions.
No obligated amount, average action value, top vendors, top NAICS codes, or annual trend data were provided for this analysis window.
About OFFICE OF THE ADMINISTRATOR(ACMD) federal contract activity
For the last full year, FPDS Query returned no recorded awards for OFFICE OF THE ADMINISTRATOR (ACMD) under Agency ID 4705. With zero awards and no obligated dollars reported, there is no observable procurement activity to characterize for this analysis period.
Vendor concentration and leading contractors
No vendors appear in the top-vendor view because no awards were recorded for the period. As a result, there is no vendor concentration, repeat-award pattern, or supplier mix to assess from the available data.
Industry profile based on NAICS activity
No NAICS codes are available because the dataset contains no awards for the analysis window. Without obligating transactions, there is no basis to identify the agency’s primary procurement categories or spending composition.
Annual contract trend over the analysis window
The annual trend is flat at zero for the last full year, reflecting no recorded awards in the available FPDS data. With no year-over-year activity to compare, trend analysis is limited to confirming the absence of obligation and award volume.
How to interpret this page
This summary uses the provided FPDS Query output for Agency ID 4705 over the last full year. Findings are limited to the reported metrics and should be read as a data-availability statement rather than a performance assessment.
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 = '4705'
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 |
|---|
Insight
No notable vendor concentration was available for this 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 = '4705'
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 |
|---|
Insight
No notable NAICS concentration was available for this analysis window.
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 = '4705'
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 |
|---|
Insight
No annual trend data was available for this analysis window.
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.