# Enum legends
What the integers mean. 156 legend(s) carrying 610 value(s): 151 read from the services' own validation code, and 5 from the parameter seed data, resolved by a field of the published API.

**151 of these 156 legends are declared by a service**, read from the validation rule the service runs rather than matched by name. Those entries name the fields they bind and the API they were read from.

Legends are documented and not asserted as a schema constraint: the catalog types these fields as `integer`, so the API reference publishes the legend in the field's description and leaves the declared type alone.

:::caution
**A parameter code does not name one legend.**

Services define their own parameters, and two services can define the same code with entirely different values. Read a legend only against the API it is listed under.

**0 of the 5** seed-derived legends here carry a code that some other service defines differently.
:::

17 code(s) on this page carry more than one legend. If you searched for one of these, read every entry under it and pick by the operation you are calling — not by the code.

| Code | Legends on this page |
| --- | --- |
| `cash_type` | 2 |
| `channel_type` | 2 |
| `currency_group` | 2 |
| `currency_rate_type` | 2 |
| `customer_type` | 4 |
| `data_type` | 2 |
| `date_difference` | 3 |
| `effect` | 2 |
| `effect_type` | 2 |
| `field_data_type` | 3 |
| `fiscal_year_status` | 2 |
| `funding_source` | 2 |
| `notification_type` | 3 |
| `payback_plan_method` | 2 |
| `status` | 2 |
| `tax_condition` | 2 |
| `usage_type` | 2 |

## The legends

The **value** is the integer that travels on the wire and it is the only part of a row that is a contract. The **token** is what the platform stores and matches on. The labels are display text in the languages the snapshot seeds and they change without notice. A value marked **retired** is one the platform no longer expects to be sent; it is listed because it can still arrive on historical records. A declared legend has no **State** column at all: a service's enumeration type declares which values it validates and says nothing about which are retired, and a blank cell would have answered that question anyway.

### `acc_entry_process_type`

**Declared by the `accrual` service**, in its own validation code. Bound to `accountingEntryProcessType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Mass` | _no label seeded_ |
| `2` | `Single` | _no label seeded_ |

### `accounting_status`

**Declared by the `legal-follow` service**, in its own validation code. Bound to `accountingStatus`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Accounting slip has been issued for legal follow` | _no label seeded_ |
| `2` | `Accounting slip has not been issued for legal follow` | _no label seeded_ |

### `accrual_product_type`

**Declared by the `accrual` service**, in its own validation code. Bound to `type`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Loan` | _no label seeded_ |
| `2` | `Bond` | _no label seeded_ |
| `3` | `Bill` | _no label seeded_ |
| `4` | `Expense` | _no label seeded_ |

### `accrual_status`

**Declared by the `accrual` service**, in its own validation code. Bound to `accrualStatus`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Accrual` | _no label seeded_ |
| `2` | `NonAccrual` | _no label seeded_ |
| `3` | `Accrued` | _no label seeded_ |
| `4` | `Cancelled` | _no label seeded_ |
| `5` | `Calculated` | _no label seeded_ |

### `accrual_type`

**Declared by the `accrual` service**, in its own validation code. Bound to `accrualType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Income` | _no label seeded_ |
| `2` | `Expense` | _no label seeded_ |

### `address_source`

**Declared by the `integration` service**, in its own validation code. Bound to `addressSource`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Residency Address` | _no label seeded_ |
| `2` | `Other Address` | _no label seeded_ |

### `allocation_purpose`

**Declared by the `allotment` service**, in its own validation code. Bound to `allocationPurpose`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `New Allocation` | en: New Allocation |
| `2` | `Limit Increase` | en: Limit Increase |
| `3` | `Limit Decrease` | en: Limit Decrease |
| `0` | `Cancel` | en: Cancel |

### `allotment_status`

**Declared by the `allotment` service**, in its own validation code. Bound to `allotmentStatus`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Evaluating` | en: Evaluating |
| `2` | `Rejected` | en: Rejected |
| `3` | `Active` | _no label seeded_ |
| `4` | `Frozen` | _no label seeded_ |
| `5` | `Cancelled` | _no label seeded_ |
| `6` | `Expired` | _no label seeded_ |

### `allotment_type`

**Declared by the `allotment` service**, in its own validation code. Bound to `allotmentType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Cash` | _no label seeded_ |
| `2` | `Non-Cash` | _no label seeded_ |

### `application_status`

**Declared by the `customer-application` service**, in its own validation code. Bound to `status`.

| Value | Token | Labels |
| --- | --- | --- |
| `0` | `Approved` | en: Approved |
| `1` | `Pending` | en: Pending |
| `2` | `Rejected` | en: Rejected |
| `3` | `Cancelled` | en: Cancelled |
| `4` | `Expired` | en: Expired |

### `asset_type`

**Declared by the `customer-application` service**, in its own validation code. Bound to `assetType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `house` | _no label seeded_ |
| `2` | `car` | _no label seeded_ |

### `auth_type`

**Declared by the `integration` service**, in its own validation code. Bound to `authType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Basic` | _no label seeded_ |
| `2` | `xyz` | _no label seeded_ |

### `batch_process_status`

**Declared by the `accounting` service**, in its own validation code. Bound to `processStatus`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `uploaded` | en: Uploaded |
| `2` | `success` | en: Accounting entry success |
| `3` | `error` | en: Accounting Entry Error |

### `binding_source`

**Declared by the `core` service**, in its own validation code. Bound to `location`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Query` | _no label seeded_ |
| `2` | `Route` | _no label seeded_ |
| `3` | `Body` | _no label seeded_ |
| `4` | `Form` | _no label seeded_ |
| `5` | `Headers` | _no label seeded_ |
| `6` | `Claim` | en: Claim |

### `bnpl_virtual_card_status`

| Value | Token | Labels | State |
| --- | --- | --- | --- |
| `1` | `N` | en: N |  |
| `2` | `T` | en: T |  |
| `3` | `L` | en: L |  |
| `4` | `S` | en: S |  |
| `5` | `C` | en: C |  |
| `6` | `F` | en: F |  |
| `7` | `D` | en: D |  |
| `8` | `B` | en: B |  |

### `bulk_notification_type`

**Declared by the `notification` service**, in its own validation code. Bound to `type`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `SMS` | _no label seeded_ |
| `2` | `EMAIL` | _no label seeded_ |

### `calculation_period`

**Declared by the `accrual` service**, in its own validation code. Bound to `accrualCalculationPeriod`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Daily` | _no label seeded_ |
| `2` | `Weekly` | _no label seeded_ |
| `3` | `Monthly` | _no label seeded_ |
| `4` | `Querterly` | _no label seeded_ |
| `5` | `Semiannually` | _no label seeded_ |
| `6` | `Annually` | _no label seeded_ |

