In the last full year, this vendor recorded 0.00 in total obligated dollars across 0 award actions, with no readable spending activity in the available data. The page summarizes the federal procurement record as reported in FPDS for the analysis window.
Federal Contractor
THE REGENTS OF THE UNIVERSITY OF CALIFORNIA (1741) Federal Contract Obligations (Last Year)
Federal procurement profile for THE REGENTS OF THE UNIVERSITY OF CALIFORNIA (1741), CAGE 1V9S8, UEI ENBLDJUN4N73, showing no obligated awards in the last full year.
Top agencies, NAICS categories, and annual trend rows are empty because no award activity was reported in the selected period.
About THE REGENTS OF THE UNIVERSITY OF CALIFORNIA (1741) federal contract activity
FPDS records show no obligated federal contracting activity for THE REGENTS OF THE UNIVERSITY OF CALIFORNIA (1741) under CAGE 1V9S8 and UEI ENBLDJUN4N73 during the last full year. With zero awards and no obligated dollars, there is no observable procurement footprint in the analyzed period.
Agency mix and customer concentration
No agency concentration can be identified because the dataset contains no awards to attribute across federal buyers. As a result, there is no basis to assess customer mix, repeat purchasing behavior, or agency dependency for this period.
Industry profile based on NAICS activity
No NAICS distribution is available because the analysis window contains no obligated awards. Without transaction-level award data, there is no evidence of sector focus or contract category concentration.
Annual contract trend over the analysis window
The annual trend is flat at zero throughout the analysis window, with no recorded awards and no obligated value. This indicates an inactive or unobserved contracting profile in the last full year rather than a patterned decline or growth sequence.
How to interpret this page
This summary is based on FPDS query results for the last full year using the provided CAGE code and UEI. Metrics reflect obligated amounts and award counts only within the stated window; where no transactions exist, agency, NAICS, and trend assessments are necessarily limited to the absence of recorded activity.
Top Agencies
SELECT
agency_id,
agency_name,
total_obligated,
award_count,
formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
SELECT
content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
count() AS award_count
FROM fpds.data
WHERE
contract_type = 1
AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1V9S8'
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
)
ORDER BY total_obligated DESC
LIMIT 10
| Agency ID | Agency Name | Total Obligated | Readable | Award Actions |
|---|
Insight
No notable agency 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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1V9S8'
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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '1V9S8'
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 contractor analysis
Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, 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.