# DepreciationMethodTypes: Exact Online Domain DepreciationMethodTypes
Lookup-table that translates code values of the domain 'DepreciationMethodTypes' into descriptions.
- Catalog: `ExactOnlineREST`
- Schema: `CodeValues`
- Label: Domain DepreciationMethodTypes
Example: The code value '1' means 'Linear depreciation'.
- Retrieve: True
## View Columns
The columns of the view `DepreciationMethodTypes` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `code` | `varchar2`(240) | Code | ☑ | Unique code within the domain. |
| `description` | `varchar2`(4000) | Description | ☐ | Meaning of the unique code within the domain. |
| `domain` | `varchar2`(240) | Domain | ☑ | Each domain defines a map of codes to values. |
| `resource_code` | `varchar2`(240) | Resource Code | ☐ | Resource code for internationalization. |
## Values
| Code | Description |
|:---:|---|
| `1` | Linear depreciation |
| `10` | Degressive to linear |
| `11` | Degressive (fixed perc. of book value) |
| `12` | Degressive to linear (Belgium only) |
| `2` | Linear (until residual value) |
| `21` | Fixed Amount |
| `3` | Linear depreciation (Belgium only) |
| `30` | Sum of the year digits (fixed decr. amt) |
| `4` | No depreciation |
| `40` | Normal annuity method |