The Employment and Training Administration recorded 1 award action in the last 5 years with total obligations of 492,441 and an average action value of 492,441. The only listed vendor is TMV, LLC, and the activity is concentrated in NAICS 236220, Commercial and Institutional Building Construction, with all obligations occurring in 2021.
Federal Agency
EMPLOYMENT AND TRAINING ADMINISTRATION Federal Contract Obligations (Last 5 Years)
FPDS procurement data for the Employment and Training Administration (Agency ID 1630) shows one recorded award action in the last five years totaling 492,441.
This page reflects the provided FPDS analysis window only and shows a single obligation record, so totals and rankings are based on one award action.
About EMPLOYMENT AND TRAINING ADMINISTRATION federal contract activity
Over the last 5 years, the Employment and Training Administration (Agency ID 1630) recorded $492,441 in obligated spending across 1 award. The activity is narrowly concentrated, with the full obligation tied to a single procurement and an average award value of $492,441.
Vendor concentration and leading contractors
TMV, LLC accounted for all reported obligations in the analysis window, with $492,441 across 1 award. This vendor concentration indicates that the agency’s recorded procurement activity in the period was fully dependent on a single supplier.
Industry profile based on NAICS activity
All reported obligations were classified under NAICS 236220, Commercial and Institutional Building Construction, with $492,441 across 1 award. The spending profile therefore reflects a single construction-related procurement category rather than a diversified acquisition mix.
Annual contract trend over the analysis window
The annual trend shows all recorded obligations occurring in 2021, totaling $492,441 across 1 award. No other years in the five-year window show obligated spending in the provided data, indicating a one-time procurement event during the period.
How to interpret this page
This summary is based on the provided FPDS Query analysis window of the last 5 years and the supplied obligation, vendor, NAICS, and annual trend aggregates. Figures reflect obligated amounts as reported in the source data and do not infer activity beyond the values provided.
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 = '1630'
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 |
|---|---|---|---|
| TMV, LLC | 492,441.00 | 492.44 thousand | 1 |
Insight
Over the last 5 years, the Employment and Training Administration recorded $492.44 thousand in total obligated dollars across 1 award, indicating full concentration in a single vendor relationship. TMV, LLC accounted for 100% of the obligated amount and received the only award in the period, so there is no vendor diversification in this Top Vendors view. The average award value of $492,441 is identical to total obligated, consistent with a single-obligation profile.
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 = '1630'
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 |
|---|---|---|---|---|
| 236220 | COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION | 492,441.00 | 492.44 thousand | 1 |
Insight
Over the last 5 years, Employment and Training Administration’s obligations were fully concentrated in a single NAICS code, 236220, Commercial and Institutional Building Construction. One award accounted for the full $492.44 thousand obligated, indicating no diversification across NAICS categories in the period reviewed. This pattern reflects a highly concentrated spending profile with a single reported procurement driver.
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 = '1630'
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 |
|---|---|---|---|
| 2021 | 492,441.00 | 492.44 thousand | 1 |
Insight
Over the last 5 years, EMPLOYMENT AND TRAINING ADMINISTRATION recorded $492.44 thousand in total obligations across 1 award, indicating complete concentration in a single procurement action. All reported obligations occurred in 2021, with no additional annual activity in the period provided. This pattern reflects a highly concentrated obligation profile and does not indicate a recurring multi-year award distribution.
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.