Vehicle Number

Vehicle Number 7015 / HSFLAR17D00002 Federal Contract Action Summary (Last 10 Years)

Vehicle number record for PIID HSFLAR17D00002 at agency 7015, showing award activity over the last 10 years.

This page summarizes procurement activity tied to the vehicle number for PIID HSFLAR17D00002 within agency 7015. The record covers 141 award actions with total obligations of 38.17 million and an average action value of 270,733.58.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect the last 10 years and use the provided readable total of 38.17 million, exact total of 38173434.25, and action count of 141.

Agency ID
7015
PIID
HSFLAR17D00002
Type
Vehicle
Total Obligated
38.17 million
38,173,434.25
Actions
141
Average Action Value
270,733.58

Overview

The vehicle number record for PIID HSFLAR17D00002 shows sustained obligation activity over the last 10 years. Total obligated funding is 38.17 million, based on an exact amount of 38173434.25 across 141 award actions.

How to use this page

This page is useful for reviewing the contract vehicle’s obligation history and action volume within agency 7015. The average action value is 270733.58, which provides a simple measure for comparing this vehicle against other procurement records.

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 = 'HSFLAR17D00002'
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
    AND content__IDV__purchaserInformation__contractingOfficeAgencyID != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 38,173,434.25 38.17 million 141

Insight

Across the 10-year window, all reported vehicle obligations for PIID HSFLAR17D00002 are concentrated within the Federal Law Enforcement Training Center (agency ID 7015). This agency accounts for $38.17 million across 141 awards, indicating a sustained and highly concentrated obligation pattern rather than broad distribution 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__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 = 'HSFLAR17D00002'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 = 'HSFLAR17D00002'
    AND content__IDV__productOrServiceInformation__principalNAICSCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__principalNAICSCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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 38,173,434.25 38.17 million 141

Insight

Obligations under PIID HSFLAR17D00002 are fully concentrated in NAICS 561210, Facilities Support Services, with $38.17 million across 141 awards over the 10-year window. This indicates a narrow procurement profile centered on a single service category rather than a diversified NAICS mix. The award count suggests repeated obligating activity within the same functional area.

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 = 'HSFLAR17D00002'
    AND content__IDV__productOrServiceInformation__productOrServiceCode IS NOT NULL
    AND content__IDV__productOrServiceInformation__productOrServiceCode != ''
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 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
S299 HOUSEKEEPING- OTHER 38,173,434.25 38.17 million 141

Insight

For PIID HSFLAR17D00002, obligations in the 10-year window are fully concentrated in PSC S299, Housekeeping - Other, with $38.17 million across 141 awards. This indicates a highly focused services profile under the vehicle rather than a diversified PSC mix. The repeated award activity suggests sustained use of the vehicle for the same service category over time.

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 = 'HSFLAR17D00002'
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2017 794,880.41 794.88 thousand 7
2018 3,823,214.09 3.82 million 16
2019 3,879,092.84 3.88 million 20
2020 6,356,404.41 6.36 million 18
2021 3,754,780.69 3.75 million 15
2022 5,525,666.49 5.53 million 11
2023 5,756,061.00 5.76 million 20
2024 3,779,112.31 3.78 million 23
2025 4,504,222.01 4.50 million 11

Insight

From 2017 to 2025, obligations under PIID HSFLAR17D00002 increased from 794.88 thousand in 2017 to a peak of 6.36 million in 2020, then remained in a mid-range band of roughly 3.75 million to 5.76 million in subsequent years. Award activity was uneven, ranging from 7 awards in 2017 to a high of 23 in 2024, with higher award counts not consistently aligned to higher obligated amounts. The pattern indicates a concentrated but volatile obligation profile, with no single year dominating the 10-year window.

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.