DTW_TR_LIMIT


Description

Holds the limit associated with a particular balance

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ID CHAR 36 null

Identifies the limit

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

CREATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

When the limit was created within the digital twin

UPDATED_AT DATETIME 26 CURRENT_TIMESTAMP(6)

When the limit was lastly updated

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc ID
DTW_TR_LIMIT_NATURAL_IDX Must be unique Asc/Asc/Asc BALANCE_HOLDER_ID + BALANCE_TYPE + BALANCE_HOLDER_TYPE

Relationships