Basic Information
| Field Name: |
coll_grid_values |
| Source Table: |
evolved_records |
| Version: |
1 |
| Expression Type: |
jinja |
| Output Type: |
JSON |
| Status: |
Active
|
| Created: |
2025-10-16 04:31:29 |
| Updated: |
2025-10-16 04:31:29 |
Metadata
| Display Name: |
Grid Values for Template Matching |
| Categories: |
COLLECTIONS
|
| Group: |
Template Logic |
Usage
| Used in Summary: |
No
|
| Used in Template: |
No
|
Description
No description available
Expression
{
"total_due": {{ coll_total_due|default(0) }},
"days_overdue": {{ coll_days_overdue|default(0) }},
"recovery_rate": {{ coll_recovery_rate|default(0) }},
"risk_score": {{ coll_risk_score|default(50) }},
"product_group": "{{ coll_product_group|default('UNKNOWN') }}",
"channel_type": "{{ coll_channel_type|default('UNKNOWN') }}",
"agent_performance": {{ coll_efficiency_score|default(50) }}
}
Dependencies
coll_total_due
coll_days_overdue
coll_recovery_rate
coll_risk_score
coll_product_group
coll_channel_type
coll_efficiency_score
© SimSol Technologies and Services Private Limited