FedComp Index scoring engine. Computes posture scores and posture classes for federal contractors from USASpending award data.
Project description
FedComp Index Scoring
Federal contractor posture scoring. Scores any federal contractor from 0 to 100 based on public award data from USASpending.gov.
Each contractor receives a FedComp Index score and a posture class:
- Class 1 (score 60+) - dominant award volume, typically $100M+ over 5 years
- Class 2 (score 40-59) - mid-tier, typically $5M-$100M
- Class 3 (below 40) - emerging or low-volume
Install
pip install fedcomp-index
Usage
from fedcomp_index import score_contractor, PostureClass
result = score_contractor(
total_awards_usd=45_000_000,
last_award_date="2025-09-15"
)
result.fedcomp_index # 58
result.posture_class # PostureClass.CLASS_2
result.volume_driver # 55
result.recency_driver # 100
FedComp Index scoring methodology
Two drivers, no normalization:
| 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 |
The FedComp Index score is an absolute measure. A contractor scoring 60 always represents roughly the same award volume regardless of state or time period. Scores are not percentile-ranked against peers.
Posture classes use fixed thresholds tied to the score:
| 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
Data sources
All data is sourced from public federal records:
- USASpending.gov - award history, dollar amounts, agencies, NAICS codes, PSC codes
- SAM.gov - entity registration, certifications, CAGE/UEI
- SBA.gov - small business certification verification
Live rankings
Scored contractor rankings with dossier pages, proximity maps, and spectator tracking:
- Nevada - 348 contractors scored
Datasets
Pre-scored datasets available for download:
- Nevada Federal Contractors - FedComp Index (HuggingFace)
- Nevada Federal Contract Awards - Monthly (HuggingFace)
- Nevada Federal Contractors - FedComp Index (Kaggle)
- Nevada Federal Contract Awards - Monthly (Kaggle)
Also available on npm
npm install fedcomp-index-scoring
- fedcomp-index - meta-package
- fedcomp-index-scoring - scoring engine
- fedcomp-index-data - pre-scored datasets
Links
- Website: https://fedcompindex.org/
- Nevada Rankings: https://fedcompindex.org/nv/
- Methodology: https://fedcompindex.org/methodology/
- Tabularium: https://fedcompindex.org/tabularium/
- FAQ: https://fedcompindex.org/faq/
- Source: https://github.com/fedcompindex/FedCompIndex
- npm packages: https://github.com/fedcompindex/fedcomp-index-npm
- PyPI: https://pypi.org/project/fedcomp-index/
- PyPI (Scoring): https://pypi.org/project/fedcomp-index-scoring/
- PyPI (Data): https://pypi.org/project/fedcomp-index-data/
- HuggingFace: https://huggingface.co/datasets/npetro6/nevada-federal-contractors
- Kaggle: https://www.kaggle.com/datasets/npetro6/nevada-federal-contractors-fedcomp-index
Citation
@software{fedcomp_index,
title = {FedComp Index},
author = {FedComp Index},
url = {https://fedcompindex.org/},
year = {2026}
}
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fedcomp_index_scoring-2026.3.4.tar.gz.
File metadata
- Download URL: fedcomp_index_scoring-2026.3.4.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ec42fd2a98c9399c644958788d12fd002be0a4782c56288667c1523e4eb893d
|
|
| MD5 |
e66de2902f29da7411780f7584754ffc
|
|
| BLAKE2b-256 |
d582d32d57f2809b91e9dd44faeb697ff8e1106fe2f49adf301b2da8c6e36318
|
File details
Details for the file fedcomp_index_scoring-2026.3.4-py3-none-any.whl.
File metadata
- Download URL: fedcomp_index_scoring-2026.3.4-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a33255d943b88da43b064c52ab7d347c7fca79b5ce412637fdc0056da7a217ea
|
|
| MD5 |
5f040fd23a30b84bfdb6594a57c68693
|
|
| BLAKE2b-256 |
739ee084f75add9e99e4819867f6a0f2a055a60b24f7d04a7d2b2d0113454831
|