Deposit
Records deposit transactions, detailing amounts, accounts, and associated financial data.
Columns
| Name | Type | Description |
| Recordno [KEY] | String | The unique identifier for the deposit record. |
| Financialentity | String | The financial entity associated with the deposit. |
| Whencreated | Datetime | The date and time when the deposit was created. |
| Depositid | String | The unique ID of the deposit. |
| Recordtype | String | The type of deposit record. |
| Description | String | A description of the deposit. |
| Basecurr | String | The base currency of the deposit. |
| Currency | String | The currency of the deposit. |
| Totalentered | Double | The total amount entered for the deposit. |
| Trx_totalentered | Double | The transaction total amount entered for the deposit. |
| Bankname | String | The name of the bank associated with the deposit. |
| Reversalkey | Int64 | The key for the reversal of the deposit. |
| Reversaldate | String | The date of the deposit reversal. |
| Reversedkey | Int64 | The key for the reversed deposit. |
| Reverseddate | String | The date when the deposit was reversed. |
| State | String | The state of the deposit. |
| Rawstate | String | The raw state of the deposit. |
| Cleared | String | Indicates whether the deposit has been cleared. |
| Auwhencreated | Datetime | The date and time of the audit creation for the deposit. |
| Whenmodified | Datetime | The date and time when the deposit was last modified. |
| Createdby | Int64 | The ID of the user who created the deposit. |
| Modifiedby | Int64 | The ID of the user who last modified the deposit. |
| Megaentitykey | Int64 | The internal key for the mega entity associated with the deposit. |
| Megaentityid | String | The ID of the mega entity associated with the deposit. |
| Megaentityname | String | The name of the mega entity associated with the deposit. |
| Record_url | String | The URL link to the deposit record. |