Skip to content

Commit 05f7a7a

Browse files
jsollycursoragent
andauthored
Add PIID, FPDS, Data Bank, and USAspending to the glossary (#62)
* Add PIID, FPDS, and USAspending to the core glossary Promote award-data identifiers into auto-linking core terms, tied to the follow-identifiers chapter. Remove redundant topic stubs so the glossary browse list stays a single entry per term. * Add Data Bank to the core glossary Define SAM.gov Data Bank as the post-FPDS award-report destination, and remove the topic stub that wrongly described exclusions data. --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent bd6b5a2 commit 05f7a7a

2 files changed

Lines changed: 51 additions & 19 deletions

File tree

src/lib/far/chapter-topics.ts

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -489,12 +489,6 @@ export const CHAPTER_TOPIC_TERMS: GlossaryTerm[] = [
489489
definition:
490490
"Structuring work around outcomes and metrics rather than prescribing how-to process.",
491491
},
492-
{
493-
id: "topic-piid",
494-
term: "PIID",
495-
definition:
496-
"Procurement Instrument Identifier — the unique ID for a contract, order, or agreement.",
497-
},
498492
{
499493
id: "topic-pipeline-hygiene",
500494
term: "Pipeline Hygiene",
@@ -568,13 +562,6 @@ export const CHAPTER_TOPIC_TERMS: GlossaryTerm[] = [
568562
definition:
569563
"Post-government employment restrictions that limit certain contacts and representations.",
570564
},
571-
{
572-
id: "topic-sam-data-bank",
573-
term: "SAM data bank",
574-
aliases: ["sam-data-bank"],
575-
definition:
576-
"SAM exclusions and related responsibility data used in award eligibility checks.",
577-
},
578565
{
579566
id: "topic-sam-gov",
580567
term: "SAM.gov",
@@ -655,12 +642,6 @@ export const CHAPTER_TOPIC_TERMS: GlossaryTerm[] = [
655642
definition:
656643
"An OCI where a firm has nonpublic information that gives an unfair competitive advantage.",
657644
},
658-
{
659-
id: "topic-usaspending",
660-
term: "Usaspending",
661-
definition:
662-
"Public spending data useful for competitor and customer intelligence.",
663-
},
664645
{
665646
id: "topic-vehicle-access",
666647
term: "Vehicle Access",

src/lib/far/glossary.ts

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,57 @@ const CURATED_GLOSSARY_TERMS: GlossaryTerm[] = [
360360
"The System for Award Management is where entities register to do business with the Government and where many notices and award records appear.",
361361
chapterId: "actual-offeror-ready",
362362
},
363+
{
364+
id: "piid",
365+
term: "PIID",
366+
aliases: [
367+
"PIIDs",
368+
"Procurement Instrument Identifier",
369+
"procurement instrument identifier",
370+
"Procurement Instrument Identifiers",
371+
],
372+
definition:
373+
"A Procurement Instrument Identifier uniquely identifies a contract, order, or agreement in federal award records. Follow the PIID and its modifications — not just a vendor name — when reconstructing an incumbent or spend trail.",
374+
chapterId: "follow-identifiers",
375+
},
376+
{
377+
id: "fpds",
378+
term: "FPDS",
379+
aliases: [
380+
"Federal Procurement Data System",
381+
"federal procurement data system",
382+
"FPDS ezSearch",
383+
],
384+
definition:
385+
"The Federal Procurement Data System is the historical federal contract-reporting stream. Public FPDS search has moved to SAM.gov Contract Awards and Data Bank; treat “FPDS” as data lineage and legacy vocabulary, not the current public destination.",
386+
chapterId: "follow-identifiers",
387+
},
388+
{
389+
id: "data-bank",
390+
term: "Data Bank",
391+
aliases: [
392+
"SAM.gov Data Bank",
393+
"SAM Data Bank",
394+
"SAM data bank",
395+
"sam-data-bank",
396+
"Data Bank reports",
397+
],
398+
definition:
399+
"SAM.gov Data Bank is where contract-award reports and related award/modification data live after the public FPDS transition. Use it with SAM.gov Contract Awards for incumbent and spend reconstruction — it is not a forecast-only tool and is not the same as SAM exclusions.",
400+
chapterId: "follow-identifiers",
401+
},
402+
{
403+
id: "usaspending",
404+
term: "USAspending",
405+
aliases: [
406+
"USASpending",
407+
"usaspending.gov",
408+
"USAspending.gov",
409+
],
410+
definition:
411+
"USAspending is the official open source for federal spending analysis. It receives procurement data derived from federal contract reporting and is used with SAM.gov award records to follow obligations, transactions, and incumbent spend — not as a grants-only site.",
412+
chapterId: "follow-identifiers",
413+
},
363414
{
364415
id: "naics",
365416
term: "NAICS",

0 commit comments

Comments
 (0)