DTW_BST_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_BST_SNAPSHOT.ID DTW_BST_BALANCE_SNAPSHOT_FK C

Identifies the snapshot associated with the given value

BALANCE_TYPE VARCHAR 64 null

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
DTW_BST_BALANCE_SNAPSHOT_S_IDX Performance Asc SNAPSHOT_ID

Relationships