General idea is to check if user has liabilities, which are:
not provided by bank (check if provider name / EDRPOU code match banks' names and EDRPOU codes)
not a type of leasing or insurance (check object type and also 'other' description for certain values)
Python code for detailed approach to these checks is here
If declaration has at least one liability which mets the above mentioned conditions, the flag is assigned to 1, else 0. If declaration does not have liabilities at all, the assigned value is also 0.
General idea is to check if user has liabilities, which are:
Python code for detailed approach to these checks is here
If declaration has at least one liability which mets the above mentioned conditions, the flag is assigned to 1, else 0. If declaration does not have liabilities at all, the assigned value is also 0.