### `calculation_resource`

**Declared by the `accounting` service**, in its own validation code. Bound to `calculationResource`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Ledger` | _no label seeded_ |
| `2` | `financial_statement_item` | _no label seeded_ |

### `calculation_type`

**Declared by the `expense` service**, in its own validation code. Bound to `calculationType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Rate` | _no label seeded_ |
| `2` | `Constant` | _no label seeded_ |
| `3` | `Rate&Constant` | _no label seeded_ |
| `4` | `Formula` | _no label seeded_ |

### `cash_transaction_type`

**Declared by the `money-transfer` service**, in its own validation code. Bound to `cashTransactionType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `ToOwnAccount` | _no label seeded_ |
| `2` | `ToOtherAccount` | _no label seeded_ |

### `cash_type` · API `product`

**Declared by the `product` service**, in its own validation code. Bound to `cashType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Cash` | en: Cash |
| `2` | `Non Cash` | en: Non Cash |

### `cash_type` · API `product-tree`

**Declared by the `product-tree` service**, in its own validation code. Bound to `cashType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Cash` | en: Cash |
| `2` | `Non Cash` | en: Non Cash |

### `channel_type` · API `core`

**Declared by the `core` service**, in its own validation code. Bound to `channelType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Mobile` | en: Mobile Application |
| `2` | `Web` | en: Web Browser |
| `3` | `Integration` | en: Integration Service |
| `4` | `API` | en: API |

### `channel_type` · API `loan`

**Declared by the `loan` service**, in its own validation code. Bound to `channelType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Credit Channel` | en: Credit Channel |
| `2` | `Foreign Trade Channel` | en: Foreign Trade Channel |

### `cmis_provider`

**Declared by the `document-management` service**, in its own validation code. Bound to `cmisProvider`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Alfresco` | en: Alfresco |
| `2` | `OpenKM` | en: OpenKM |

### `cmis_type`

**Declared by the `document-management` service**, in its own validation code. Bound to `cmisType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Custom Type` | en: Custom Type |
| `2` | `Aspects` | en: Aspects |
| `3` | `Properties` | en: Properties |
| `4` | `Seed Data` | _no label seeded_ |

### `collateral_main_type`

**Declared by the `collateral` service**, in its own validation code. Bound to `mainType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Cash` | en: Cash |
| `2` | `Noncash` | en: Noncash |

### `collateral_usage_type`

**Declared by the `collateral` service**, in its own validation code. Bound to `usageType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `loan` | en: loan |
| `2` | `limit` | en: limit |

### `collection_cancel_type`

**Declared by the `loan-collection` service**, in its own validation code. Bound to `cancelType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `customer request` | en: müşteri isteği |

### `collection_detail_type`

**Declared by the `loan` service**, in its own validation code. Bound to `collectionDetailType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Profit Amount` | _no label seeded_ |
| `2` | `Principal Amount` | _no label seeded_ |
| `3` | `BSMV` | _no label seeded_ |
| `4` | `KKDF` | _no label seeded_ |
| `5` | `Delay Penalty Principal Amount` | _no label seeded_ |
| `6` | `Delay Penalty Tax BSMV` | _no label seeded_ |
| `7` | `Delay Penalty Tax KKDF` | _no label seeded_ |

### `collection_item`

**Declared by the `loan-collection` service**, in its own validation code. Bound to `collectionItem`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `principal amount` | en: principal amount |
| `2` | `profit amount` | en: profit amount |
| `5` | `Gecikme Cezası Ana Para` | en: Delay Penalty Pricipal Amount |
| `6` | `Gecikme Cezası Vergi BSMV` | en: Delay Penalty Tax BSMV |
| `7` | `Gecikme Cezası Vergi KKDF` | en: Delay Penalty Tax KKDF |

### `collection_resource`

**Declared by the `loan-collection` service**, in its own validation code. Bound to `collectionResource`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `from account` | en: from account |
| `2` | `from safe` | en: from safe |
| `3` | `ledger` | _no label seeded_ |

### `collection_status`

**Declared by the `loan` service**, in its own validation code. Bound to `collectionStatus`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Not collected` | en: Not collected. |
| `2` | `Collected` | en: Collected. |
| `3` | `Partial Collected` | en: Partial Collected. |
| `4` | `Early Collected` | en: Early Collected. |
| `5` | `Early Closing` | en: Early Closing. |

### `collection_sub_type`

**Declared by the `expense` service**, in its own validation code. Bound to `collectionSubType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Expense` | _no label seeded_ |
| `2` | `Tax` | _no label seeded_ |

### `collection_type`

**Declared by the `loan-collection` service**, in its own validation code. Bound to `collectionType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `full collection` | en: full amount |
| `2` | `partial collection` | en: partial collection |
| `3` | `early collection` | en: early collection |
| `4` | `on time collection` | en: on time collection |
| `5` | `early repayment` | en: early repayment |
| `6` | `interim payment` | _no label seeded_ |

### `currency_group` · API `accounting`

**Declared by the `accounting` service**, in its own validation code. Bound to `currencyGroup`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `FX` | _no label seeded_ |
| `2` | `PM` | _no label seeded_ |

### `currency_group` · API `core`

**Declared by the `core` service**, in its own validation code. Bound to `group`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `FX` | _no label seeded_ |
| `2` | `PM` | _no label seeded_ |

### `currency_rate_type` · API `accounting`

**Declared by the `accounting` service**, in its own validation code. Bound to `exchangeSpreadType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `General` | _no label seeded_ |
| `2` | `Special` | _no label seeded_ |

### `currency_rate_type` · API `risk-management`

**Declared by the `risk-management` service**, in its own validation code. Bound to `currencyRateType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `CurrencyRateType1` | en: CurrencyRateType1 |
| `2` | `CurrencyRateType2` | en: CurrencyRateType2 |

### `currency_type`

**Declared by the `accounting` service**, in its own validation code. Bound to `currencyType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `local` | _no label seeded_ |
| `2` | `foreign` | _no label seeded_ |
| `3` | `all` | _no label seeded_ |

### `customer_follow_status`

