In the last full year, TECHNOLOGY TRANSFORMATION SERVICE recorded 3 award actions with total obligated dollars of -114,704.22 and an average action value of -38,234.74. Spending was concentrated in other computer related services and custom computer programming services, with HACKERONE INC. and EFFECTUAL PUBLIC SECTOR INC. as the reported vendors.
Federal Agency
TECHNOLOGY TRANSFORMATION SERVICE Federal Contract Obligations (Last Year)
Analysis of TECHNOLOGY TRANSFORMATION SERVICE (Agency ID 4775) procurement for the last full year, showing 3 award actions and net obligations of -114.70 thousand.
Values reflect the provided FPDS analysis window and may include de-obligations, which can result in negative totals.
About TECHNOLOGY TRANSFORMATION SERVICE federal contract activity
Technology Transformation Service (Agency ID 4775) obligated -$114.70 thousand across 3 awards in the last full year, with an average award value of -$38.23 thousand. The negative total indicates net deobligations or downward adjustments rather than positive spending in the period. Activity was concentrated in a very small number of transactions, limiting the breadth of observed procurement activity.
Vendor concentration and leading contractors
Vendor obligations were concentrated in two firms. HackerOne Inc. accounted for -$113.69 thousand across 2 awards, while Effectual Public Sector Inc. accounted for -$1.01 thousand in 1 award. The vendor profile shows a highly concentrated obligation pattern dominated by a single provider.
Industry profile based on NAICS activity
Procurement activity was split between two IT-related NAICS categories. Other Computer Related Services (541519) represented the vast majority of obligated dollars at -$113.69 thousand across 2 awards, while Custom Computer Programming Services (541511) accounted for -$1.01 thousand in 1 award. This mix indicates a narrow service focus centered on computer-related support and programming work.
Annual contract trend over the analysis window
The annual trend shows all recorded obligations in 2025, totaling -$114.70 thousand across 3 awards. With only one year in the analysis window, there is no multi-year pattern to assess. The available data indicates isolated, low-volume activity during the period.
How to interpret this page
This summary uses FPDS award records for Technology Transformation Service over the last full year and aggregates obligated amounts, award counts, vendor totals, and NAICS classifications. Amounts reflect net obligated value as reported in the source data and may be negative due to deobligations or modifications. Because the analysis window includes only one year, trend interpretation is limited to within-period totals.
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 = '4775'
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 |
|---|---|---|---|
| EFFECTUAL PUBLIC SECTOR INC. | -1,014.72 | -1.01 thousand | 1 |
| HACKERONE INC. | -113,689.50 | -113.69 thousand | 2 |
Insight
Over the last full year, Technology Transformation Service recorded -$114.70 thousand in total obligations across 3 awards, with an average award value of -$38.23 thousand. Obligations were highly concentrated in HackerOne Inc., which accounted for -$113.69 thousand across 2 awards, while Effectual Public Sector Inc. received -$1.01 thousand in 1 award. This distribution indicates that nearly all obligated value in this period was concentrated with a single vendor.
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 = '4775'
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 |
|---|---|---|---|---|
| 541511 | CUSTOM COMPUTER PROGRAMMING SERVICES | -1,014.72 | -1.01 thousand | 1 |
| 541519 | OTHER COMPUTER RELATED SERVICES | -113,689.50 | -113.69 thousand | 2 |
Insight
In the last full year, Technology Transformation Service recorded -$114.70 thousand in total obligated dollars across 3 awards, with a negative average award value of -$38.23 thousand. Obligations were highly concentrated in NAICS 541519, Other Computer Related Services, which accounted for -$113.69 thousand across 2 awards, or nearly all activity in this section. NAICS 541511, Custom Computer Programming Services, was minimal at -$1.01 thousand in 1 award.
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 = '4775'
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 |
|---|---|---|---|
| 2025 | -114,704.22 | -114.70 thousand | 3 |
Insight
During the last full year, Technology Transformation Service recorded net obligations of -$114.70 thousand across 3 awards, yielding an average award value of -$38.23 thousand. Activity in the period is concentrated in a single reported year (2025), so there is no year-over-year trend within the 1-year window. The negative net obligation indicates deobligations or downward adjustments exceeded new obligations during the period.
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.