Federal Contractor

GENERAL DYNAMICS ONE SOURCE LLC Federal Contract Obligations (Last Year)

Federal procurement summary for GENERAL DYNAMICS ONE SOURCE LLC, CAGE 474R7, UEI D93YKLC3MK67, covering obligations and awards in the last full year.

In the last full year, GENERAL DYNAMICS ONE SOURCE LLC received 185 award actions totaling $131,124,730.10 in obligated funding, for an average action value of $708,782.32. The company’s activity was led by the Department of the Air Force, U.S. Customs and Border Protection, and the Department of the Navy.

Generated at 03/21/2026

Analysis period: Last full year

Amounts reflect the selected analysis window and are based on obligated dollars, award counts, agency mix, and NAICS classifications provided here.

CAGE Code
474R7
UEI
D93YKLC3MK67
Total Obligated
131.12 million
131,124,730.10
Award Actions
185
Average Action Value
708,782.32

About GENERAL DYNAMICS ONE SOURCE LLC federal contract activity

GENERAL DYNAMICS ONE SOURCE LLC recorded 185 FPDS awards totaling $131.12 million in the last full year, with an average award value of $708,782.32. Activity was concentrated in federal defense and homeland security buyers, indicating a portfolio centered on technical services, systems support, and related procurement categories.

Agency mix and customer concentration

The DEPT OF THE AIR FORCE was the primary customer, accounting for $76.39 million across 102 awards, or more than half of total obligations. U.S. CUSTOMS AND BORDER PROTECTION was the second-largest buyer at $42.26 million across 11 awards, followed by the DEPT OF THE NAVY at $24.37 million across 17 awards; the remaining agencies contributed only a small share of total spending.

Industry profile based on NAICS activity

The vendor’s obligations were led by NAICS 541690, Other Scientific and Technical Consulting Services, at $76.80 million across 99 awards, making this the dominant category by both value and volume. Electrical contractor work under NAICS 238210 added $40.75 million across 6 awards, while computer systems design services and select manufacturing-related codes represented smaller but still material portions of the portfolio.

Annual contract trend over the analysis window

The annual trend shows $131.12 million in obligations for 2025, with 185 awards in the analysis window. Because only one full year is provided, the trend supports a year-level snapshot rather than a multi-year growth assessment.

How to interpret this page

This summary is based on FPDS award obligation data for the last full year, using the vendor’s CAGE code 474R7 and UEI D93YKLC3MK67 to identify awards attributed to GENERAL DYNAMICS ONE SOURCE LLC. Agency, NAICS, and trend sections reflect the provided aggregate totals and counts only; no additional records 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 = '474R7'
        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 76,391,700.95 76.39 million 102
7014 U.S. CUSTOMS AND BORDER PROTECTION 42,259,979.32 42.26 million 11
1700 DEPT OF THE NAVY 24,372,697.40 24.37 million 17
2100 DEPT OF THE ARMY 3,834,682.52 3.83 million 33
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 98,984.21 98.98 thousand 2
6901 OFFICE OF THE SECRETARY 38,900.00 38.90 thousand 2
3600 VETERANS AFFAIRS, DEPARTMENT OF 17,945.00 17.95 thousand 2
8900 ENERGY, DEPARTMENT OF 0.00 0.00 1
1301 OFFICE OF THE SECRETARY 0.00 0.00 1
7008 U.S. COAST GUARD 0.00 0.00 2

Insight

GENERAL DYNAMICS ONE SOURCE LLC’s last-full-year obligations are concentrated in a few agencies, with the DEPT OF THE AIR FORCE accounting for $76.39 million across 102 awards, or about 58% of total obligations. U.S. CUSTOMS AND BORDER PROTECTION is the second-largest buyer at $42.26 million but on only 11 awards, indicating a smaller number of higher-value actions. The DEPT OF THE NAVY adds $24.37 million across 17 awards, while the remaining agencies are comparatively minor and collectively represent a small share of total obligated dollars.

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 = '474R7'
        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
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 76,802,156.61 76.80 million 99
238210 ELECTRICAL CONTRACTORS AND OTHER WIRING INSTALLATION CONTRACTORS 40,747,971.99 40.75 million 6
541512 COMPUTER SYSTEMS DESIGN SERVICES 7,074,888.22 7.07 million 13
334111 ELECTRONIC COMPUTER MANUFACTURING 2,553,796.77 2.55 million 11
333318 OTHER COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 2,253,962.43 2.25 million 10
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,840,525.45 1.84 million 7
334511 SEARCH, DETECTION, NAVIGATION, GUIDANCE, AERONAUTICAL, AND NAUTICAL SYSTEM AND INSTRUMENT MANUFACTURING 1,512,007.33 1.51 million 5
333310 COMMERCIAL AND SERVICE INDUSTRY MACHINERY MANUFACTURING 1,000.00 1.00 thousand 1
541712 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT BIOTECHNOLOGY) -109,353.84 -109.35 thousand 1
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING -260,805.36 -260.81 thousand 16

Insight

GENERAL DYNAMICS ONE SOURCE LLC obligated $131.12 million across 185 awards in the last full year, with spending concentrated in a small set of NAICS codes. NAICS 541690 accounted for the largest share at $76.80 million across 99 awards, followed by 238210 at $40.75 million across 6 awards; together these two categories represent the clear majority of obligated dollars. The remaining activity is materially smaller and more dispersed, with 541512, 334111, 333318, 541715, and 334511 each below $7.08 million, and two NAICS codes posting net negative obligations.

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 = '474R7'
        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 131,124,730.10 131.12 million 185

Insight

During the last full year, GENERAL DYNAMICS ONE SOURCE LLC (CAGE 474R7) recorded 185 awards totaling $131.12 million, with an average award value of $708,782.32. Because the available annual trend window contains only one year of data, no year-over-year change or directional trend can be assessed. The observed activity indicates a moderately dispersed award base with a relatively high aggregate obligation concentrated across a finite number of awards.

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.