Grants/awards are received by one or more Persons and can have 0 or more related Submissions
| Field | Type | Description |
|---|---|---|
| id* | String | Unique Grant URI |
| awardNumber* | String | Award number from funder |
| awardStatus | Enum (see list below) | Status of award |
| localAwardId | String | Award number or ID assigned to the grant within the researcher's institution |
| projectName* | String | Title of the research project |
| primaryFunder* | Funder | The sponsor that is the original source of the funds. This will often be the same as directFunder. |
| directFunder* | Funder | The organization from which funds are directly received. This will often be the same as primaryFunder. |
| pi* | Person | Principal investigator |
| coPis | List[Person] | Co-principal investigator list |
| awardDate* | DateTime | Date the grant was awarded |
| startDate | DateTime | Date the grant started |
| endDate | DateTime | Date the grant ended |
| submissions | List[Submission] | Submissions related to Grant |
| creator* | User | User who created record in PASS |
| created* | DateTime | Date the record was created |
| lastModified* | DateTime | Date the record was last modified |
*required
autogenerated fields are in bold and are readonly
Status options for grant
| Value | Description |
|---|---|
| active | Grant currently active |
| pre_award | Award not yet received |
| terminated | Grant period is complete |