# TargetForBranchesMapped

**Kind:** Class

**Source:** `Frontend/src/app/models/common/generate-bounces.ts` (line 181)

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

## Properties

| Property | Type |
|---|---|
| `BranchId` | `number` |
| `BranchName` | `string` |
| `TargetAndPerformance` | `TargetForBranches[]` |
| `_isOpened` | `boolean` |
| `_MinimumEarningToCoverCost` | `number` |
| `_RequiredMinimumBooking` | `number` |
| `_DesiredRatioOfSetTargetToMinTarget` | `number` |
| `_branchTarget` | `number` |
| `_BranchNominalCommission` | `number` |
| `_TotalTargetRatio` | `number` |
| `_TotalTargetAmount` | `number` |
| `SalesTeamsTendency` | `SalesTeamTendency[]` |
| `_TotalAchievmentRatio` | `number` |
| `_MinimumBookingRate` | `number` |
| `_TeamlessAdjustmentRatio` | `number` |

## Used by

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

### Imported by (6)

- `AchievementForBranchesComponent` — `Frontend/src/app/components/configuration/generate-bounces/achievement-for-branches/achievement-for-branches.component.ts`:1
- `BonusDistribuionComponent` — `Frontend/src/app/components/configuration/generate-bounces/bonus-distribuion/bonus-distribuion.component.ts`:1
- `BonusDistributionBasedOnAmountComponent` — `Frontend/src/app/components/configuration/generate-bounces/bonus-distribuion/bonus-distribution-based-on-amount/bonus-distribution-based-on-amount.component.ts`:1
- `BonusDistributionBasedOnMonthsComponent` — `Frontend/src/app/components/configuration/generate-bounces/bonus-distribuion/bonus-distribution-based-on-months/bonus-distribution-based-on-months.component.ts`:1
- `TargetForBranchesComponent` — `Frontend/src/app/components/configuration/generate-bounces/target-for-branches/target-for-branches.component.ts`:1
- `GenerateBouncesService` — `Frontend/src/app/services/configurations/generate-bounces.service.ts`:1
