# CompanyCurrency

**Kind:** Class

**Source:** `Frontend/src/app/models/organization/company-currency.model.ts` (line 1)

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

## Properties

| Property | Type |
|---|---|
| `CompanyCurrencyID` | `number` |
| `CurrencyCode` | `string` |
| `Name` | `string` |
| `CompanyID` | `number` |
| `Symbol` | `string` |

## Used by

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

### Imported by (13)

- `CompanyCurrencyComponent` — `Frontend/src/app/components/configuration/commercial/company-currency/company-currency.component.ts`:1
- `NewBranchComponent` — `Frontend/src/app/components/configuration/company/main-branch/new.branch.component.ts`:1
- `BranchData` — `Frontend/src/app/components/dashboard/dashboard-libary/widgets/mrm-account-payable/mrm-account-payable.component.ts`:1
- `BranchData` — `Frontend/src/app/components/dashboard/dashboard-libary/widgets/mrm-account-receivable/mrm-account-receivable.component.ts`:1
- `BranchData` — `Frontend/src/app/components/dashboard/dashboard-libary/widgets/mrm-cash-flow/mrm-cash-flow.component.ts`:1
- `BranchData` — `Frontend/src/app/components/dashboard/dashboard-libary/widgets/mrm-cash-flow-forecasted/mrm-cash-flow-forecasted.component.ts`:1
- `AccountDetailsComponent` — `Frontend/src/app/components/market/account-details/account-details.component.ts`:1
- `DecreasedTableComponent` — `Frontend/src/app/components/market/account-details/decreased-table/decreased-table.component.ts`:1

…and 5 more.