**Declared by the `legal-follow` service**, in its own validation code. Bound to `status`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Active` | en: Active |
| `2` | `Passive` | en: Passive |

### `customer_type` · API `expense`

**Declared by the `expense` service**, in its own validation code. Bound to `customerType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Individual` | _no label seeded_ |
| `2` | `Corporate` | _no label seeded_ |

### `customer_type` · API `legal-follow`

**Declared by the `legal-follow` service**, in its own validation code. Bound to `customerType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Individual` | en: Individual |
| `2` | `Corporate` | en: Corporate |

### `customer_type` · API `risk-management`

**Declared by the `risk-management` service**, in its own validation code. Bound to `customerType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Individual` | en: Individual |
| `2` | `Corporate` | en: Corporate |

### `customer_type` · API `transaction-limit`

**Declared by the `transaction-limit` service**, in its own validation code. Bound to `customerType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Individual` | _no label seeded_ |
| `2` | `Corporate` | _no label seeded_ |

### `data_type` · API `core`

**Declared by the `core` service**, in its own validation code. Bound to `dataType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `GUID` | _no label seeded_ |
| `2` | `INT` | _no label seeded_ |
| `3` | `STRING` | _no label seeded_ |
| `4` | `NUMERIC` | _no label seeded_ |
| `5` | `MONEY` | _no label seeded_ |
| `6` | `DATE` | _no label seeded_ |
| `7` | `TIMESTAMP` | _no label seeded_ |
| `8` | `TIME` | _no label seeded_ |
| `9` | `BIGINT` | _no label seeded_ |
| `10` | `JSON` | _no label seeded_ |
| `11` | `BOOL` | en: Boolean |

### `data_type` · API `document-management`

**Declared by the `document-management` service**, in its own validation code. Bound to `dataType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Guid` | en: Guid |
| `2` | `Integer` | en: Integer |
| `3` | `String` | en: String |
| `4` | `Numeric` | en: Numeric |
| `5` | `Money` | en: Money |
| `6` | `Date` | en: Date |
| `7` | `TimeStamp` | en: TimeStamp |
| `8` | `Time` | en: Time |
| `9` | `BigInt` | en: BigInt |
| `10` | `Json` | en: Json |
| `11` | `Boolean` | en: Boolean |

### `date_difference` · API `accrual`

**Declared by the `accrual` service**, in its own validation code. Bound to `dateBasis`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `30/360` | _no label seeded_ |
| `2` | `30/365` | _no label seeded_ |
| `3` | `Actual/360` | _no label seeded_ |
| `4` | `Actual/365` | _no label seeded_ |
| `5` | `Actual/Actual` | _no label seeded_ |

### `date_difference` · API `product`

**Declared by the `product` service**, in its own validation code. Bound to `dateDifference`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Bir yılı 360, taksitler arasındaki farkı 30 gün kabul eder.` | en: Considers a year as 360 days, assumes 30 days between installments. |
| `2` | `Bir yılı 365, taksitler arasındaki farkı 30 gün kabul eder.` | en: Considers a year as 365 days, assumes 30 days between installments. |
| `3` | `Bir yılı 360 olarak, taksitler arasındaki gerçek farkı dikkate alır.` | en: Considers a year as 360 days, taking into account the actual difference between installments. |
| `4` | `Bir yılı 365 olarak, taksitler arasındaki gerçek farkı dikkate alır.` | en: Considers a year as 365 days, taking into account the actual difference between installments. |
| `5` | `O yıl içindeki gün sayısını ve taksitler arasındaki gerçek farkı dikkate alır.` | en: Considers the actual number of days in that year and the actual difference between installments. |

### `date_difference` · API `proposal`

**Declared by the `proposal` service**, in its own validation code. Bound to `dateDifference`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Bir yılı 360, taksitler arasındaki farkı 30 gün kabul eder.` | _no label seeded_ |
| `2` | `Bir yılı 365, taksitler arasındaki farkı 30 gün kabul eder.` | _no label seeded_ |
| `3` | `Bir yılı 360 olarak, taksitler arasındaki gerçek farkı dikkate alır.` | _no label seeded_ |
| `4` | `Bir yılı 365 olarak, taksitler arasındaki gerçek farkı dikkate alır.` | _no label seeded_ |
| `5` | `O yıl içindeki gün sayısını ve taksitler arasındaki gerçek farkı dikkate alır.` | _no label seeded_ |

### `dbprovider_type`

**Declared by the `core` service**, in its own validation code. Bound to `dbProvider`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `MongoDb` | _no label seeded_ |
| `2` | `Ms Sql` | _no label seeded_ |
| `3` | `MySql` | _no label seeded_ |
| `4` | `PostgreSql` | _no label seeded_ |
| `5` | `Oracle` | _no label seeded_ |
| `6` | `Sqlite` | _no label seeded_ |
| `7` | `InMemory` | _no label seeded_ |
| `8` | `Trino` | en: Trino |

### `deadline_status`

**Declared by the `loan` service**, in its own validation code. Bound to `deadlineStatus`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Safe` | en: Safe |
| `2` | `Warning` | en: Warning |
| `3` | `Delayed` | en: Delayed |

### `debt_item`

**Declared by the `legal-follow` service**, in its own validation code. Bound to `debtItem`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Principial Amount` | en: Principial Amount |
| `2` | `Profit Amount` | en: Profit Amount |

### `delay_penalty_status`

**Declared by the `loan-collection` service**, in its own validation code. Bound to `status`.

| Value | Token | Labels |
| --- | --- | --- |
| `4` | `Kısmi Ödendi` | en: Partial Collection |
| `3` | `collected` | en: collected |
| `1` | `active` | en: Active |
| `2` | `passive` | en: Passive |

### `document_format`

**Declared by the `template-management` service**, in its own validation code. Bound to `documentFormat`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Docx` | _no label seeded_ |
| `2` | `Html` | _no label seeded_ |
| `3` | `Pdf` | _no label seeded_ |
| `4` | `Doc` | _no label seeded_ |
| `5` | `Dot` | _no label seeded_ |
| `6` | `StrictDocx` | _no label seeded_ |
| `7` | `Word2007` | _no label seeded_ |
| `8` | `Word2010` | _no label seeded_ |
| `9` | `Word2013` | _no label seeded_ |
| `10` | `Word2007Dotx` | _no label seeded_ |
| `11` | `Word2010Dotx` | _no label seeded_ |
| `12` | `Word2013Dotx` | _no label seeded_ |
| `13` | `Dotx` | _no label seeded_ |
| `14` | `Word2007Docm` | _no label seeded_ |
| `15` | `Word2010Docm` | _no label seeded_ |
| `16` | `Word2013Docm` | _no label seeded_ |
| `17` | `Docm` | _no label seeded_ |
| `18` | `Word2007Dotm` | _no label seeded_ |
| `19` | `Word2010Dotm` | _no label seeded_ |
| `20` | `Word2013Dotm` | _no label seeded_ |
| `21` | `Dotm` | _no label seeded_ |
| `22` | `WordML` | _no label seeded_ |
| `23` | `Rtf` | _no label seeded_ |
| `24` | `Txt` | _no label seeded_ |
| `25` | `Markdown` | _no label seeded_ |
| `26` | `Automatic` | _no label seeded_ |
| `27` | `Odt` | _no label seeded_ |

### `domain`

**Declared by the `product-tree` service**, in its own validation code. Bound to `productDomainType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `loan` | _no label seeded_ |
| `2` | `proposal` | _no label seeded_ |
| `3` | `foreign trade` | _no label seeded_ |

