Home

Derived Field: coll_emi_capping_amount

Back to List Edit Test
Field Details

Field Name:

coll_emi_capping_amount

Source Table:

evolved_records

Status:

Active

Expression Type:

jinja

Output Type:

FLOAT

Version:

v1

Used In:

Summaries

Display Name:

EMI Capping Amount

Expression:

            {% if raw_data.emi_amt_upto_emi_ovd_capping is defined %}
                {{ raw_data.emi_amt_upto_emi_ovd_capping }}
            {% elif raw_data.emi_amount is defined %}
                {% set emi = raw_data.emi_amount|default(0) %}
                {% set overdue_months = (coll_days_overdue / 30)|round|int %}
                {{ emi * (overdue_months + 1) }}
            {% else %}
                0
            {% endif %}
            
Dependencies
Field Type Actions
coll_days_overdue Derived View
Joins

No joins defined

Registry Information

No registry entry found

Version History

No version history available

Field Usage

Referenced by:

Loading...