Federal Contractor

RAYTHEON/LOCKHEED MARTIN JAVELIN JOINT VENTURE Federal Contract Obligations (Last 10 Years)

Federal procurement profile for RAYTHEON/LOCKHEED MARTIN JAVELIN JOINT VENTURE (CAGE 0FCZ3, UEI WGB7GAKM7A68) covering awards over the last 10 years.

Over the last 10 years, RAYTHEON/LOCKHEED MARTIN JAVELIN JOINT VENTURE received 6.20 billion across 1,097 award actions, with the Department of the Army accounting for nearly all obligated dollars. Activity is concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, followed by smaller awards in engineering and research services.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual and category totals reflect readable FPDS obligations for the stated analysis window and may include zero-dollar actions in agency and NAICS counts.

CAGE Code
0FCZ3
UEI
WGB7GAKM7A68
Total Obligated
6.20 billion
6,198,415,323.30
Award Actions
1,097
Average Action Value
5,650,333.02

About RAYTHEON/LOCKHEED MARTIN JAVELIN JOINT VENTURE federal contract activity

RAYTHEON/LOCKHEED MARTIN JAVELIN JOINT VENTURE is associated with 1,097 FPDS awards totaling $6.20 billion over the last 10 years, for an average award value of $5.65 million. The profile is heavily concentrated in Department of the Army obligations, indicating a strong Army procurement relationship. The vendor is identified by CAGE code 0FCZ3 and UEI WGB7GAKM7A68.

Agency mix and customer concentration

The Department of the Army accounts for essentially all reported obligated dollars at $6.20 billion across 1,093 awards. The remaining activity is limited to a small number of awards recorded with DCMA and DLA, both at $0 obligated value in the provided data. This distribution indicates a highly concentrated customer base with very limited agency diversification.

Industry profile based on NAICS activity

NAICS 336414, Guided Missile and Space Vehicle Manufacturing, dominates the vendor’s activity with $6.03 billion across 908 awards. Smaller portions appear under Engineering Services (541330) and R&D in the physical, engineering, and life sciences (541710), while 334419 shows award counts but no obligated dollars in the provided dataset. Overall, the portfolio is strongly aligned to missile-related manufacturing and supporting technical services.

Annual contract trend over the analysis window

Recent annual obligations show materially elevated activity in 2023 through 2025, peaking at $1.52 billion in 2023 and remaining above $900 million in both 2024 and 2025. Earlier years in the provided trend data were lower, including $752.37 million in 2022 and $276.29 million in 2021. The pattern indicates a sharp increase in obligated dollars beginning in 2022 and sustained high-volume contracting thereafter.

How to interpret this page

This summary is based on FPDS award records for the specified vendor identifiers over the last 10 years. Totals, counts, and category breakdowns reflect the supplied overview, agency, NAICS, and annual trend data only. Amounts are reported as obligated dollars and rounded values are preserved where provided.

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 = '0FCZ3'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
2100 DEPT OF THE ARMY 6,198,415,323.30 6.20 billion 1,093
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) 0.00 0.00 1
97AS DEFENSE LOGISTICS AGENCY 0.00 0.00 3

Insight

Over the last 10 years, obligations to RAYTHEON/LOCKHEED MARTIN JAVELIN JOINT VENTURE are overwhelmingly concentrated in the Department of the Army, which accounts for $6.20 billion across 1,093 of 1,097 awards. DCMA and DLA each appear only marginally in the record, with award counts of 1 and 3 respectively and no obligated dollars reported. This indicates a highly concentrated procurement profile with Army as the dominant awarding entity and minimal agency diversification.

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 = '0FCZ3'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
336414 GUIDED MISSILE AND SPACE VEHICLE MANUFACTURING 6,028,861,152.77 6.03 billion 908
541330 ENGINEERING SERVICES 144,209,449.60 144.21 million 177
541710 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES 25,344,720.93 25.34 million 9
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 0.00 0.00 3

Insight

Over the last 10 years, obligations for RAYTHEON/LOCKHEED MARTIN JAVELIN JOINT VENTURE (CAGE 0FCZ3) are highly concentrated in NAICS 336414, Guided Missile and Space Vehicle Manufacturing, which accounts for $6.03 billion of $6.20 billion total obligated and 908 of 1,097 awards. The next largest category, NAICS 541330 Engineering Services, is a distant second at $144.21 million across 177 awards, followed by NAICS 541710 at $25.34 million and 9 awards. This pattern indicates a dominant concentration in missile manufacturing with comparatively limited activity in engineering and R&D support.

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 = '0FCZ3'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 929,428,124.13 929.43 million 98
2024 1,204,647,461.97 1.20 billion 110
2023 1,518,197,471.02 1.52 billion 75
2022 752,366,278.91 752.37 million 100
2021 276,287,856.26 276.29 million 133
2020 380,520,373.23 380.52 million 156
2019 370,984,284.80 370.98 million 136
2018 500,409,375.51 500.41 million 137
2017 265,574,097.47 265.57 million 143
2016 0.00 0.00 9

Insight

Over the last 10 years, RAYTHEON/LOCKHEED MARTIN JAVELIN JOINT VENTURE recorded $6.20 billion across 1,097 awards, with an average award value of $5.65 million. Obligations are concentrated in the most recent three fiscal years, led by FY2023 at $1.52 billion, followed by FY2024 at $1.20 billion and FY2025 at $929.43 million; these three years account for the majority of total obligations in the period. Award activity is more evenly distributed than dollars, with annual counts ranging from 75 to 156 awards, indicating that recent years have higher-dollar obligations without a comparable increase in award volume.

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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.