DTW_TR_SNAPSHOT_BALANCE


Description

Holds the amount on balance snapshots

Columns

Column Type Size Nulls Auto Default Children Parents Comments
SNAPSHOT_ID CHAR 36 null
DTW_TR_SNAPSHOT.ID DTW_TR_BALANCE_SNAPSHOT_FK C

Identifies the snapshot associated with the given value

BALANCE_TYPE_ID VARCHAR 64 null
DTW_TR_BALANCE_TYPE.ID DTW_TR_BALANCE_SNAPSHOT_T_FK R

Identifies the balance type associated with the given value

CURRENCY CHAR 3 null

Holds the currency of the value associated with the given value

AMOUNT DECIMAL 19 null

Holds the given value

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc/Asc SNAPSHOT_ID + BALANCE_TYPE_ID
DTW_TR_BALANCE_SNAPSHOT_S_IDX Performance Asc SNAPSHOT_ID
DTW_TR_BALANCE_SNAPSHOT_T_FK Performance Asc BALANCE_TYPE_ID

Relationships