In the last full year, OASIS SYSTEMS, LLC recorded $210.62 million in obligated federal spending across 301 award actions, for an average action value of $699,730.06. Most obligations came from the Department of the Air Force and the Federal Aviation Administration, with activity concentrated in R&D and engineering-related NAICS codes.
Federal Contractor
OASIS SYSTEMS, LLC Federal Contract Obligations (Last Year)
OASIS SYSTEMS, LLC (CAGE 1EDN2, UEI MST2Z1EG1HV7) received 301 federal award actions totaling $210.62 million in the last full year.
Figures reflect the last full year and are based on obligated amounts, award counts, and agency and NAICS summaries provided in the dataset.
About OASIS SYSTEMS, LLC federal contract activity
OASIS SYSTEMS, LLC (CAGE 1EDN2, UEI MST2Z1EG1HV7) recorded 210.62 million in obligated value across 301 FPDS actions in the last full year, for an average award value of 699,730.06. The profile is concentrated in a relatively small set of federal customers, with the Department of the Air Force accounting for the majority of dollars.
Agency mix and customer concentration
The Department of the Air Force is the dominant buying agency at 157.79 million across 81 awards, followed by the Federal Aviation Administration at 33.65 million across 172 awards. The Nuclear Regulatory Commission and Department of the Navy represent smaller but material portions of the vendor’s portfolio, while the Office of the Inspector General is marginal by comparison. Overall, the agency mix indicates strong concentration in defense and civilian technical mission areas.
Industry profile based on NAICS activity
The vendor’s NAICS profile is led by 541712, Research and Development in the Physical, Engineering, and Life Sciences (except Biotechnology), which accounts for 154.60 million across 77 awards. Engineering services under 541330 is the second-largest category by action count and obligation, and 541519 adds another meaningful technology-services component. Smaller activity appears in 334511 and 541715, reinforcing a portfolio centered on advanced technical, engineering, and R&D work.
Annual contract trend over the analysis window
The annual trend provided shows 210.62 million obligated in 2025 across 301 awards, which is the full analysis period reflected in this dataset. Because only one year is present, the data supports a point-in-time annual snapshot rather than a multi-year growth or contraction assessment.
How to interpret this page
This summary is based on FPDS-observed obligations for the last full year and uses the supplied vendor identifiers, agency rollups, NAICS rollups, and annual totals. Dollar amounts are stated as obligated value, award counts are based on the number of reported actions, and rounded figures may not sum exactly due to standard presentation rounding.
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 = '1EDN2'
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 |
|---|---|---|---|---|
| 5700 | DEPT OF THE AIR FORCE | 157,794,767.03 | 157.79 million | 81 |
| 6920 | FEDERAL AVIATION ADMINISTRATION | 33,652,083.21 | 33.65 million | 172 |
| 3100 | NUCLEAR REGULATORY COMMISSION | 10,870,038.00 | 10.87 million | 28 |
| 1700 | DEPT OF THE NAVY | 8,199,352.21 | 8.20 million | 13 |
| 7004 | OFFICE OF THE INSPECTOR GENERAL | 299,009.94 | 299.01 thousand | 5 |
| 9763 | DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) | -196,501.19 | -196.50 thousand | 2 |
Insight
OASIS SYSTEMS, LLC received $210.62 million across 301 awards in the last full year, with obligations concentrated in the Department of the Air Force, which accounted for $157.79 million and 81 awards, or roughly three-quarters of total obligated dollars. The Federal Aviation Administration represented the highest award volume at 172 awards but a smaller share of value, with $33.65 million obligated, indicating a more fragmented lower-dollar award pattern. The Nuclear Regulatory Commission and Department of the Navy were secondary funding sources at $10.87 million and $8.20 million, respectively, while the remaining agencies contributed marginally, including a small negative obligation at DCMA.
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 = '1EDN2'
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 |
|---|---|---|---|---|
| 541712 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) | 154,604,577.69 | 154.60 million | 77 |
| 541330 | ENGINEERING SERVICES | 35,627,430.82 | 35.63 million | 177 |
| 541519 | OTHER COMPUTER RELATED SERVICES | 11,235,484.99 | 11.24 million | 28 |
| 334511 | SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING | 6,100,595.00 | 6.10 million | 7 |
| 541715 | RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) | 3,190,189.34 | 3.19 million | 4 |
| 541512 | COMPUTER SYSTEMS DESIGN SERVICES | -66,437.05 | -66.44 thousand | 5 |
| 483113 | COASTAL AND GREAT LAKES FREIGHT TRANSPORTATION | -73,091.59 | -73.09 thousand | 3 |
Insight
OASIS SYSTEMS, LLC’s obligations are concentrated in NAICS 541712, which accounts for $154.60 million across 77 awards, or roughly 73% of the vendor’s $210.62 million total obligated in the last full year. NAICS 541330 is the next largest category by award volume, with 177 awards but only $35.63 million obligated, indicating a much smaller average obligation size than 541712. The remaining NAICS categories each represent relatively minor obligated amounts, and two codes—541512 and 483113—show small negative obligations, suggesting limited deobligation activity within the period.
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 = '1EDN2'
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 | 210,618,749.20 | 210.62 million | 301 |
Insight
Over the last full year, OASIS SYSTEMS, LLC (CAGE 1EDN2) recorded $210.62 million in obligated value across 301 awards, for an average award value of approximately $699.7 thousand. With only one annual data point provided for 2025, no year-over-year trend can be assessed in this window. The activity indicates a moderately distributed award profile rather than reliance on a small number of very large awards, based on the observed average award size relative to total obligations.
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.