Vehicle Number

Vehicle Number 4732 / 47QFLA19D0008 Federal Contract Action Summary (Last 5 Years)

Procurement overview for vehicle number 47QFLA19D0008 under Agency ID 4732, showing obligated activity over the last 5 years.

This page summarizes federal award activity for vehicle number 47QFLA19D0008 in the last 5 years. The record shows 5 award actions with total obligated value of 4.59 million dollars and an average action value of 918,922.16.

Generated at 03/21/2026

Analysis period: Last 5 years

All values reflect the provided readable and exact obligation totals for Agency ID 4732 and PIID 47QFLA19D0008.

Agency ID
4732
PIID
47QFLA19D0008
Type
Vehicle
Total Obligated
4.59 million
4,594,610.78
Actions
5
Average Action Value
918,922.16

Overview

The procurement record for vehicle number 47QFLA19D0008 under Agency ID 4732 covers 5 award actions in the last 5 years. Total obligated value is 4,594,610.78 dollars, which reads as 4.59 million dollars, with an average action value of 918,922.16 dollars.

How to use this page

Use this page to review the obligation level and action count associated with PIID 47QFLA19D0008. The figures support quick comparison of activity volume and average action size within the 5-year analysis window.

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 = '4732' AND content__IDV__contractID__IDVID__PIID = '47QFLA19D0008'
    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
4732 FEDERAL ACQUISITION SERVICE 4,594,610.78 4.59 million 5

Insight

Obligations under PIID 47QFLA19D0008 over the 5-year window are fully concentrated within the Federal Acquisition Service, which accounts for all reported activity in this section. The vehicle reflects 5 awards totaling $4.59 million, indicating a limited but entirely agency-specific distribution. This pattern suggests no diversification across agencies within the reported dataset.

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 = '4732' AND content__IDV__contractID__IDVID__PIID = '47QFLA19D0008'
        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 = '4732' AND content__IDV__contractID__IDVID__PIID = '47QFLA19D0008'
    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
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 4,594,610.78 4.59 million 5

Insight

For PIID 47QFLA19D0008 over the 5-year window, obligations are fully concentrated in NAICS 541715, Research and Development in the Physical, Engineering, and Life Sciences (except Nanotechnology and Biotechnology). This category accounts for 5 awards and $4.59 million in total obligated dollars, indicating a narrow and highly focused workload profile. No other NAICS codes are present in the provided data, so there is no observable diversification across industries.

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 = '4732' AND content__IDV__contractID__IDVID__PIID = '47QFLA19D0008'
    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
AJ22 R&D- GENERAL SCI/TECH: MATHEMATICAL/COMPUTER SCIENCES (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT) 4,594,610.78 4.59 million 5

Insight

Obligations under PIID 47QFLA19D0008 are fully concentrated in PSC AJ22, with $4.59 million obligated across 5 awards over the 5-year window. This indicates a narrow product/service mix centered on applied research and exploratory development in mathematical/computer sciences. With only one PSC reported, there is no observable distribution across multiple PSCs in this vehicle.

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 = '4732' AND content__IDV__contractID__IDVID__PIID = '47QFLA19D0008'
    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 4,594,610.78 4.59 million 5

Insight

Over the 5-year window, activity for PIID 47QFLA19D0008 is concentrated in a single reported year, 2021. That year recorded 5 awards totaling $4.59 million, indicating all observed obligation activity in the period is clustered in one year rather than distributed across multiple years. This pattern suggests limited year-to-year continuity in the available record and a high degree of temporal concentration.

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.