### `effect` · API `customer-evaluation`

**Declared by the `customer-evaluation` service**, in its own validation code. Bound to `effect`, `effectType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `And` | _no label seeded_ |
| `2` | `Or` | _no label seeded_ |

### `effect` · owner `k-b7e094dfae35`

| Value | Token | Labels | State |
| --- | --- | --- | --- |
| `1` | `And` | _no label seeded_ |  |
| `2` | `Or` | _no label seeded_ |  |

### `effect_type` · API `accounting`

**Declared by the `accounting` service**, in its own validation code. Bound to `effectType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Add` | _no label seeded_ |
| `2` | `Subtract` | _no label seeded_ |

### `effect_type` · owner `k-c9eb9db85eed`

| Value | Token | Labels | State |
| --- | --- | --- | --- |
| `1` | `Add` | _no label seeded_ |  |
| `2` | `Subtract` | _no label seeded_ |  |

### `entity_log_type`

**Declared by the `audit` service**, in its own validation code. Bound to `entityLogType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Insert` | _no label seeded_ |
| `2` | `Update` | _no label seeded_ |
| `3` | `Delete` | _no label seeded_ |

### `entry_direction`

**Declared by the `accounting` service**, in its own validation code. Bound to `entryDirection`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Debit` | _no label seeded_ |
| `2` | `Credit` | _no label seeded_ |

### `entry_type`

**Declared by the `accounting` service**, in its own validation code. Bound to `entryType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Engine` | _no label seeded_ |
| `2` | `Manual` | _no label seeded_ |
| `3` | `Logo` | _no label seeded_ |
| `4` | `ProfitLoss` | _no label seeded_ |
| `5` | `Closing` | _no label seeded_ |
| `6` | `Opening` | _no label seeded_ |

### `evaluation_status`

**Declared by the `customer-application` service**, in its own validation code. Bound to `evaluationStatus`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Approved` | _no label seeded_ |
| `2` | `Rejected` | _no label seeded_ |

### `exchange_rate_type`

**Declared by the `business-core` service**, in its own validation code. Bound to `rateType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Bid` | _no label seeded_ |
| `2` | `Ask` | _no label seeded_ |

### `expense_rule_type`

**Declared by the `expense` service**, in its own validation code. Bound to `ruleType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `calculation` | en: calculation |

### `expense_status`

**Declared by the `expense` service**, in its own validation code. Bound to `expenseStatus`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Created` | _no label seeded_ |
| `2` | `Confirmed` | _no label seeded_ |
| `3` | `Collected` | _no label seeded_ |
| `4` | `Canceled` | _no label seeded_ |

### `expense_type`

**Declared by the `expense` service**, in its own validation code. Bound to `expenseType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Commission` | _no label seeded_ |
| `2` | `Expense` | _no label seeded_ |
| `3` | `Fee` | _no label seeded_ |

### `field_data_type` · API `accrual`

**Declared by the `accrual` service**, in its own validation code. Bound to `dataType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `System.Int32` | _no label seeded_ |
| `2` | `System.String` | _no label seeded_ |
| `3` | `System.Decimal` | _no label seeded_ |
| `4` | `System.DateTime` | _no label seeded_ |
| `5` | `System.DateOnly` | _no label seeded_ |

### `field_data_type` · API `allotment`

**Declared by the `allotment` service**, in its own validation code. Bound to `dataType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `int` | en: integer |
| `2` | `String` | en: String |

### `field_data_type` · API `collateral`

**Declared by the `collateral` service**, in its own validation code. Bound to `dataType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `string` | en: string |
| `2` | `date` | en: date |
| `3` | `integer` | en: integer |
| `4` | `decimal` | en: decimal |

### `file_format`

**Declared by the `accounting` service**, in its own validation code. Bound to `fileFormat`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `xml` | _no label seeded_ |
| `2` | `csv` | _no label seeded_ |
| `3` | `json` | _no label seeded_ |

### `finance_type`

**Declared by the `product` service**, in its own validation code. Bound to `financeType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Karz` | _no label seeded_ |
| `2` | `Murabaha` | _no label seeded_ |

### `fiscal_year_status` · API `accounting`

**Declared by the `accounting` service**, in its own validation code. Bound to `status`.

| Value | Token | Labels |
| --- | --- | --- |
| `0` | `closed` | _no label seeded_ |
| `1` | `open` | _no label seeded_ |
| `2` | `Permanently Closed` | _no label seeded_ |

### `fiscal_year_status` · owner `k-c9eb9db85eed`

| Value | Token | Labels | State |
| --- | --- | --- | --- |
| `0` | `closed` | _no label seeded_ |  |
| `1` | `open` | _no label seeded_ |  |
| `2` | `Permanently Closed` | _no label seeded_ |  |

### `flow_direction`

**Declared by the `accrual` service**, in its own validation code. Bound to `direction`, `flowDate`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Incoming` | _no label seeded_ |
| `2` | `Outgoing` | _no label seeded_ |

### `formula_type`

**Declared by the `core` service**, in its own validation code. Bound to `formulaType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `boolean_return` | _no label seeded_ |
| `2` | `calculation` | _no label seeded_ |
| `3` | `assign` | _no label seeded_ |

### `formula_working_type`

**Declared by the `core` service**, in its own validation code. Bound to `formulaWorkingType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Lambda Expression` | en: Basic formula |
| `2` | `Expression` | en: Complex formula |
| `3` | `Roslyn Compiler` | en: Roslyn Compiler |

### `from_property_tax`

**Declared by the `payback-plan` service**, in its own validation code. Bound to `fromProperty`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `profitAmount` | _no label seeded_ |

### `funding_source` · API `loan`

