This page summarizes award activity reported for the OFFICE OF INSPECTOR GENERAL during the last full year. The available data shows 0 award actions and no reported obligation, vendor, NAICS, or annual trend detail in the provided inputs.
Federal Agency
OFFICE OF INSPECTOR GENERAL Federal Contract Obligations (Last Year)
FPDS Query page for the OFFICE OF INSPECTOR GENERAL (Agency ID 8604) covering the last full year of federal procurement activity.
Values reflect the provided FPDS inputs for the selected analysis window and should be treated as reported data only.
About OFFICE OF INSPECTOR GENERAL federal contract activity
During the last full year, FPDS Query returned no recorded awards for OFFICE OF INSPECTOR GENERAL (Agency ID 8604). With an award count of 0, no obligations or average award value can be calculated from the available data. This indicates that no reportable contract actions were captured in the analysis window.
Vendor concentration and leading contractors
No top vendors can be identified because the agency has no recorded awards in the period reviewed. Without obligation or award data, vendor concentration and supplier profile analysis are not available. Any assessment of vendor relationships would require a period with at least one reportable award.
Industry profile based on NAICS activity
No NAICS distribution can be derived from the current dataset because there are no awards to classify. As a result, there is no basis for identifying the agency’s most active procurement categories during the analysis window. NAICS analysis should be revisited when award activity is present.
Annual contract trend over the analysis window
No annual trend can be produced from the available data because the analysis window contains zero awards and no obligations. With no recorded activity, there is no year-over-year or within-period movement to interpret. Trend analysis will require one or more populated reporting periods.
How to interpret this page
This summary is based on FPDS Query results for OFFICE OF INSPECTOR GENERAL (Agency ID 8604) using the last full year as the analysis window. Metrics and classifications are limited to records present in the provided dataset; where no awards exist, related vendor, NAICS, and trend outputs cannot be calculated. No additional assumptions or external sources were used.
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 = '8604'
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 = '8604'
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 = '8604'
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.