Vehicle Number

Vehicle Number 7015 / HSFLCS17D00001 Federal Contract Action Summary (Last 5 Years)

Analyst summary for vehicle number HSFLCS17D00001 showing last-5-year obligation and action history for Agency ID 7015.

This page summarizes federal procurement activity for vehicle number HSFLCS17D00001 within Agency ID 7015 over the last 5 years. The record shows 73 award actions with total obligations of $63.20 million.

Generated at 03/21/2026

Analysis period: Last 5 years

Obligation totals are based on the provided readable amount of $63.20 million and exact amount of $63,197,732.40.

Agency ID
7015
PIID
HSFLCS17D00001
Type
Vehicle
Total Obligated
63.20 million
63,197,732.40
Actions
73
Average Action Value
865,722.36

Overview

Over the last 5 years, vehicle number HSFLCS17D00001 recorded 73 award actions and $63,197,732.40 in total obligations. The average action value was $865,722.36, indicating recurring contract activity across the analysis window. This page presents the procurement history tied to PIID HSFLCS17D00001 for Agency ID 7015.

How to use this page

Use this page to review award action volume, obligated amounts, and average action value for the identified vehicle. The figures support basic spend analysis and contract activity review without adding details beyond the provided record.

Top Agencies

SELECT
    content__IDV__purchaserInformation__contractingOfficeAgencyID AS agency_id,
    content__IDV__purchaserInformation__contractingOfficeAgencyID__name AS agency_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '7015' AND content__IDV__contractID__IDVID__PIID = 'HSFLCS17D00001'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__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
7015 FEDERAL LAW ENFORCEMENT TRAINING CENTER 63,197,732.40 63.20 million 73

Insight

Over the 5-year window, the Federal Law Enforcement Training Center accounts for the full reported obligations under this vehicle, totaling $63.20 million across 73 awards. This indicates complete concentration of activity within a single agency, with no evidence of broader agency distribution in the provided rows. The award volume suggests repeated use of the vehicle by the same agency rather than reliance on a small number of high-dollar actions.

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__IDV__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        content__IDV__contractID__IDVID__agencyID = '7015' AND content__IDV__contractID__IDVID__PIID = 'HSFLCS17D00001'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        cage_code
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Actions

Insight

No vendor concentration was available for this analysis window.

Top NAICS

SELECT
    content__IDV__productOrServiceInformation__principalNAICSCode AS naics_code,
    content__IDV__productOrServiceInformation__principalNAICSCode__description AS naics_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '7015' AND content__IDV__contractID__IDVID__PIID = 'HSFLCS17D00001'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    naics_code,
    naics_name
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Actions
561210 FACILITIES SUPPORT SERVICES 63,197,732.40 63.20 million 73

Insight

Obligations for PIID HSFLCS17D00001 over the 5-year window are fully concentrated in NAICS 561210, Facilities Support Services. The vehicle reflects a single-NAICS profile with 73 awards totaling $63.20 million, indicating no observable NAICS diversification within the provided data. This concentration suggests the contract is used consistently for facilities support requirements rather than a broad mix of goods or services.

Top PSC Codes

SELECT
    content__IDV__productOrServiceInformation__productOrServiceCode AS psc_code,
    content__IDV__productOrServiceInformation__productOrServiceCode__description AS psc_name,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    count() AS award_count,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '7015' AND content__IDV__contractID__IDVID__PIID = 'HSFLCS17D00001'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY
    psc_code,
    psc_name
ORDER BY total_obligated DESC
LIMIT 10
PSC Code Description Total Obligated Readable Actions
S216 HOUSEKEEPING- FACILITIES OPERATIONS SUPPORT 63,197,732.40 63.20 million 73

Insight

Over the past 5 years, obligations under vehicle PIID HSFLCS17D00001 are fully concentrated in PSC S216, Housekeeping-Facilities Operations Support. This PSC accounts for $63.20 million across 73 awards, indicating a repeated use pattern rather than a diversified service mix. The absence of other PSCs in this window suggests the vehicle has been used almost exclusively for this housekeeping/facilities operations support requirement.

Annual Trend

SELECT
    toYear(parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate)) AS year,
    sum(content__IDV__dollarValues__obligatedAmount) AS total_obligated,
    formatReadableQuantity(sum(content__IDV__dollarValues__obligatedAmount)) AS total_obligated_readable,
    count() AS award_count
FROM fpds.data
WHERE
    content__IDV__contractID__IDVID__agencyID = '7015' AND content__IDV__contractID__IDVID__PIID = 'HSFLCS17D00001'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2021 12,965,501.80 12.97 million 16
2022 12,255,036.85 12.26 million 12
2023 15,985,848.90 15.99 million 13
2024 11,289,706.02 11.29 million 17
2025 10,701,638.83 10.70 million 15

Insight

Obligations for PIID HSFLCS17D00001 remained in a relatively narrow band over the 5-year period, ranging from $10.70 million to $15.99 million annually. Activity peaked in 2023 at $15.99 million, then declined in 2024 and 2025 to $11.29 million and $10.70 million, respectively, indicating a recent downward shift after a one-year spike. Award counts were distributed fairly evenly, from 12 to 17 per year, with no single year dominating transaction volume.

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