Skip to main content

Federal contractor competitive intelligence. Posture scoring, posture classes, and scored datasets for every federal contractor.

Project description

FedComp Index

FedComp Index

Federal contractor competitive intelligence. Scores every federal contractor in a state from 0 to 100 based on public award data, assigns posture classes, and provides pre-scored datasets.

This is the meta-package. It installs:

Install

pip install fedcomp-index

Usage

from fedcomp_index import score_contractor, load_state, lookup, PostureClass

# Score a contractor from raw award data
result = score_contractor(
    total_awards_usd=45_000_000,
    last_award_date="2025-09-15"
)
print(result.fedcomp_index)   # 65
print(result.posture_class)   # PostureClass.CLASS_1

# Load pre-scored data
contractors = load_state("NV")
print(f"{len(contractors)} contractors scored")

# Look up by UEI
c = lookup("CGAKREGGN9J3")
print(c["legal_name"])        # FLEET VEHICLE SOURCE INC
print(c["fedcomp_index"])     # 81
print(c["posture_class"])     # Class 1

Posture scoring methodology

Two index drivers, no normalization:

Index driver Weight How it works
Award volume 90% log10 of total dollars won, mapped to 0-100
Award recency 10% Last award date, bucketed by age

Posture classes are fixed thresholds:

Posture class FedComp Index score Typical award volume
Class 1 60-100 $100M+
Class 2 40-59 $5M-$100M
Class 3 0-39 Under $5M

Full methodology: fedcompindex.org/methodology

Packages

Package What it does
fedcomp-index Meta-package (this one)
fedcomp-index-scoring Posture score computation
fedcomp-index-data Pre-scored contractor datasets

Data sources

All public federal records:

  • USASpending.gov - award history, dollar amounts, agencies, NAICS, PSC
  • SAM.gov - entity registration, certifications, CAGE/UEI
  • SBA.gov - certification verification

Datasets

Also available on npm

npm install fedcomp-index

Links

Citation

@software{fedcomp_index,
  title = {FedComp Index},
  author = {FedComp Index},
  url = {https://fedcompindex.org/},
  year = {2026}
}

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fedcomp_index-2026.3.3.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fedcomp_index-2026.3.3-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file fedcomp_index-2026.3.3.tar.gz.

File metadata

  • Download URL: fedcomp_index-2026.3.3.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.11

File hashes

Hashes for fedcomp_index-2026.3.3.tar.gz
Algorithm Hash digest
SHA256 23288e915ffc8d74853a8dcbfb3eea7574fa3cd8544a598e66a7f1ac1b19e8ee
MD5 6103e4c7f4973bf26b64f13a90d35201
BLAKE2b-256 b555f7197d1b86b6bdbd3d9bc911d046e3d5095a295b090827aea482befd2798

See more details on using hashes here.

File details

Details for the file fedcomp_index-2026.3.3-py3-none-any.whl.

File metadata

File hashes

Hashes for fedcomp_index-2026.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 319d35cf59d5521429c2e88bb39b2b46f9ad60a90350ea8a8041bee95d16a9b8
MD5 63934ff477c0e84b0387424bd9f7ee27
BLAKE2b-256 c384cc02603930176fe2e1106a3fed1c95a604c9da5f29cbe37987e7ddb173b9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page