**Declared by the `loan` service**, in its own validation code. Bound to `fundingSource`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `equity` | en: equity |
| `2` | `pool` | en: pool |

### `funding_source` · API `product`

**Declared by the `product` service**, in its own validation code. Bound to `fundingSource`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `equity` | _no label seeded_ |
| `2` | `pool` | _no label seeded_ |

### `group_type`

**Declared by the `product` service**, in its own validation code. Bound to `groupType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Vehicle` | _no label seeded_ |
| `2` | `Mortgage` | _no label seeded_ |
| `3` | `Personel Finance` | _no label seeded_ |
| `4` | `Other` | _no label seeded_ |
| `5` | `Corporate Finance` | _no label seeded_ |
| `8` | `Retail Loan` | en: Retail Loan |

### `guarantor_proximity`

**Declared by the `loan` service**, in its own validation code. Bound to `proximity`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `mother` | en: mother |
| `2` | `father` | en: father |
| `3` | `spouse` | en: spouse |
| `4` | `sibling` | en: sibling |
| `5` | `other` | en: other |

### `guardianship_type`

**Declared by the `integration` service**, in its own validation code. Bound to `guardianshipType`.

| Value | Token | Labels |
| --- | --- | --- |
| `0` | `Unknown` | en: Unknown |
| `1` | `Will` | en: Will |
| `2` | `Revocation of Will` | en: Revocation of Will |
| `3` | `Appointment of Guardian` | en: Appointment of Guardian |
| `4` | `Lifetime Care Contract` | en: Lifetime Care Contract |
| `5` | `Disinheritance` | en: Disinheritance |
| `6` | `Cancellation of Lifetime Care Contract` | en: Cancellation of Lifetime Care Contract |
| `7` | `Revocation of Disinheritance` | en: Revocation of Disinheritance |
| `8` | `Revocation of Waiver of Inheritance` | en: Revocation of Waiver of Inheritance |
| `9` | `Inheritance Contract` | en: Inheritance Contract |
| `10` | `Cancellation of Inheritance Contract` | en: Cancellation of Inheritance Contract |
| `11` | `Withdrawal from Will` | en: Withdrawal from Will |

### `identity_card_type`

**Declared by the `integration` service**, in its own validation code. Bound to `identityCardType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Birth Certificate` | _no label seeded_ |
| `2` | `Identity Card` | _no label seeded_ |
| `3` | `Blue Card` | _no label seeded_ |
| `4` | `Passport` | _no label seeded_ |

### `insurance_type`

**Declared by the `loan` service**, in its own validation code. Bound to `type`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Trafik Sigortasi` | en: Traffic Insurance |
| `2` | `Kasko` | _no label seeded_ |

### `ledger_category`

**Declared by the `accounting` service**, in its own validation code. Bound to `category`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `asset` | _no label seeded_ |
| `2` | `liability` | _no label seeded_ |
| `3` | `equity` | _no label seeded_ |
| `4` | `revenue` | _no label seeded_ |
| `5` | `expense` | _no label seeded_ |
| `6` | `gains` | _no label seeded_ |
| `7` | `lose` | _no label seeded_ |
| `8` | `off_balance` | _no label seeded_ |

### `ledger_character`

**Declared by the `accounting` service**, in its own validation code. Bound to `character`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Debit` | _no label seeded_ |
| `2` | `Credit` | _no label seeded_ |
| `3` | `Both` | _no label seeded_ |

### `ledger_customer_option`

**Declared by the `accounting` service**, in its own validation code. Bound to `customerOption`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `with_cus` | _no label seeded_ |
| `2` | `without_cus` | _no label seeded_ |
| `3` | `both` | _no label seeded_ |

### `limit_type`

**Declared by the `money-transfer` service**, in its own validation code. Bound to `limitType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Havale` | _no label seeded_ |
| `2` | `Virman` | _no label seeded_ |
| `3` | `Eft` | _no label seeded_ |
| `4` | `Fast` | _no label seeded_ |
| `5` | `Kart` | _no label seeded_ |
| `6` | `QR` | _no label seeded_ |

### `loan_close_type`

**Declared by the `loan` service**, in its own validation code. Bound to `closeType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Early Payment` | en: Early Payment |
| `2` | `On Time Payment` | en: On Time Payment |
| `3` | `Cancelled` | en: Cancelled |
| `4` | `Legal Follow` | en: Legal Follow |
| `5` | `Restructure` | en: Restructure |

### `loan_status`

**Declared by the `loan` service**, in its own validation code. Bound to `reservationStatus`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `INAPPROVAL` | en: INAPPROVAL |
| `2` | `APPROVED` | en: APPROVED |
| `3` | `REJECTED` | en: REJECTED |
| `4` | `PAYMENT` | en: PAYMENT |
| `5` | `FINALIZED` | en: Finalized |
| `6` | `CLOSED` | en: CLOSED |
| `7` | `FINALIZATION CANCELLATION` | en: Finalization Cancellation |
| `8` | `PAYMENT CANCELLATION` | en: Payment Cancellation |
| `9` | `CANCELLED` | en: CANCELED |
| `10` | `SAVED` | en: Saved |
| `11` | `WAITING FOR FINALIZATION` | en: Waiting For Finalization |
| `12` | `WAITING FOR CANCELLIZATION` | en: Waiting For Cancellization |
| `13` | `LATE CANCELLED` | en: LATE CANCELLED |

### `main_ledger_category`

**Declared by the `accounting` service**, in its own validation code. Bound to `mainCategory`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Expense` | _no label seeded_ |
| `2` | `Income` | _no label seeded_ |
| `3` | `BalanceSheet` | _no label seeded_ |

### `marital_status`

**Declared by the `customer-application` service**, in its own validation code. Bound to `maritalStatus`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Married` | _no label seeded_ |
| `2` | `Unmarried` | _no label seeded_ |
| `3` | `Widowed` | _no label seeded_ |

### `message_type`

**Declared by the `money-transfer` service**, in its own validation code. Bound to `messageType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `A01-Instant Payment` | _no label seeded_ |
| `2` | `M01-Customer Payment` | _no label seeded_ |
| `3` | `A09-Payment Refund` | _no label seeded_ |
| `4` | `H31-Refund Request` | _no label seeded_ |
| `5` | `Payment Between Participants` | _no label seeded_ |
| `6` | `Payment from Participant to TCMB` | _no label seeded_ |
| `7` | `General Purpose Information` | _no label seeded_ |
| `8` | `Balance Transfer Request` | _no label seeded_ |

### `mime_type`

**Declared by the `document-management` service**, in its own validation code. Bound to `mimeType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `image/png` | en: image/png |
| `2` | `text/plain` | en: text/plain |
| `3` | `application/pdf` | _no label seeded_ |
| `4` | `application/vnd.openxmlformats-officedocument.wordprocessingml.document` | _no label seeded_ |
| `5` | `application/msword` | _no label seeded_ |
| `6` | `application/rtf` | _no label seeded_ |
| `7` | `text/xml` | _no label seeded_ |
| `8` | `image/jpeg` | en: image/jpeg |
| `9` | `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet` | en: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
| `10` | `application/vnd.ms-excel` | en: application/vnd.ms-excel |

