Federal Contractor

BCCG A JOINT VENTURE Federal Contract Obligations (Last 10 Years)

BCCG A JOINT VENTURE, CAGE 9GPJ4 and UEI VNQTYNAV9C25, recorded 17 federal award actions totaling $3.43 billion over the last 10 years.

This page summarizes federal procurement activity for BCCG A JOINT VENTURE across the last 10 years, with all obligated dollars tied to U.S. Customs and Border Protection. The awards are concentrated in NAICS 236220, Commercial and Institutional Building Construction, and most obligated value appears in 2025.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable FPDS obligations for the stated analysis window and may differ from counts or amounts in other reporting views.

CAGE Code
9GPJ4
UEI
VNQTYNAV9C25
Total Obligated
3.43 billion
3,428,241,880.06
Award Actions
17
Average Action Value
201,661,287.06

About BCCG A JOINT VENTURE federal contract activity

BCCG A JOINT VENTURE (CAGE 9GPJ4, UEI VNQTYNAV9C25) recorded 17 FPDS awards over the last 10 years with total obligations of 3.43 billion and an average award value of 201.66 million. The award history is highly concentrated, indicating a small number of large federal actions rather than broad contract dispersion.

Agency mix and customer concentration

All identified obligations are concentrated in U.S. Customs and Border Protection, which accounts for the full 3.43 billion and all 17 awards in the analysis window. This indicates a single-agency customer profile with no visible diversification across other federal departments or bureaus in the provided data.

Industry profile based on NAICS activity

The award portfolio is entirely aligned to NAICS 236220, Commercial and Institutional Building Construction, matching the full 3.43 billion and all 17 awards. This points to a narrowly defined construction scope and no evidence of meaningful NAICS diversification in the reported period.

Annual contract trend over the analysis window

Annual obligations were heavily back-loaded into 2025, when the vendor received 3.14 billion across 13 awards. Activity in 2024 totaled 287.04 million across 3 awards, while 2023 showed only 75 thousand in a single award, suggesting a sharp escalation in federal obligation levels over time.

How to interpret this page

This summary is based on the provided FPDS analysis window of the last 10 years and reflects only the supplied vendor, agency, NAICS, and annual trend aggregates. Metrics are reported as obligated dollars and award counts without inferring contract type, vehicle structure, or performance details not present in the source data.

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 = '9GPJ4'
        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
7014 U.S. CUSTOMS AND BORDER PROTECTION 3,428,241,880.06 3.43 billion 17

Insight

Over the last 10 years, BCCG A JOINT VENTURE’s obligations total $3.43 billion across 17 awards, all of which are concentrated with U.S. Customs and Border Protection. This indicates a fully concentrated agency portfolio with no observed distribution across other agencies in the provided period. The average award value is approximately $201.7 million, suggesting relatively large individual awards within a single-agency relationship.

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 = '9GPJ4'
        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
236220 COMMERCIAL AND INSTITUTIONAL BUILDING CONSTRUCTION 3,428,241,880.06 3.43 billion 17

Insight

Over the last 10 years, BCCG A JOINT VENTURE’s NAICS activity is fully concentrated in NAICS 236220, Commercial and Institutional Building Construction. All 17 awards and the full $3.43 billion in obligated value are classified under this single NAICS, indicating a highly concentrated procurement profile with no diversification across other industry codes. The average award value of approximately $201.7 million further suggests the vendor has been associated with relatively large construction obligations in this 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 = '9GPJ4'
        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 3,141,129,288.06 3.14 billion 13
2024 287,037,592.00 287.04 million 3
2023 75,000.00 75.00 thousand 1

Insight

BCCG A JOINT VENTURE’s obligations over the last 10 years are highly concentrated in 2025, which accounts for 3.14 billion of the 3.43 billion obligated in the period and 13 of 17 awards. Prior-year activity is comparatively limited, with 287.04 million obligated across 3 awards in 2024 and only 75.00 thousand obligated in 2023. This pattern indicates a sharp increase in funding and award volume in the most recent year, with limited distribution across earlier years.

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.