Vehicle Number

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

Procurement profile for vehicle number under agency 7015, showing last full year obligations for PIID HSFLCS17D00001.

This page summarizes award activity for vehicle number associated with agency 7015 and PIID HSFLCS17D00001 during the last full year. The record shows 15 award actions and $10.70 million in total obligated amount.

Generated at 03/21/2026

Analysis period: Last full year

Amounts are based on the provided exact obligation total of $10,701,638.83 and the reported average action value of $713,442.59.

Agency ID
7015
PIID
HSFLCS17D00001
Type
Vehicle
Total Obligated
10.70 million
10,701,638.83
Actions
15
Average Action Value
713,442.59

Overview

In the last full year, vehicle number tied to agency 7015 and PIID HSFLCS17D00001 recorded 15 award actions. Total obligated amount was $10,701,638.83, with an average action value of $713,442.59.

How to use this page

Use this page to review the obligation level and action count associated with this vehicle record over the last full year. The figures provide a concise view of procurement activity for PIID HSFLCS17D00001 within agency 7015.

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 1 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 10,701,638.83 10.70 million 15

Insight

Within the 1-year window for PIID HSFLCS17D00001, obligations are concentrated entirely at the Federal Law Enforcement Training Center (agency 7015). The agency accounts for $10.70 million across 15 awards, indicating that this vehicle’s obligated activity is fully concentrated within a single top agency. This pattern suggests a focused award distribution rather than cross-agency spread.

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 1 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 1 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 10,701,638.83 10.70 million 15

Insight

Obligations for PIID HSFLCS17D00001 over the 1-year window are fully concentrated in NAICS 561210, Facilities Support Services. This category accounts for $10.70 million across 15 awards, indicating repeated use of the same service classification rather than a distributed NAICS mix. The profile suggests procurement activity centered on a single service line with moderate award frequency.

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 1 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 10,701,638.83 10.70 million 15

Insight

Obligations under PIID HSFLCS17D00001 are concentrated entirely in PSC S216, Housekeeping-Facilities Operations Support, totaling $10.70 million across 15 awards over the 1-year window. This indicates a narrow PSC distribution and suggests the vehicle is being used consistently for a single facilities operations support requirement category. The award count relative to obligation volume implies repeated ordering within the same service line rather than broad procurement diversification.

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 1 YEAR
    AND parseDateTimeBestEffortOrNull(content__IDV__relevantContractDates__signedDate) < toStartOfYear(now())
GROUP BY year
ORDER BY year ASC
Year Total Obligated Readable Actions
2025 10,701,638.83 10.70 million 15

Insight

Over the 1-year window, obligations under PIID HSFLCS17D00001 are concentrated entirely in FY 2025, with $10.70 million obligated across 15 awards. This indicates activity is present but limited to a single fiscal year in the available data, so no year-over-year trend can be assessed from the provided rows. The pattern reflects moderate award dispersion within one year rather than a multi-year funding profile.

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.