### `missing_document_status`

**Declared by the `loan` service**, in its own validation code. Bound to `missingDocumentStatus`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Open` | en: Open |
| `2` | `InProgress` | en: InProgress |
| `3` | `Completed` | en: Completed |
| `4` | `Delayed` | en: Delayed |

### `necessity`

**Declared by the `document-management` service**, in its own validation code. Bound to `necessity`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Mandatory` | en: Mandatory |
| `2` | `Optional` | en: Optional |
| `3` | `Conditional` | en: Conditional |

### `necessity_type`

**Declared by the `business-core` service**, in its own validation code. Bound to `necessity`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Mandatory` | _no label seeded_ |
| `2` | `Optional` | _no label seeded_ |

### `notification_period`

**Declared by the `legal-follow` service**, in its own validation code. Bound to `period`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `DAILY` | en: DAILY |
| `2` | `WEEKLY` | en: WEEKLY |

### `notification_status`

**Declared by the `notification` service**, in its own validation code. Bound to `status`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Waiting` | _no label seeded_ |
| `2` | `Success` | _no label seeded_ |
| `3` | `Error` | _no label seeded_ |

### `notification_type` · API `aurax-management`

**Declared by the `aurax-management` service**, in its own validation code. Bound to `notificationType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Warning` | _no label seeded_ |
| `2` | `Information` | _no label seeded_ |
| `3` | `Error` | _no label seeded_ |

### `notification_type` · API `legal-follow`

**Declared by the `legal-follow` service**, in its own validation code. Bound to `notificationType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `SMS` | en: SMS |
| `2` | `CALL` | en: CALL |
| `3` | `DUNNINGLETTER` | en: DUNNINGLETTER |

### `notification_type` · API `notification`

**Declared by the `notification` service**, in its own validation code. Bound to `notificationType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Broadcast` | en: Broadcast |
| `2` | `Personalized` | en: Personalized |

### `operand`

| Value | Token | Labels | State |
| --- | --- | --- | --- |
| `1` | `OR` | _no label seeded_ |  |
| `2` | `AND` | _no label seeded_ |  |

### `operation_type`

**Declared by the `core` service**, in its own validation code. Bound to `operationType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `GET` | _no label seeded_ |
| `2` | `POST` | _no label seeded_ |
| `3` | `PUT` | _no label seeded_ |
| `4` | `DELETE` | _no label seeded_ |
| `5` | `PATCH` | _no label seeded_ |

### `order_type`

**Declared by the `core` service**, in its own validation code. Bound to `defaultOrderType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Asc` | en: Asc |
| `2` | `Desc` | en: Desc |

### `organization_approval_type`

**Declared by the `bpm` service**, in its own validation code. Bound to `organizationApprovementType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Only Users Organization Approve` | en: Only Users Organization can Approve |
| `2` | `Any User Approve` | en: Any User can Approve |

### `otp_type`

**Declared by the `business-core` service**, in its own validation code. Bound to `otpType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `OTP` | en: 1 |

### `overwrite_type`

**Declared by the `integration` service**, in its own validation code. Bound to `overwriteType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `overwrite` | _no label seeded_ |
| `2` | `No overwrite` | _no label seeded_ |
| `3` | `Copy` | _no label seeded_ |

### `pay_day`

**Declared by the `customer-application` service**, in its own validation code. Bound to `payDay`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Ayın ilk günü` | en: first day of the month |
| `2` | `Ayın ilk iş günü` | en: first working day of the month |
| `3` | `Ayın son günü` | en: last working day of the month |
| `4` | `Ayın son iş günü` | en: last working day of the month |

### `payback_plan_method` · API `payback-plan`

**Declared by the `payback-plan` service**, in its own validation code. Bound to `paybackPlanMethod`.

| Value | Token | Labels |
| --- | --- | --- |
| `11` | `Düzensiz ödemeli` | en: Irregular Installment |
| `2` | `Eşit taksit tutarlı` | en: Equal Installment |
| `4` | `Değişken Faizli` | en: Variable Interest |
| `10` | `Balon Ödeme` | en: Balloon Installment |
| `12` | `Spot Loan` | en: Spot Loan |

### `payback_plan_method` · API `product`

**Declared by the `product` service**, in its own validation code. Bound to `paybackPlanMethod`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `decreasing_profit` | en: Decreasing Profit |
| `2` | `equal_installment` | en: Equal Installment |
| `3` | `fixed_principal` | en: Fixed Principal |
| `4` | `variable_interest` | _no label seeded_ |
| `10` | `baloon_payment` | en: Baloon Payment |
| `11` | `irregular_installment` | en: Irregular Installment |
| `12` | `spot_loan` | en: Spot Loan |

### `penalty_type`

**Declared by the `product` service**, in its own validation code. Bound to `penaltyType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `early payment penalty` | en: early payment penalty |
| `2` | `delay payment penalty` | en: delay payment penalty |

### `period`

**Declared by the `transaction-limit` service**, in its own validation code. Bound to `period`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Day` | en: Day |
| `2` | `Week` | en: Week |
| `3` | `Month` | en: Month |
| `4` | `Year` | en: Year |

### `person_risk_level`

**Declared by the `risk-management` service**, in its own validation code. Bound to `level`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `No KKB` | en: No KKB |
| `2` | `Ever Clean` | en: Ever Clean |
| `3` | `Current Dirty` | en: Current Dirty |
| `4` | `Historic Dirty` | en: Historic Dirty |
| `5` | `Thin File` | en: IMMature |
| `6` | `Vip` | _no label seeded_ |

### `person_risk_level_status`

**Declared by the `risk-management` service**, in its own validation code. Bound to `status`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Aktif` | en: Active |
| `2` | `Pasif` | en: Passive |

### `pledge_status`

