# CurrencyRateType: Visma.net Financials Currency Rate Types Get currency rate types. - Catalog: `VismaNet` - Schema: `CurrencyRateType` - Label: Currency Rate Types - Retrieve: True - Insert: True - Update: False - Delete: False ## Table Columns The columns of the table `CurrencyRateType` are shown below. Each column has an SQL data type. A new non-null value must be provided for every required column at all times during insert. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `COMPANY_CODE` | `varchar2(30)` | Company Code | ☑ | Partition code, segmenting the data. | | `COMPANY_NAME` | `varchar2(240)` | Company Name | ☑ | Name of the partition. | | `daysEffective` | `int32` | Days Effective | ☐ | Days effective. | | `description` | `varchar2` | Description | ☐ | Description. | | `id` | `varchar2` | ID | ☐ | Currency rate type Id. |