Vehicle Number

Vehicle Number 1549 / 15F06723D0002056 Federal Contract Action Summary (Last 10 Years)

Analyst summary for vehicle number PIID 15F06723D0002056 under agency ID 1549, showing obligations and award activity over the last 10 years.

This page summarizes federal procurement activity for vehicle number PIID 15F06723D0002056 within agency ID 1549 over the last 10 years. The record shows 5 award actions with total obligations of 165.00 million and an average action value of 33.00 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Values are based on the provided analysis window and obligation figures; exact totals and readable totals may reflect different display formats.

Agency ID
1549
PIID
15F06723D0002056
Type
Vehicle
Total Obligated
165.00 million
165,000,000.00
Actions
5
Average Action Value
33,000,000.00

Overview

Over the last 10 years, vehicle number PIID 15F06723D0002056 associated with agency ID 1549 recorded 5 award actions. Total obligations reached 165.00 million, with an average action value of 33.00 million.

How to use this page

This page is intended for reviewing the observed obligation level and award count tied to the listed PIID. Use the figures to compare activity across time or against other procurement records in the same agency context.

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 = '1549' AND content__IDV__contractID__IDVID__PIID = '15F06723D0002056'
    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
1549 FEDERAL BUREAU OF INVESTIGATION 165,000,000.00 165.00 million 5

Insight

Over the 10-year window, obligations for PIID 15F06723D0002056 are fully concentrated at the Federal Bureau of Investigation (Agency ID 1549). The FBI accounts for $165.00 million across 5 awards, indicating a narrow distribution of obligated activity under this vehicle. This pattern suggests a highly concentrated agency relationship rather than broad use 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 = '1549' AND content__IDV__contractID__IDVID__PIID = '15F06723D0002056'
        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 = '1549' AND content__IDV__contractID__IDVID__PIID = '15F06723D0002056'
    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
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 165,000,000.00 165.00 million 5

Insight

Over the 10-year window, obligations for vehicle PIID 15F06723D0002056 are fully concentrated in NAICS 541614, Process, Physical Distribution, and Logistics Consulting Services. This NAICS accounts for $165.00 million across 5 awards, indicating a narrow and highly concentrated procurement pattern rather than a broad distribution across multiple industry categories.

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 = '1549' AND content__IDV__contractID__IDVID__PIID = '15F06723D0002056'
    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
R706 SUPPORT- MANAGEMENT: LOGISTICS SUPPORT 165,000,000.00 165.00 million 5

Insight

Over the 10-year window, obligations for vehicle 15F06723D0002056 are fully concentrated in PSC R706, Support-Management: Logistics Support. The reported $165.0 million across 5 awards indicates a narrow PSC distribution and suggests this vehicle was used consistently for logistics support services rather than a mix of categories.

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 = '1549' AND content__IDV__contractID__IDVID__PIID = '15F06723D0002056'
    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
2023 165,000,000.00 165.00 million 2
2025 0.00 0.00 3

Insight

Obligations are highly concentrated in 2023, which accounts for 165.00 million across 2 awards. In 2025, activity continues at the award level with 3 awards recorded, but total obligated dollars are 0.00, indicating no funding obligation in that year for this PIID. Over the 10-year window, the pattern suggests an uneven distribution of obligation activity rather than a steady annual spend 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 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.