**Declared by the `collateral` service**, in its own validation code. Bound to `status`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Pre-pledge` | _no label seeded_ |
| `2` | `Pledge` | _no label seeded_ |

### `product_risk_level`

**Declared by the `product` service**, in its own validation code. Bound to `riskLevel`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Low` | en: Low |
| `2` | `Middle` | en: Middle |
| `3` | `High` | en: High |

### `product_status`

**Declared by the `product` service**, in its own validation code. Bound to `productStatus`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Sıfır Ürün` | en: New Product |
| `2` | `İkinci El Ürün` | en: Second Hand Product |

### `product_type`

**Declared by the `loan` service**, in its own validation code. Bound to `productType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Electronik goods` | en: electronic goods |
| `2` | `Telecommunication products` | en: Telecommunication products |
| `3` | `Construction Materials` | en: Construction Materials |

### `profit_calculation_method`

**Declared by the `product` service**, in its own validation code. Bound to `profitCalculationMethod`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Fixed Amount-fa` | _no label seeded_ |
| `2` | `Reducing Balance-irr` | _no label seeded_ |
| `3` | `Flat Rate-fr` | _no label seeded_ |
| `4` | `XIRR` | _no label seeded_ |
| `5` | `PMT` | _no label seeded_ |

### `protocol_type`

**Declared by the `integration` service**, in its own validation code. Bound to `protocolType`.

| Value | Token | Labels |
| --- | --- | --- |
| `5` | `MinIO` | _no label seeded_ |
| `7` | `FTP/SFTP` | en: FTP/SFTP |
| `3` | `Azure` | _no label seeded_ |
| `4` | `AWS S3` | _no label seeded_ |

### `provision_type`

**Declared by the `legal-follow` service**, in its own validation code. Bound to `provisionType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `General` | _no label seeded_ |
| `2` | `Special` | _no label seeded_ |

### `qr_output_type`

**Declared by the `business-core` service**, in its own validation code. Bound to `outputType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `text` | _no label seeded_ |
| `2` | `link` | _no label seeded_ |

### `query_purpose`

**Declared by the `risk-management` service**, in its own validation code. Bound to `queryPurpose`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `limit assign` | en: limit assign |
| `2` | `Following` | en: Following |

### `registration_type`

**Declared by the `integration` service**, in its own validation code. Bound to `registrationType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `TEst` | _no label seeded_ |
| `0` | `test_zero` | _no label seeded_ |

### `relation_type`

**Declared by the `allotment` service**, in its own validation code. Bound to `relationType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Firm Partner` | en: Firm Partner |
| `2` | `Group Company` | en: Group Company |
| `3` | `Other` | en: Other |

### `risk_level`

**Declared by the `integration` service**, in its own validation code. Bound to `riskLevel`.

| Value | Token | Labels |
| --- | --- | --- |
| `0` | `Unknown` | en: Unknown |
| `1` | `Low` | en: Low |
| `2` | `Medium` | en: Medium |
| `3` | `High` | en: High |
| `4` | `Neutral` | en: Neutral |
| `5` | `Increased` | en: Increased |
| `6` | `Unacceptable` | en: Unacceptable |

### `risk_level_change_reason`

**Declared by the `risk-management` service**, in its own validation code. Bound to `reason`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `KKB Datası` | en: KKB Data |
| `2` | `DGFin'deki borçlar` | en: Debt in DGFin |

### `search_type`

**Declared by the `integration` service**, in its own validation code. Bound to `searchType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Individual` | _no label seeded_ |
| `2` | `Corporate` | _no label seeded_ |

### `segment`

**Declared by the `product-tree` service**, in its own validation code. Bound to `segmentType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `individual` | _no label seeded_ |
| `2` | `corporate` | _no label seeded_ |

### `service_operation_type`

**Declared by the `audit` service**, in its own validation code. Bound to `operationType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `GET` | _no label seeded_ |
| `2` | `POST` | _no label seeded_ |
| `3` | `PUT` | _no label seeded_ |
| `4` | `DELETE` | _no label seeded_ |
| `5` | `PATCH` | _no label seeded_ |

### `severity`

**Declared by the `notification` service**, in its own validation code. Bound to `severity`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `OTP` | _no label seeded_ |
| `2` | `Transaction` | _no label seeded_ |
| `3` | `Marketting` | _no label seeded_ |

### `slip_transaction_type`

**Declared by the `business-core` service**, in its own validation code. Bound to `transactionType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Receipt` | _no label seeded_ |
| `2` | `Cancellation` | _no label seeded_ |

### `source_of_expense`

**Declared by the `customer-application` service**, in its own validation code. Bound to `sourceOfExpense`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `rent` | _no label seeded_ |
| `2` | `school expense` | _no label seeded_ |

### `source_of_income`

**Declared by the `customer-application` service**, in its own validation code. Bound to `sourceOfIncome`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Family Revenue` | en: Family Revenue |
| `2` | `Donation-Aid` | en: Donation-Aid |
| `3` | `Scholarship` | en: Scholarship |
| `4` | `Real Estate Income` | en: Real Estate Income |
| `5` | `Salary` | en: Salary |
| `6` | `Inheritance` | en: Inheritance |
| `7` | `Self-Employment Incomes` | en: Self-Employment Incomes |
| `8` | `Business Income` | en: Business Income |
| `9` | `Wage-Salary` | en: Wage-Salary |
| `10` | `Investment Income` | en: Investment Income |
| `0` | `Other` | en: Other |

### `specific_class`

**Declared by the `core` service**, in its own validation code. Bound to `specificClass`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `BannedCountry` | en: Banned Country |
| `2` | `CRS` | en: CRS |

### `spread_type`

**Declared by the `business-core` service**, in its own validation code. Bound to `spreadType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `General` | _no label seeded_ |
| `2` | `Central Bank` | _no label seeded_ |

### `status` · API `integration`

**Declared by the `integration` service**, in its own validation code. Bound to `status`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Open` | _no label seeded_ |
| `2` | `Close` | _no label seeded_ |
| `3` | `Death` | _no label seeded_ |
| `4` | `Unseen` | _no label seeded_ |
| `5` | `Renouncing Citizenship` | _no label seeded_ |
| `14` | `Stopped` | _no label seeded_ |
| `15` | `Secret` | _no label seeded_ |

### `status` · API `money-transfer`

**Declared by the `money-transfer` service**, in its own validation code. Bound to `status`.

| Value | Token | Labels |
| --- | --- | --- |
| `0` | `Pending` | _no label seeded_ |
| `1` | `Done` | _no label seeded_ |
| `2` | `Cancel` | _no label seeded_ |
| `3` | `Write` | _no label seeded_ |

### `tax_condition` · API `business-core`

**Declared by the `business-core` service**, in its own validation code. Bound to `taxCondition`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `include` | _no label seeded_ |
| `2` | `exclude` | _no label seeded_ |

### `tax_condition` · API `expense`

**Declared by the `expense` service**, in its own validation code. Bound to `expenseCalculation`, `taxCondition`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Include` | _no label seeded_ |
| `2` | `Exclude` | _no label seeded_ |

