Federal Contractor

JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY Federal Contract Obligations (Last Year)

Federal procurement profile for JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY (CAGE 48VY8, UEI MTWLVRJR54N7) covering the last full year of awards.

In the last full year, JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY received 22 award actions totaling 275.31 million, for an average action value of 12.51 million. All obligated dollars in this period came from the Department of Energy and were classified under NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes obligations and award actions recorded for the analysis window and reflects the provided readable totals and exact dollar amounts.

CAGE Code
48VY8
UEI
MTWLVRJR54N7
Total Obligated
275.31 million
275,305,730.47
Award Actions
22
Average Action Value
12,513,896.83

About JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY federal contract activity

During the last full year, JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY recorded 22 FPDS awards totaling $275.31 million, with an average award value of $12.51 million. The vendor’s federal activity was concentrated and financially significant over the period reviewed.

Agency mix and customer concentration

All reported obligations came from the Department of Energy (agency ID 8900), which accounted for the full $275.31 million across 22 awards. This indicates a highly concentrated agency relationship with no diversification across other procuring agencies in the analyzed period.

Industry profile based on NAICS activity

All reported obligations were classified under NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences, with $275.31 million across 22 awards. The NAICS profile shows a single-industry concentration aligned with research and development services.

Annual contract trend over the analysis window

The annual trend for 2025 shows $275.31 million in obligated dollars across 22 awards. Because the analysis window is the last full year and the available trend contains a single year, year-over-year movement cannot be assessed from this dataset alone.

How to interpret this page

This summary is based on FPDS award data for the last full year and reflects obligated dollars, award counts, and reported classifications by agency and NAICS code. Metrics are aggregated from the provided dataset; no additional sources or assumptions were used.

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 = '48VY8'
        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
8900 ENERGY, DEPARTMENT OF 275,305,730.47 275.31 million 22

Insight

Obligations for JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY were fully concentrated in a single agency over the last full year. The Department of Energy accounted for all $275.31 million in obligated dollars across 22 awards, indicating complete agency concentration with no diversification across other agencies in this period. The average award value was $12.51 million, suggesting a relatively large-award profile within that single-agency portfolio.

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 = '48VY8'
        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
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 275,305,730.47 275.31 million 22

Insight

During the last full year, JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY shows complete concentration in NAICS 541710, with all 22 awards and the full $275.31 million obligated under Research and Development in the Physical, Engineering, and Life Sciences. This indicates a highly specialized award profile with no NAICS diversification in the observed period. The average award value of $12.51 million suggests relatively large individual obligations within a single functional category.

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 = '48VY8'
        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 275,305,730.47 275.31 million 22

Insight

In the last full year, JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY (CAGE 48VY8) recorded $275.31 million in obligated value across 22 awards, for an average award value of $12.51 million. With activity shown only for 2025 in this 1-year window, the annual trend indicates a concentrated award profile rather than a multi-year distribution. The obligation level and award count suggest relatively few, high-value actions drove the full-year total.

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.