Vehicle Number

Vehicle Number 2044 / TM982004 Federal Contract Action Summary (Last 10 Years)

Federal procurement analysis for vehicle number under Agency ID 2044 and PIID TM982004 over the last 10 years.

This page summarizes award activity for vehicle number associated with Agency ID 2044 and PIID TM982004 during the last 10 years. The record shows 13 award actions with total obligations of $46.52 million and an average action value of $3.58 million.

Generated at 03/21/2026

Analysis period: Last 10 years

Dollar values are shown as reported, with total obligated exact value of 46515075.26.

Agency ID
2044
PIID
TM982004
Type
Vehicle
Total Obligated
46.52 million
46,515,075.26
Actions
13
Average Action Value
3,578,082.71

Overview

Over the last 10 years, vehicle number under Agency ID 2044 and PIID TM982004 accumulated 13 award actions. Total obligated funding is $46.52 million, or 46515075.26 in exact reported dollars, with an average action value of $3,578,082.71.

How to use this page

Use this page to review obligation levels and award action volume for the vehicle record tied to Agency ID 2044 and PIID TM982004. The figures support basic procurement review, trend comparison, and identification of the scale of activity across the 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 = '2044' AND content__IDV__contractID__IDVID__PIID = 'TM982004'
    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
2044 UNITED STATES MINT 46,515,075.26 46.52 million 13

Insight

Over the 10-year window for vehicle TM982004, obligations are fully concentrated in a single agency, the United States Mint, which accounts for $46.52 million across 13 awards. This indicates all recorded obligation activity for this vehicle is concentrated within one agency, with no evidence of cross-agency distribution in the provided data. The award count suggests repeated use of the vehicle by the same agency rather than a one-time obligation pattern.

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 = '2044' AND content__IDV__contractID__IDVID__PIID = 'TM982004'
        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 = '2044' AND content__IDV__contractID__IDVID__PIID = 'TM982004'
    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
531190 LESSORS OF OTHER REAL ESTATE PROPERTY 46,515,075.26 46.52 million 13

Insight

Over the 10-year window for vehicle PIID TM982004, obligations are fully concentrated in NAICS 531190, Lessors of Other Real Estate Property. This NAICS accounts for $46.52 million across 13 awards, indicating a narrow and highly concentrated obligation profile within the observed data. No other NAICS codes are present in the provided rows, so the distribution cannot be assessed beyond this single category.

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 = '2044' AND content__IDV__contractID__IDVID__PIID = 'TM982004'
    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
X111 LEASE/RENTAL OF OFFICE BUILDINGS 46,515,075.26 46.52 million 13

Insight

Obligations for this vehicle are concentrated in a single PSC: X111, Lease/Rental of Office Buildings. Over the 10-year window, this PSC accounts for $46.52 million across 13 awards, indicating a narrow, highly focused obligation pattern rather than a broad distribution across multiple product or service 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 = '2044' AND content__IDV__contractID__IDVID__PIID = 'TM982004'
    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
2016 13,577,012.02 13.58 million 2
2017 14,145,407.01 14.15 million 3
2018 15,046,844.98 15.05 million 4
2019 3,834,211.32 3.83 million 3
2020 -88,400.07 -88.40 thousand 1

Insight

Obligations for PIID TM982004 are concentrated in the earlier part of the period, with annual funding near $13.6 million to $15.0 million from 2016 through 2018. Activity then declined sharply in 2019 to $3.83 million and in 2020 turned slightly negative at -$88.4 thousand, indicating a material reduction and possible deobligation or adjustment. Award counts were low throughout the window, ranging from 1 to 4 awards per year, with the highest count in 2018.

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.