Last updated on: April 22, 2026
Table: EMS Interest Code Tables
- CSI_CSiDonate_InterestDefinition
- CSI_CSiDonate_InterestFunds
Purpose
This standalone panel source replaces the interest fund definitions available in iMIS 2017. These only apply to iMIS EMS.
Schema: CSI_CSiDonate_InterestDefinition
|
Column Name |
Column Type (iMIS) |
Column Type (SQL) |
Description |
|---|---|---|---|
|
Code |
CHAR (Length: 10) |
VARCHAR(10) |
The code associated with your interest definition. |
|
Description |
CHAR (Length: 255) |
VARCHAR(255) |
The description of the interest code defined. |
Schema: CSI_CSiDonate_InterestFunds
|
Column Name |
Column Type (iMIS) |
Column Type (SQL) |
Description |
|---|---|---|---|
|
FundCode |
CHAR (Length: 5) |
VARCHAR(5) |
The fund code to associate with the interest code. |
|
InterestCode |
CHAR (Length: 10) |
VARCHAR(10) |
The corresponding interest code defined in the table above. |