Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| product_id | BIGINT | 19 | null |
|
|
|||||
| compound_type_enum | SMALLINT | 5 | null |
|
|
|||||
| reschedule_strategy_enum | SMALLINT | 5 | null |
|
|
|||||
| rest_frequency_type_enum | SMALLINT | 5 | null |
|
|
|||||
| rest_frequency_interval | SMALLINT | 5 | 0 |
|
|
|||||
| arrears_based_on_original_schedule | BIT | 1 | b'0' |
|
|
|||||
| pre_close_interest_calculation_strategy | SMALLINT | 5 | 1 |
|
|
|||||
| compounding_frequency_type_enum | SMALLINT | 5 | √ | NULL |
|
|
||||
| compounding_frequency_interval | SMALLINT | 5 | √ | NULL |
|
|
||||
| rest_frequency_nth_day_enum | INT | 10 | √ | NULL |
|
|
||||
| rest_frequency_on_day | INT | 10 | √ | NULL |
|
|
||||
| rest_frequency_weekday_enum | INT | 10 | √ | NULL |
|
|
||||
| compounding_frequency_nth_day_enum | INT | 10 | √ | NULL |
|
|
||||
| compounding_frequency_on_day | INT | 10 | √ | NULL |
|
|
||||
| compounding_frequency_weekday_enum | INT | 10 | √ | NULL |
|
|
||||
| is_compounding_to_be_posted_as_transaction | BIT | 1 | b'0' |
|
|
|||||
| allow_compounding_on_eod | BIT | 1 | b'0' |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK_m_product_loan_m_product_loan_recalculation_details | Performance | Asc | product_id |