Home

Derived Field: coll_template_eligibility

Back to List Edit Test
Field Details

Field Name:

coll_template_eligibility

Source Table:

evolved_records

Status:

Active

Expression Type:

jinja

Output Type:

JSON

Version:

v1

Used In:

Summaries

Display Name:

Template Eligibility

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
Field Type Actions
coll_days_overdue Derived View
coll_is_special_case Derived View
Joins

No joins defined

Registry Information

No registry entry found

Version History

No version history available

Field Usage

Referenced by:

Loading...