This page summarizes award HSCG2316CAFR625 for agency 7008 over the last full year. It shows total obligated dollars of 43.64 million across 9 award actions, with an average action value of 4,849,033.78.
Award Number
Award Number 7008 / HSCG2316CAFR625 Federal Contract Action Summary (Last Year)
Federal procurement analysis page for award number HSCG2316CAFR625 under agency 7008, summarizing last full year obligations and action activity.
Figures reflect the provided analysis window and reported obligations; exact total obligated value is 43,641,304.
Overview
Award HSCG2316CAFR625 is associated with agency 7008 and shows 43,641,304 in total obligated amount during the last full year. The award recorded 9 actions, producing an average action value of 4,849,033.78. This page provides a concise view of the award's reported obligation activity for that period.
How to use this page
Use this page to review the award-level obligation total, action count, and average action value for last full year analysis. The data can support basic procurement review, comparison with other awards, and follow-up on obligation patterns within agency 7008.
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 1 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 | 43,641,304.00 | 43.64 million | 9 |
Insight
For PIID HSCG2316CAFR625 over the past year, obligations are fully concentrated within a single top agency: the U.S. Coast Guard (agency ID 7008). That agency accounts for 9 awards totaling $43.64 million, indicating all observed obligated activity in this window is concentrated with one agency rather than distributed across multiple agencies.
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 1 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 | 43,641,304.00 | 43.64 million | 9 |
Insight
Obligations for PIID HSCG2316CAFR625 over the 1-year window are fully concentrated with BOLLINGER SHIPYARDS LOCKPORT, L.L.C. (CAGE 64513), which received $43.64 million across 9 awards. This indicates a highly concentrated vendor distribution with no other vendors represented in the provided rows. The award activity suggests repeated obligation to a single vendor rather than a dispersed supplier base.
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 1 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 | 43,641,304.00 | 43.64 million | 9 |
Insight
Over the 1-year window, obligations for this award are fully concentrated in NAICS 336611, Ship Building and Repairing. The award records 9 actions in this NAICS, with total obligated amounts of $43.64 million, indicating a narrow and highly focused procurement profile. This pattern suggests the award activity is not distributed across multiple industries within the period.
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 1 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 | 43,641,304.00 | 43.64 million | 9 |
Insight
Over the past 1 year, obligations for PIID HSCG2316CAFR625 are fully concentrated in PSC 1905, COMBAT SHIPS AND LANDING VESSELS. This PSC accounts for $43.64 million across 9 awards, indicating a narrow product/service mix within the observed period. The distribution suggests this award activity is focused on a single procurement category rather than dispersed across multiple PSCs.
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 1 YEAR
AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
| Year | Total Obligated | Readable | Actions |
|---|---|---|---|
| 2025 | 43,641,304.00 | 43.64 million | 9 |
Insight
In the 1-year window, this award recorded $43.64 million in total obligated funding across 9 awards in FY 2025. The obligated amount is concentrated within a relatively small number of actions, indicating a high-value award pattern rather than broad distribution. With only one year of data provided, no multi-year trend can be assessed.
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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.