> For the complete documentation index, see [llms.txt](https://docs.eclipse-pass.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eclipse-pass.org/pass-documentation-dev/developer-documentation/pass-core/model/funder.md).

# Funder

Funder / sponsor of a [Grant](/pass-documentation-dev/developer-documentation/pass-core/model/grant.md).

| Field    | Type   | Description                                                                                                                                                                                                                                              |
| -------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| id\*     | String | Autogenerated identifier of object                                                                                                                                                                                                                       |
| name\*   | String | Funder name                                                                                                                                                                                                                                              |
| url      | String | Funder URL                                                                                                                                                                                                                                               |
| localKey | String | Local key assigned to the funder within the researcher's institution to support matching between PASS and a local system. The value is in the form of : `domain:type:value`. For a funder at JHU, an example would be`"johnshopkins.edu:funder:8675309"` |

| Relationship | Type   | Target                                                                              | Description                       |
| ------------ | ------ | ----------------------------------------------------------------------------------- | --------------------------------- |
| policy       | To One | [Policy](/pass-documentation-dev/developer-documentation/pass-core/model/policy.md) | Policy associated with the Funder |

\*required
