AssistanceListingNOFORelatedIdentifier
The unique identifier for the program (assistance listing) associated with the funding opportunity where the first two characters align to an agency followed by a decimal and three alpha numeric characters.
| Type | string |
|---|---|
| Length | 0–6 |
| Pattern | ^[0-9]{2}\..{3}$ |
Provenance
| CDM entity | Funding Opportunity |
|---|---|
| Data groups | Notice of Funding Opportunity (NOFO) Information, NOFO Basic Information |
| Related elements | (2) AssistanceListingNumber, (3) Assistance Listing Number, (3) Related Federal Assistance Listing, (10) NOFO Synopsis: CFDANumber |
| Grants activity references | GRM.010.010 Grant Program Set-up and Maintenance, GRM.010.020 Grant Program Funding Opportunity |
| References | (1) 2 CFR 200.203, (2) GSDM v1.1, (3) SAM.gov Assistance Listing, (5) 31 USC 6102 |
| Description source | (2) Modified |
Example & schema
"string"{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "AssistanceListingNOFORelatedIdentifier.schema.json", "title": "AssistanceListingNOFORelatedIdentifier", "description": "The unique identifier for the program (assistance listing) associated with the funding opportunity where the first two characters align to an agency followed by a decimal and three alpha numeric characters.", "type": "string", "pattern": "^[0-9]{2}\\..{3}$", "maxLength": 6, "x-maxLengthSource": "(3)", "x-cdmEntity": "Funding Opportunity", "x-grantsActivityReferences": [ "GRM.010.010 Grant Program Set-up and Maintenance", "GRM.010.020 Grant Program Funding Opportunity" ], "x-dataGroups": [ "Notice of Funding Opportunity (NOFO) Information", "NOFO Basic Information" ], "x-relatedElements": [ "(2) AssistanceListingNumber", "(3) Assistance Listing Number", "(3) Related Federal Assistance Listing", "(10) NOFO Synopsis: CFDANumber" ], "x-descriptionSource": [ "(2) Modified" ], "x-references": [ "(1) 2 CFR 200.203", "(2) GSDM v1.1", "(3) SAM.gov Assistance Listing", "(5) 31 USC 6102" ]}