Award Number

Award Number 7008 / HSCG2316CAFR625 Federal Contract Action Summary (Last 10 Years)

Award number HSCG2316CAFR625 for agency 7008 shows 72 recorded actions over the last 10 years with $2.04 billion obligated.

This award record summarizes federal procurement activity tied to PIID HSCG2316CAFR625 for agency 7008. Across the last 10 years, the award shows 72 actions and $2,039,854,907.08 in total obligated value.

Generated at 03/20/2026

Analysis period: Last 10 years

Totals reflect the provided analysis window and may differ from current award status if later modifications are added.

Agency ID
7008
PIID
HSCG2316CAFR625
Type
Award
Total Obligated
2.04 billion
2,039,854,907.08
Actions
72
Average Action Value
28,331,318.15

Overview

Award HSCG2316CAFR625 is associated with agency 7008 and shows sustained procurement activity over the last 10 years. The record includes 72 award actions and an exact total obligated amount of $2,039,854,907.08, with an average action value of $28,331,318.15. This page is intended to support review of the award-level funding pattern and action history.

How to use this page

Use this page to quickly assess the scale and cadence of obligations tied to PIID HSCG2316CAFR625. The action count and average action value provide a compact view of how the award was modified or funded during the analysis window, while the total obligated figure shows the overall level of recorded spend.

Top Agencies

SELECT
    content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__award__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '7008' AND content__award__awardID__awardContractID__PIID = 'HSCG2316CAFR625'
    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,
    agency_name
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Actions
7008 U.S. COAST GUARD 2,039,854,907.08 2.04 billion 72

Insight

U.S. Coast Guard accounts for all reported obligations in this 10-year window for PIID HSCG2316CAFR625, with $2.04 billion obligated across 72 awards. This indicates a complete concentration of activity within a single agency rather than a distributed award base. The award pattern suggests sustained agency-specific use of this instrument over time.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode, '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__award__awardID__awardContractID__agencyID = '7008' AND content__award__awardID__awardContractID__PIID = 'HSCG2316CAFR625'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions
BOLLINGER SHIPYARDS LOCKPORT, L.L.C. 64513 1,697,332,735.84 1.70 billion 69
BOLLINGER SHIPYARDS LOCKPORT, L.L.C. 342,522,171.24 342.52 million 3

Insight

Obligations for PIID HSCG2316CAFR625 are highly concentrated in BOLLINGER SHIPYARDS LOCKPORT, L.L.C., which accounts for the dominant share of reported dollars across the 10-year window. The vendor appears in two entries: one with CAGE 64513 totaling $1.70 billion across 69 awards, and a second uncoded entry totaling $342.52 million across 3 awards. This indicates sustained reliance on the same contractor, with most obligated value associated with the identified CAGE and additional value recorded without a CAGE code.

Top NAICS

SELECT
    content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__award__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '7008' AND content__award__awardID__awardContractID__PIID = 'HSCG2316CAFR625'
    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,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
336611 SHIP BUILDING AND REPAIRING 2,039,854,907.08 2.04 billion 72

Insight

This award is fully concentrated in NAICS 336611, Ship Building and Repairing, with $2.04 billion obligated across 72 awards over the 10-year window. The distribution indicates a highly specialized procurement profile, with no diversification across other NAICS codes in the provided data. This level of concentration suggests the award activity is tied to ship construction or repair requirements rather than a mixed industrial portfolio.

Top PSC Codes

SELECT
    content__award__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__award__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '7008' AND content__award__awardID__awardContractID__PIID = 'HSCG2316CAFR625'
    AND content__award__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__award__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
1905 COMBAT SHIPS AND LANDING VESSELS 2,039,854,907.08 2.04 billion 72

Insight

Obligations on this award are fully concentrated in PSC 1905, Combat Ships and Landing Vessels, totaling $2.04 billion across 72 awards actions over the 10-year window. This indicates a highly focused procurement profile with no diversification across other PSCs in the provided data. The volume of actions relative to the obligated amount suggests repeated funding activity within the same product/service category rather than broad spending distribution.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
    sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__award__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__award__awardID__awardContractID__agencyID = '7008' AND content__award__awardID__awardContractID__PIID = 'HSCG2316CAFR625'
    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 ASC
Year Total Obligated Readable Actions
2016 342,522,171.24 342.52 million 3
2017 289,772,374.50 289.77 million 3
2018 299,658,882.78 299.66 million 7
2019 304,881,828.48 304.88 million 9
2020 235,388,734.93 235.39 million 13
2021 239,988,865.96 239.99 million 9
2022 264,504,391.53 264.50 million 15
2023 10,215,883.00 10.22 million 2
2024 9,280,470.66 9.28 million 2
2025 43,641,304.00 43.64 million 9

Insight

Obligations for PIID HSCG2316CAFR625 were concentrated at a high level from 2016 through 2022, ranging from 235.39 million to 342.52 million annually, with award counts rising from 3 to 15 over that period. A notable break occurs in 2023 and 2024, when obligations decline sharply to 10.22 million and 9.28 million, respectively, with only 2 awards in each year. In 2025, obligations increase to 43.64 million across 9 awards, but remain well below the 2016–2022 levels.

Use FPDS Query for deeper award and vehicle analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contract action analysis across agencies, vendors, NAICS, PSC, 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.