### `tax_type`

**Declared by the `business-core` service**, in its own validation code. Bound to `type`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `BSMV` | _no label seeded_ |
| `2` | `KDV` | _no label seeded_ |
| `3` | `KKDF` | _no label seeded_ |

### `term_type`

**Declared by the `loan` service**, in its own validation code. Bound to `termType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `30 Days Term` | en: 30 Days Term |
| `2` | `90 Days Term` | en: 90 Days Term |

### `toolbar_list`

**Declared by the `template-management` service**, in its own validation code. Bound to `tools`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `New` | _no label seeded_ |
| `2` | `Open` | _no label seeded_ |
| `3` | `Undo` | _no label seeded_ |
| `4` | `Redo` | _no label seeded_ |
| `5` | `Comments` | _no label seeded_ |
| `6` | `Image` | _no label seeded_ |
| `7` | `Table` | _no label seeded_ |
| `8` | `Hyperlink` | _no label seeded_ |
| `9` | `Bookmark` | _no label seeded_ |
| `10` | `TableOfContents` | _no label seeded_ |
| `11` | `Header` | _no label seeded_ |
| `12` | `Footer` | _no label seeded_ |
| `13` | `PageSetup` | _no label seeded_ |
| `14` | `PageNumber` | _no label seeded_ |
| `15` | `Break` | _no label seeded_ |
| `16` | `Find` | _no label seeded_ |
| `17` | `LocalClipboard` | _no label seeded_ |
| `18` | `RestrictEditing` | _no label seeded_ |
| `19` | `InsertField` | _no label seeded_ |
| `20` | `FormFields` | en: Form Fields |

### `transaction_status`

**Declared by the `loan-reconciliation` service**, in its own validation code. Bound to `transactionStatus`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `NotProcessed` | en: NotProcessed |
| `2` | `CustomerNotMatched` | en: CustomerNotMatched |
| `3` | `TransferredToTemporaryAccount` | en: TransferredToTemporaryAccount |
| `4` | `PaymentCompleted` | en: PaymentCompleted |
| `5` | `TemporaryAccountNotFound` | _no label seeded_ |
| `6` | `NotTransferredToTemporaryAccount` | _no label seeded_ |

### `transfer_refund_code`

**Declared by the `money-transfer` service**, in its own validation code. Bound to `refundCode`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Alıcı bilgileri eksik veya hatalı ` | _no label seeded_ |
| `2` | `Hesap numarası ile alıcı ismi uyumsuz ` | _no label seeded_ |
| `3` | `Hesap kapatılmış ` | _no label seeded_ |
| `4` | `Hesap numarası yanlış (örneğin, IBAN hesap numarasında hata var` | _no label seeded_ |
| `5` | `Hesap EFT aktarımına uygun değil (örneğin, döviz hesabı)` | _no label seeded_ |
| `6` | `İade İsteği mesajına istinaden iade` | _no label seeded_ |
| `7` | `Mesajla gelen alıcı TCKN/VKN bilgisi katılımcıda ki kayıttan farklı` | _no label seeded_ |
| `8` | `Gönderici bilgileri eksik ya da hatalı` | _no label seeded_ |
| `9` | `IBAN’sız ödemelerde alıcı şube kodu hatalı` | _no label seeded_ |
| `10` | `Hesap yalnızca iade mesajıyla yapılan ödemelere açık` | _no label seeded_ |
| `11` | `Alıcı bilgileri ve hesap numarası bankamızda mevcut değil` | _no label seeded_ |
| `99` | `Diğer nedenler` | _no label seeded_ |

### `usage_type` · API `bpm`

**Declared by the `bpm` service**, in its own validation code. Bound to `usageType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Service` | en: Service |
| `2` | `BPM` | en: BPM |
| `4` | `Rule` | en: Rule |
| `3` | `Formula` | en: Formula |
| `5` | `DistributedQuery` | en: Distributed Query |
| `6` | `Keycloak` | en: Keycloak Service |
| `7` | `Camunda` | en: Camunda Service |
| `8` | `TaskList` | en: Task List |

### `usage_type` · API `core`

**Declared by the `core` service**, in its own validation code. Bound to `usageType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Service` | _no label seeded_ |
| `2` | `BPM` | _no label seeded_ |
| `3` | `Formula` | en: Formula |
| `4` | `Rule` | en: Rule |
| `5` | `DistributedQuery` | en: Distributed Query |
| `6` | `Keycloak` | en: Keycloak |
| `7` | `Camunda` | en: Camunda |
| `8` | `TaskList` | en: Keylocak BPM Process |
| `9` | `Partner` | en: Partner |
| `10` | `BFF` | en: BFF |
| `11` | `Fraud` | en: Fraud |

### `vendor_disbursement_payment_type`

**Declared by the `loan` service**, in its own validation code. Bound to `paymentType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Kredi Ödemesi` | en: Loan Payment |
| `2` | `Avans Ödemesi` | en: Advance Payment |

### `vendor_disbursement_status`

**Declared by the `loan` service**, in its own validation code. Bound to `status`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `Pending Money Transfer` | en: Pending Money Transfer |
| `2` | `Completed` | en: Completed |

### `vendor_external_type`

**Declared by the `loan` service**, in its own validation code. Bound to `vendorExternalType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `SELLER` | _no label seeded_ |
| `2` | `DISTRIBUTOR` | _no label seeded_ |

### `version_type`

**Declared by the `document-management` service**, in its own validation code. Bound to `versionType`.

| Value | Token | Labels |
| --- | --- | --- |
| `0` | `New` | en: New |
| `1` | `Major` | en: Major |
| `2` | `Minor` | en: Minor |

### `where_statement`

**Declared by the `document-management` service**, in its own validation code. Bound to `whereStatement`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `equal` | en: equal |
| `2` | `like` | en: like |

### `workday_type`

**Declared by the `business-core` service**, in its own validation code. Bound to `workdayType`.

| Value | Token | Labels |
| --- | --- | --- |
| `1` | `WorkDay` | en: Work Day |
| `2` | `HalfWorkday` | en: Half Day |
| `3` | `Holiday` | en: Holiday |
