# Shareholder

**Kind:** Class

**Source:** `Frontend/src/app/models/sales/Shareholder.model.ts` (line 1)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `ShareholderID` | `number` |
| `ProjectID` | `number` |
| `Name` | `string` |
| `Percentage` | `number` |
| `color` | `string` |

## Used by

2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (2)

- `Project` — `Frontend/src/app/models/sales/project.model.ts`:9
- `NewProject` — `Frontend/src/app/components/market/projects/newProject.ts`:52
