Over the last 5 years, JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY (CAGE 48VY8, UEI MTWLVRJR54N7) received 88 award actions totaling $1,146,611,856.62 in federal obligations. Nearly all activity was with the Department of Energy and was classified under NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences.
Federal Contractor
JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY Federal Contract Obligations (Last 5 Years)
Federal procurement profile for JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY showing last 5 years of obligations, award activity, and agency/NAICS concentration.
Annual totals are based on the provided analysis window and may not reflect later modifications or obligations outside FPDS.
About JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY federal contract activity
JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY (CAGE 48VY8, UEI MTWLVRJR54N7) recorded 88 awards totaling $1.15 billion over the last 5 years, with an average award value of $13.03 million. The award profile indicates a concentrated, high-dollar federal relationship rather than a broad transactional footprint.
Agency mix and customer concentration
All recorded obligations in the analysis window came from the Department of Energy (agency 8900), which accounted for the full $1.15 billion and all 88 awards. This indicates complete agency concentration and no observed diversification across other federal agencies in the provided dataset.
Industry profile based on NAICS activity
The vendor’s obligations were entirely classified under NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences, representing the full $1.15 billion and all 88 awards. The NAICS profile is therefore highly specialized and consistent with research and development support work.
Annual contract trend over the analysis window
Annual obligations were elevated throughout the period, rising from $177.87 million in 2021 to a peak of $275.31 million in 2025, with a prior high of $250.82 million in 2022 and $250.13 million in 2023. 2024 was the lowest year in the window at $192.49 million, but obligations remained substantial and the pattern does not show sustained decline.
How to interpret this page
This summary uses FPDS award data for the last 5 years and reflects obligations, award counts, agency attribution, and NAICS classification provided in the dataset. Values are aggregated from the supplied records only; no external 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 5 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 | 1,146,611,856.62 | 1.15 billion | 88 |
Insight
Over the last 5 years, all reported obligations for JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY are concentrated with the Department of Energy. The vendor received 88 awards totaling $1.15 billion, indicating a highly concentrated relationship with a single agency rather than a distributed federal customer base. This concentration suggests the vendor’s federal activity is primarily dependent on one procuring agency.
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 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 |
|---|---|---|---|---|
| 541710 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES | 1,146,611,856.62 | 1.15 billion | 88 |
Insight
Over the last 5 years, JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY shows complete concentration in NAICS 541710, Research and Development in the Physical, Engineering, and Life Sciences. All 88 awards and the full $1.15 billion in obligated value are associated with this single NAICS, indicating no diversification across reported industry codes in this period. The average award value of $13.0 million further suggests a portfolio built on multiple sizable awards within one core research and development 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 5 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 |
| 2024 | 192,485,123.63 | 192.49 million | 14 |
| 2023 | 250,132,054.35 | 250.13 million | 14 |
| 2022 | 250,817,467.17 | 250.82 million | 17 |
| 2021 | 177,871,481.00 | 177.87 million | 21 |
Insight
Over the last 5 years, JEFFERSON SCIENCE ASSOCIATES LIMITED LIABILITY COMPANY A SURA/CSC COMPANY obligated $1.15 billion across 88 awards, averaging $13.0 million per award. Funding is relatively concentrated at the annual level, with obligations ranging from $177.9 million to $275.3 million and three of five years clustered near $250 million. The period ends with a 2025 high of $275.3 million and 22 awards, following a lower 2024 level of $192.5 million, indicating a recent increase in both obligation volume and award count.
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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.