Federal Contractor

TISTA SCIENCE AND TECHNOLOGY CORPORATION Federal Contract Obligations (Last Year)

TISTA SCIENCE AND TECHNOLOGY CORPORATION (CAGE 4A0N5, UEI L73LKJ1JCVM7) received 135.51 million in federal obligations across 33 award actions in the last full year.

In the last full year, TISTA SCIENCE AND TECHNOLOGY CORPORATION recorded 135,513,198.59 in obligated federal funding across 33 actions, for an average action value of 4.11 million. Most of this activity came from the Department of Veterans Affairs, with additional obligations from CMS, USDA Departmental Administration, NIH, and the Internal Revenue Service.

Generated at 03/21/2026

Analysis period: Last full year

Agency, NAICS, and annual totals reflect the provided analysis window and may differ slightly due to rounding and negative or zero-value actions.

CAGE Code
4A0N5
UEI
L73LKJ1JCVM7
Total Obligated
135.51 million
135,513,198.59
Award Actions
33
Average Action Value
4,106,460.56

About TISTA SCIENCE AND TECHNOLOGY CORPORATION federal contract activity

TISTA SCIENCE AND TECHNOLOGY CORPORATION recorded $135.51 million in FPDS obligations across 33 awards in the last full year, for an average award value of about $4.11 million. The profile is highly concentrated, with a small number of awards accounting for most obligated dollars. CAGE code 4A0N5 and UEI L73LKJ1JCVM7 identify the vendor across the dataset.

Agency mix and customer concentration

The Department of Veterans Affairs was the dominant customer, obligating $115.51 million across 7 awards, or the clear majority of total vendor dollars. The next largest sources were the Centers for Medicare and Medicaid Services at $9.12 million and USDA Departmental Administration at $7.66 million, followed by the National Institutes of Health at $3.27 million. The Internal Revenue Service recorded 4 awards but no obligated dollars in the period shown.

Industry profile based on NAICS activity

The vendor’s obligations were overwhelmingly concentrated in NAICS 541512, Computer Systems Design Services, which accounts for essentially all observed spending at $135.62 million across 28 awards. Smaller activity appears in NAICS 541519, Other Computer Related Services, at $58.40 thousand across 2 awards. The remaining listed NAICS codes show negligible or negative obligated amounts, indicating limited activity and possible deobligation adjustments in the period.

Annual contract trend over the analysis window

The annual trend shows all recorded activity in 2025, with $135.51 million obligated across 33 awards. No prior-year values are shown in the analysis window, so the dataset supports a single-year snapshot rather than a multi-year trend. Within that year, the award base is broad enough to show repeated procurement activity, but spending is concentrated in a few large obligations.

How to interpret this page

This summary uses FPDS obligation records for the vendor’s CAGE code 4A0N5 and UEI L73LKJ1JCVM7 over the last full year. Agency, NAICS, and annual totals are based on obligated dollars and award counts as reported in the provided analysis window. Negative and zero-dollar entries are retained as reported and may reflect deobligations, cancellations, or awards without net obligation in the period.

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 = '4A0N5'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 115,510,968.19 115.51 million 7
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 9,124,334.03 9.12 million 7
1205 USDA, DEPARTMENTAL ADMINISTRATION 7,663,132.69 7.66 million 3
7529 NATIONAL INSTITUTES OF HEALTH 3,270,228.38 3.27 million 6
2050 INTERNAL REVENUE SERVICE 0.00 0.00 4
7570 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION (ASA) 0.00 0.00 1
1700 DEPT OF THE NAVY 0.00 0.00 1
97AS DEFENSE LOGISTICS AGENCY -311.92 -311.92 1
9100 EDUCATION, DEPARTMENT OF -55,152.78 -55.15 thousand 3

Insight

Over the last full year, TISTA Science and Technology Corporation obligated $135.51 million across 33 awards, with spending highly concentrated at the Department of Veterans Affairs, which accounts for $115.51 million across 7 awards, or about 85% of total obligations. The next-largest positive obligators were CMS ($9.12 million, 7 awards), USDA Departmental Administration ($7.66 million, 3 awards), and NIH ($3.27 million, 6 awards), indicating a secondary but much smaller multi-agency footprint. Several agencies show zero or negative obligations despite award activity, including IRS, ASA, Navy, DLA, and Education, which suggests some awards were not obligating funds in the period or were adjusted downward.

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 = '4A0N5'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 135,619,105.79 135.62 million 28
541519 OTHER COMPUTER RELATED SERVICES 58,397.67 58.40 thousand 2
541330 ENGINEERING SERVICES 0.00 0.00 1
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 0.00 0.00 1
541513 COMPUTER FACILITIES MANAGEMENT SERVICES -164,304.87 -164.30 thousand 1

Insight

TISTA SCIENCE AND TECHNOLOGY CORPORATION’s obligations in the last full year were highly concentrated in NAICS 541512, Computer Systems Design Services, which accounted for 28 of 33 awards and $135.62 million in obligated value, essentially the full annual total. The remaining activity was limited to NAICS 541519 at $58.4 thousand across 2 awards, with two additional NAICS codes recording zero obligated dollars and NAICS 541513 showing a negative obligated value of $164.3 thousand on 1 award. Overall, the vendor’s award profile indicates a narrow functional focus with minimal diversification beyond computer systems design services.

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 = '4A0N5'
        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 135,513,198.59 135.51 million 33

Insight

In the last full year, TISTA SCIENCE AND TECHNOLOGY CORPORATION (CAGE 4A0N5) obligated $135.51 million across 33 awards, for an average award value of $4.11 million. With only one annual data point in the 1-year window, no year-over-year trend can be assessed. The award profile indicates moderate concentration across a relatively limited number of awards rather than dispersion across many small actions.

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.