Organizations
Partners are organizations like nonprofits and credit unions that support people in their community financial activity. For example, an organization might extend loan guarantee credit via a loan guarantee fund to a person.
Organization
webapp.partners_organization
      An organization can be a nonprofit, credit union, for-profit, etc. Each organization has one or more Staff, and can have any number of Constituents. Both Staff and Constitutions are People.
    | Field | Description | Type | 
|---|---|---|
| id | Organiaztion ID | Number | 
| entity_id | Entity ID for this organization | Number | 
| name | Name of the organization | Text | 
| created_at | Datetime the organization was created at | Date | 
| updated_at | Datetime the organization was updated at | Date | 
Staff
webapp.partners_staff
      Each organization has one or more Staff members. Staff can manage Partner accounts and Funds.
    | Field | Description | Type | 
|---|---|---|
| id | Staff ID | Number | 
| active | Whether the staff member is active or not | Boolean | 
| organization_id | ID for the organization | Numeric | 
| person_id | ID of the person who is a staff member of this organization | Numeric | 
Constituent
webapp.partners_constituent
      Organizations can have any number of constituents. A constituent is a relationship between a person and an organization.
    | Field | Description | Type | 
|---|---|---|
| id | Constituent ID | Numeric | 
| status | Status of this constituent (active, inactive) | Text | 
| created_by_id | Entity ID that created this constituent relationship. | Numeric | 
| organization_id | Organization ID this constituent is a member of. | Numeric | 
| person_id | Person ID of the person who is this constituent. | Numeric |