Field Details: coll_template_eligibility

Back to Fields
Basic Information
Field Name: coll_template_eligibility
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: Template Eligibility
Categories: COLLECTIONS
Group: Template Logic
Usage
Used in Summary: Yes
Used in Template: No

Description

No description available

Expression

            {
                "fixed": {% if raw_data.product in ["ALN", "CVL", "PLN", "CEL", "TWL", "MOR"] %}true{% else %}false{% endif %},
                "additional": {% if coll_days_overdue > 0 %}true{% else %}false{% endif %},
                "settlement": {% if coll_is_special_case and raw_data.transaction_type == "SETTLEMENT" %}true{% else %}false{% endif %},
                "deduction": {% if raw_data.penalty_amount > 0 %}true{% else %}false{% endif %}
            }
            
Dependencies
  • coll_days_overdue
  • coll_is_special_case