This page summarizes federal procurement activity recorded for OFFICE OF THE ADMINISTRATOR(ACMD) over the last 5 years. The available dataset shows 0 award actions and no vendor, NAICS, or annual trend detail provided.
Federal Agency
OFFICE OF THE ADMINISTRATOR(ACMD) Federal Contract Obligations (Last 5 Years)
FPDS procurement profile for OFFICE OF THE ADMINISTRATOR(ACMD) (Agency ID 4705) covering the last 5 years.
No obligated totals or action-level breakdowns were supplied in the source inputs, so this profile reflects only the absence of recorded award activity.
About OFFICE OF THE ADMINISTRATOR(ACMD) federal contract activity
FPDS Query shows no recorded award activity for OFFICE OF THE ADMINISTRATOR(ACMD) over the last 5 years in the provided dataset, with an award count of 0. Because no obligations are present, total obligated and average award value cannot be calculated from this window.
Vendor concentration and leading contractors
No vendors appear in the top-vendor set for OFFICE OF THE ADMINISTRATOR(ACMD), which is consistent with the absence of recorded awards. As a result, vendor concentration, repeat-award patterns, and supplier mix cannot be assessed from this period.
Industry profile based on NAICS activity
No NAICS codes are represented in the provided analysis output for OFFICE OF THE ADMINISTRATOR(ACMD). Without award records, there is no basis to identify spending by industry category or to evaluate procurement focus areas.
Annual contract trend over the analysis window
The annual trend dataset is empty, indicating no observed obligations or award activity across the last 5 years in the available record. With no time-series values, year-over-year movement, growth, or volatility cannot be measured.
How to interpret this page
This summary is based strictly on the supplied FPDS Query agency metrics for OFFICE OF THE ADMINISTRATOR(ACMD) covering the last 5 years. Findings are limited to the provided fields; where the dataset contains no values, no additional inference has been made.
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 5 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 5 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 5 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.