Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | CHAR | 36 | null |
|
|
Identifies the given schedule limit type |
||
| BALANCE_TYPE | VARCHAR | 64 | null |
|
|
Identifies which kind of balance the underlying record holds |
||
| BALANCE_HOLDER_TYPE | VARCHAR | 32 | null |
|
|
Holds the type of the balance account holder of the given balance (possible values: ACCOUNT) |
||
| BALANCE_HOLDER_ID | CHAR | 36 | null |
|
|
Identifiers the balance account holder of the given balance |
||
| CURRENCY | CHAR | 3 | √ | null |
|
|
Holds the currency of the value associated with the given balance |
|
| MINIMUM_AMOUNT | DECIMAL | 19 | √ | null |
|
|
Holds the minimum value of the associated balance |
|
| MAXIMUM_AMOUNT | DECIMAL | 19 | √ | null |
|
|
Holds the maximum value of the associated balance |
|
| AS_OF | DATE | 10 | null |
|
|
As of date for the current limit |
||
| TYPE | VARCHAR | 36 | null |
|
|
Type (Change or Delete) |
||
| CREATED_AT | DATETIME | 26 | CURRENT_TIMESTAMP(6) |
|
|
When the current limit was created within the digital twin |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | ID |
| DTW_TRS_CURRENT_LIMIT_BALANCE_HOLDER_IDX | Performance | Asc/Asc/Asc | BALANCE_HOLDER_ID + BALANCE_TYPE + BALANCE_HOLDER_TYPE |
