| Insurance Data Model |
Columns | |
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
Foreign Key | |
![]() |
|
![]() |
|
![]() |
Primary Key | |
![]() |
Column Details |
Description | The unique identifier of the Role player category |
Data Type | BIGINT |
Default Value | None |
Is Primary Key | true |
Is Identity | false |
Is Nullable | false |
Is Generated | false |
Is Row Change Timestamp | false |
Is hidden | false |
Description | The unique identifier of the Category |
Data Type | BIGINT |
Default Value | None |
Is Primary Key | true |
Is Identity | false |
Is Nullable | false |
Is Generated | false |
Is Row Change Timestamp | false |
Is hidden | false |
Data Type | DECIMAL(14 , 2) |
Default Value | None |
Is Primary Key | false |
Is Identity | false |
Is Nullable | true |
Is Generated | false |
Is Row Change Timestamp | false |
Is hidden | false |
Description | Lower boundary for the threshold |
Data Type | DECIMAL(7 , 2) |
Default Value | None |
Is Primary Key | false |
Is Identity | false |
Is Nullable | true |
Is Generated | false |
Is Row Change Timestamp | false |
Is hidden | false |
Description | The unique identifier of the Score |
Data Type | BIGINT |
Default Value | None |
Is Primary Key | true |
Is Identity | false |
Is Nullable | false |
Is Generated | false |
Is Row Change Timestamp | false |
Is hidden | false |
Description | E.g. low, on track |
Data Type | CHAR(5) |
Default Value | None |
Is Primary Key | false |
Is Identity | false |
Is Nullable | true |
Is Generated | false |
Is Row Change Timestamp | false |
Is hidden | false |
Description | upper boundary foir threshold |
Data Type | DECIMAL(7 , 2) |
Default Value | None |
Is Primary Key | false |
Is Identity | false |
Is Nullable | true |
Is Generated | false |
Is Row Change Timestamp | false |
Is hidden | false |
Foreign Key Details |
Referential Integrity: On Update | NO_ACTION |
Referential Integrity: On Delete | NO_ACTION |
Is Identifying Relationship | true |
Child Table | RISK_THRESHOLD_FACT |
Child Role Name | Verb1 |
Child Multiplicity | * |
Key Column | MARKET_SEGMENT_ID [BIGINT] |
Parent Table | MARKET_SEGMENT |
Parent Multiplicity | 1 |
Unique Constraint | MARKET_SEGMENT_PK |
Referential Integrity: On Update | NO_ACTION |
Referential Integrity: On Delete | NO_ACTION |
Is Identifying Relationship | true |
Child Table | RISK_THRESHOLD_FACT |
Child Role Name | Verb2 |
Child Multiplicity | * |
Key Column | RISK_CATEGORY_ID [BIGINT] |
Parent Table | CATEGORY |
Parent Multiplicity | 1 |
Unique Constraint | CATEGORY_PK |
Referential Integrity: On Update | NO_ACTION |
Referential Integrity: On Delete | NO_ACTION |
Is Identifying Relationship | true |
Child Table | RISK_THRESHOLD_FACT |
Child Role Name | Verb3 |
Child Multiplicity | * |
Key Column | KEY_PERFORMANCE_INDICATOR_ID [BIGINT] |
Parent Table | SCORE |
Parent Multiplicity | 1 |
Unique Constraint | SCORE_PK |
Primary Key Details |
Member | MARKET_SEGMENT_ID [BIGINT] |
Member | RISK_CATEGORY_ID [BIGINT] |
Member | KEY_PERFORMANCE_INDICATOR_ID [BIGINT] |
| Insurance Data Model |