A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
/usr/local/apache2/htdocs/tbfy.web/include/models/OrganizationsModel.py in getMJUSourceOrgsView(self=<models.OrganizationsModel.OrganizationsModel object>) |
875
|
876 content = self.conf.Template(filename='templates/orgs_overview_mju.tpl')
|
=> 877 return content.render(data=dict)
|
878
|
879 def languageCorrections(self, string2Handle):
|
content = <mako.template.Template object>, content.render = <bound method Template.render of <mako.template.Template object>>, data undefined, dict = {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['1627040000', '5081408000', '0.5104786685549515', '2', '-', '-'], ['1627040000', '6206328000', '0.4018789590471666', '6', '-', '-'], ['1627040000', '1564722000', '0.37060452071562794', '4', '-', '-'], ['1627040000', '1645145000', '0.27981951864307775', '2', '-', '-'], ['1627040000', '6027199000', '0.20254852122164618', '6', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '5320763000', '0.15642117812714765', '10', '-', '-'], ['1627040000', '1662937000', '0.139057454061589', '3', '-', '-'], ['1627040000', '5066808000', '0.06287727374776271', '11', '-', '-'], ['1627040000', '5653100000', '0.05976923510102793', '30', '-', '-'], ['1627040000', '5556597000', '0.05363235592025642', '24', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627040000', '5653100000', '0.501450222038574', '16', '-', '-'], ['1627040000', '6206328000', '0.1757011372001804', '16', '-', '-'], ['1627040000', '6027199000', '0.09890330494682023', '16', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '1645145000', '0.07027143359789192', '16', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627040000', '6206328000', '0.07061059012141191', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'379158': ['2173', '1.0144437545939788', '1627040000', '5226406000', '200000.0', '72547.12', '9123000', '379158', '-', 'JAVNO PODJETJE ENERGETIKA LJUBLJANA d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'291843': ['9144', '10.576687120790075', '1627040000', 't130', '39210.0', '1', '33195100', '291843', '-', '-'], '427702': ['1134', '12.837472794451132', '1627040000', '6206328000', '376048.27', '1.0', '45212200', '427702', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}} |
/usr/local/lib/python3.7/site-packages/mako/template.py in render(self=<mako.template.Template object>, *args=(), **data={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['1627040000', '5081408000', '0.5104786685549515', '2', '-', '-'], ['1627040000', '6206328000', '0.4018789590471666', '6', '-', '-'], ['1627040000', '1564722000', '0.37060452071562794', '4', '-', '-'], ['1627040000', '1645145000', '0.27981951864307775', '2', '-', '-'], ['1627040000', '6027199000', '0.20254852122164618', '6', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '5320763000', '0.15642117812714765', '10', '-', '-'], ['1627040000', '1662937000', '0.139057454061589', '3', '-', '-'], ['1627040000', '5066808000', '0.06287727374776271', '11', '-', '-'], ['1627040000', '5653100000', '0.05976923510102793', '30', '-', '-'], ['1627040000', '5556597000', '0.05363235592025642', '24', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627040000', '5653100000', '0.501450222038574', '16', '-', '-'], ['1627040000', '6206328000', '0.1757011372001804', '16', '-', '-'], ['1627040000', '6027199000', '0.09890330494682023', '16', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '1645145000', '0.07027143359789192', '16', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627040000', '6206328000', '0.07061059012141191', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'379158': ['2173', '1.0144437545939788', '1627040000', '5226406000', '200000.0', '72547.12', '9123000', '379158', '-', 'JAVNO PODJETJE ENERGETIKA LJUBLJANA d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'291843': ['9144', '10.576687120790075', '1627040000', 't130', '39210.0', '1', '33195100', '291843', '-', '-'], '427702': ['1134', '12.837472794451132', '1627040000', '6206328000', '376048.27', '1.0', '45212200', '427702', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
474
|
475 """
|
=> 476 return runtime._render(self, self.callable_, args, data)
|
477
|
478 def render_unicode(self, *args, **data):
|
global runtime = <module 'mako.runtime' from '/usr/local/lib/python3.7/site-packages/mako/runtime.py'>, runtime._render = <function _render>, self = <mako.template.Template object>, self.callable_ = <function render_body>, args = (), data = {'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['1627040000', '5081408000', '0.5104786685549515', '2', '-', '-'], ['1627040000', '6206328000', '0.4018789590471666', '6', '-', '-'], ['1627040000', '1564722000', '0.37060452071562794', '4', '-', '-'], ['1627040000', '1645145000', '0.27981951864307775', '2', '-', '-'], ['1627040000', '6027199000', '0.20254852122164618', '6', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '5320763000', '0.15642117812714765', '10', '-', '-'], ['1627040000', '1662937000', '0.139057454061589', '3', '-', '-'], ['1627040000', '5066808000', '0.06287727374776271', '11', '-', '-'], ['1627040000', '5653100000', '0.05976923510102793', '30', '-', '-'], ['1627040000', '5556597000', '0.05363235592025642', '24', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627040000', '5653100000', '0.501450222038574', '16', '-', '-'], ['1627040000', '6206328000', '0.1757011372001804', '16', '-', '-'], ['1627040000', '6027199000', '0.09890330494682023', '16', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '1645145000', '0.07027143359789192', '16', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627040000', '6206328000', '0.07061059012141191', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'379158': ['2173', '1.0144437545939788', '1627040000', '5226406000', '200000.0', '72547.12', '9123000', '379158', '-', 'JAVNO PODJETJE ENERGETIKA LJUBLJANA d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'291843': ['9144', '10.576687120790075', '1627040000', 't130', '39210.0', '1', '33195100', '291843', '-', '-'], '427702': ['1134', '12.837472794451132', '1627040000', '6206328000', '376048.27', '1.0', '45212200', '427702', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}} |
/usr/local/lib/python3.7/site-packages/mako/runtime.py in _render(template=<mako.template.Template object>, callable_=<function render_body>, args=(), data={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['1627040000', '5081408000', '0.5104786685549515', '2', '-', '-'], ['1627040000', '6206328000', '0.4018789590471666', '6', '-', '-'], ['1627040000', '1564722000', '0.37060452071562794', '4', '-', '-'], ['1627040000', '1645145000', '0.27981951864307775', '2', '-', '-'], ['1627040000', '6027199000', '0.20254852122164618', '6', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '5320763000', '0.15642117812714765', '10', '-', '-'], ['1627040000', '1662937000', '0.139057454061589', '3', '-', '-'], ['1627040000', '5066808000', '0.06287727374776271', '11', '-', '-'], ['1627040000', '5653100000', '0.05976923510102793', '30', '-', '-'], ['1627040000', '5556597000', '0.05363235592025642', '24', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627040000', '5653100000', '0.501450222038574', '16', '-', '-'], ['1627040000', '6206328000', '0.1757011372001804', '16', '-', '-'], ['1627040000', '6027199000', '0.09890330494682023', '16', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '1645145000', '0.07027143359789192', '16', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627040000', '6206328000', '0.07061059012141191', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'379158': ['2173', '1.0144437545939788', '1627040000', '5226406000', '200000.0', '72547.12', '9123000', '379158', '-', 'JAVNO PODJETJE ENERGETIKA LJUBLJANA d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'291843': ['9144', '10.576687120790075', '1627040000', 't130', '39210.0', '1', '33195100', '291843', '-', '-'], '427702': ['1134', '12.837472794451132', '1627040000', '6206328000', '376048.27', '1.0', '45212200', '427702', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}, as_unicode=False) |
881 context,
|
882 *args,
|
=> 883 **_kwargs_for_callable(callable_, data)
|
884 )
|
885 return context._pop_buffer().getvalue()
|
global _kwargs_for_callable = <function _kwargs_for_callable>, callable_ = <function render_body>, data = {'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['1627040000', '5081408000', '0.5104786685549515', '2', '-', '-'], ['1627040000', '6206328000', '0.4018789590471666', '6', '-', '-'], ['1627040000', '1564722000', '0.37060452071562794', '4', '-', '-'], ['1627040000', '1645145000', '0.27981951864307775', '2', '-', '-'], ['1627040000', '6027199000', '0.20254852122164618', '6', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '5320763000', '0.15642117812714765', '10', '-', '-'], ['1627040000', '1662937000', '0.139057454061589', '3', '-', '-'], ['1627040000', '5066808000', '0.06287727374776271', '11', '-', '-'], ['1627040000', '5653100000', '0.05976923510102793', '30', '-', '-'], ['1627040000', '5556597000', '0.05363235592025642', '24', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627040000', '5653100000', '0.501450222038574', '16', '-', '-'], ['1627040000', '6206328000', '0.1757011372001804', '16', '-', '-'], ['1627040000', '6027199000', '0.09890330494682023', '16', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '1645145000', '0.07027143359789192', '16', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627040000', '6206328000', '0.07061059012141191', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'379158': ['2173', '1.0144437545939788', '1627040000', '5226406000', '200000.0', '72547.12', '9123000', '379158', '-', 'JAVNO PODJETJE ENERGETIKA LJUBLJANA d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'291843': ['9144', '10.576687120790075', '1627040000', 't130', '39210.0', '1', '33195100', '291843', '-', '-'], '427702': ['1134', '12.837472794451132', '1627040000', '6206328000', '376048.27', '1.0', '45212200', '427702', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}} |
/usr/local/lib/python3.7/site-packages/mako/runtime.py in _render_context(tmpl=<mako.template.Template object>, callable_=<function render_body>, context=<mako.runtime.Context object>, *args=(), **kwargs={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['1627040000', '5081408000', '0.5104786685549515', '2', '-', '-'], ['1627040000', '6206328000', '0.4018789590471666', '6', '-', '-'], ['1627040000', '1564722000', '0.37060452071562794', '4', '-', '-'], ['1627040000', '1645145000', '0.27981951864307775', '2', '-', '-'], ['1627040000', '6027199000', '0.20254852122164618', '6', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '5320763000', '0.15642117812714765', '10', '-', '-'], ['1627040000', '1662937000', '0.139057454061589', '3', '-', '-'], ['1627040000', '5066808000', '0.06287727374776271', '11', '-', '-'], ['1627040000', '5653100000', '0.05976923510102793', '30', '-', '-'], ['1627040000', '5556597000', '0.05363235592025642', '24', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627040000', '5653100000', '0.501450222038574', '16', '-', '-'], ['1627040000', '6206328000', '0.1757011372001804', '16', '-', '-'], ['1627040000', '6027199000', '0.09890330494682023', '16', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '1645145000', '0.07027143359789192', '16', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627040000', '6206328000', '0.07061059012141191', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'379158': ['2173', '1.0144437545939788', '1627040000', '5226406000', '200000.0', '72547.12', '9123000', '379158', '-', 'JAVNO PODJETJE ENERGETIKA LJUBLJANA d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'291843': ['9144', '10.576687120790075', '1627040000', 't130', '39210.0', '1', '33195100', '291843', '-', '-'], '427702': ['1134', '12.837472794451132', '1627040000', '6206328000', '376048.27', '1.0', '45212200', '427702', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
918 # if main render method, call from the base of the inheritance stack
|
919 (inherit, lclcontext) = _populate_self_namespace(context, tmpl)
|
=> 920 _exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
|
921 else:
|
922 # otherwise, call the actual rendering method specified
|
global _exec_template = <function _exec_template>, inherit = <function render_body>, lclcontext = <mako.runtime.Context object>, args = (), kwargs = {'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['1627040000', '5081408000', '0.5104786685549515', '2', '-', '-'], ['1627040000', '6206328000', '0.4018789590471666', '6', '-', '-'], ['1627040000', '1564722000', '0.37060452071562794', '4', '-', '-'], ['1627040000', '1645145000', '0.27981951864307775', '2', '-', '-'], ['1627040000', '6027199000', '0.20254852122164618', '6', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '5320763000', '0.15642117812714765', '10', '-', '-'], ['1627040000', '1662937000', '0.139057454061589', '3', '-', '-'], ['1627040000', '5066808000', '0.06287727374776271', '11', '-', '-'], ['1627040000', '5653100000', '0.05976923510102793', '30', '-', '-'], ['1627040000', '5556597000', '0.05363235592025642', '24', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627040000', '5653100000', '0.501450222038574', '16', '-', '-'], ['1627040000', '6206328000', '0.1757011372001804', '16', '-', '-'], ['1627040000', '6027199000', '0.09890330494682023', '16', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '1645145000', '0.07027143359789192', '16', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627040000', '6206328000', '0.07061059012141191', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'379158': ['2173', '1.0144437545939788', '1627040000', '5226406000', '200000.0', '72547.12', '9123000', '379158', '-', 'JAVNO PODJETJE ENERGETIKA LJUBLJANA d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'291843': ['9144', '10.576687120790075', '1627040000', 't130', '39210.0', '1', '33195100', '291843', '-', '-'], '427702': ['1134', '12.837472794451132', '1627040000', '6206328000', '376048.27', '1.0', '45212200', '427702', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}} |
/usr/local/lib/python3.7/site-packages/mako/runtime.py in _exec_template(callable_=<function render_body>, context=<mako.runtime.Context object>, args=(), kwargs={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['1627040000', '5081408000', '0.5104786685549515', '2', '-', '-'], ['1627040000', '6206328000', '0.4018789590471666', '6', '-', '-'], ['1627040000', '1564722000', '0.37060452071562794', '4', '-', '-'], ['1627040000', '1645145000', '0.27981951864307775', '2', '-', '-'], ['1627040000', '6027199000', '0.20254852122164618', '6', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '5320763000', '0.15642117812714765', '10', '-', '-'], ['1627040000', '1662937000', '0.139057454061589', '3', '-', '-'], ['1627040000', '5066808000', '0.06287727374776271', '11', '-', '-'], ['1627040000', '5653100000', '0.05976923510102793', '30', '-', '-'], ['1627040000', '5556597000', '0.05363235592025642', '24', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627040000', '5653100000', '0.501450222038574', '16', '-', '-'], ['1627040000', '6206328000', '0.1757011372001804', '16', '-', '-'], ['1627040000', '6027199000', '0.09890330494682023', '16', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '1645145000', '0.07027143359789192', '16', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627040000', '6206328000', '0.07061059012141191', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'379158': ['2173', '1.0144437545939788', '1627040000', '5226406000', '200000.0', '72547.12', '9123000', '379158', '-', 'JAVNO PODJETJE ENERGETIKA LJUBLJANA d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'291843': ['9144', '10.576687120790075', '1627040000', 't130', '39210.0', '1', '33195100', '291843', '-', '-'], '427702': ['1134', '12.837472794451132', '1627040000', '6206328000', '376048.27', '1.0', '45212200', '427702', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
945 _render_error(template, context, e)
|
946 else:
|
=> 947 callable_(context, *args, **kwargs)
|
948
|
949
|
callable_ = <function render_body>, context = <mako.runtime.Context object>, args = (), kwargs = {'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['1627040000', '5081408000', '0.5104786685549515', '2', '-', '-'], ['1627040000', '6206328000', '0.4018789590471666', '6', '-', '-'], ['1627040000', '1564722000', '0.37060452071562794', '4', '-', '-'], ['1627040000', '1645145000', '0.27981951864307775', '2', '-', '-'], ['1627040000', '6027199000', '0.20254852122164618', '6', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '5320763000', '0.15642117812714765', '10', '-', '-'], ['1627040000', '1662937000', '0.139057454061589', '3', '-', '-'], ['1627040000', '5066808000', '0.06287727374776271', '11', '-', '-'], ['1627040000', '5653100000', '0.05976923510102793', '30', '-', '-'], ['1627040000', '5556597000', '0.05363235592025642', '24', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627040000', '5653100000', '0.501450222038574', '16', '-', '-'], ['1627040000', '6206328000', '0.1757011372001804', '16', '-', '-'], ['1627040000', '6027199000', '0.09890330494682023', '16', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '1645145000', '0.07027143359789192', '16', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627040000', '6206328000', '0.07061059012141191', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'379158': ['2173', '1.0144437545939788', '1627040000', '5226406000', '200000.0', '72547.12', '9123000', '379158', '-', 'JAVNO PODJETJE ENERGETIKA LJUBLJANA d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'291843': ['9144', '10.576687120790075', '1627040000', 't130', '39210.0', '1', '33195100', '291843', '-', '-'], '427702': ['1134', '12.837472794451132', '1627040000', '6206328000', '376048.27', '1.0', '45212200', '427702', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}} |
/usr/local/apache2/htdocs/tbfy.web/templates_orgs_overview_mju_tpl in render_body(context=<mako.runtime.Context object>, **pageargs={'data': {'anomaliesDict': {'dependency-bidder2buyer': {'buyers': [['1627040000', '5081408000', '0.5104786685549515', '2', '-', '-'], ['1627040000', '6206328000', '0.4018789590471666', '6', '-', '-'], ['1627040000', '1564722000', '0.37060452071562794', '4', '-', '-'], ['1627040000', '1645145000', '0.27981951864307775', '2', '-', '-'], ['1627040000', '6027199000', '0.20254852122164618', '6', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '5320763000', '0.15642117812714765', '10', '-', '-'], ['1627040000', '1662937000', '0.139057454061589', '3', '-', '-'], ['1627040000', '5066808000', '0.06287727374776271', '11', '-', '-'], ['1627040000', '5653100000', '0.05976923510102793', '30', '-', '-'], ['1627040000', '5556597000', '0.05363235592025642', '24', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['1627040000', '5653100000', '0.501450222038574', '16', '-', '-'], ['1627040000', '6206328000', '0.1757011372001804', '16', '-', '-'], ['1627040000', '6027199000', '0.09890330494682023', '16', '911 VRS, varovanje in storitve, d.o.o.', '-'], ['1627040000', '1645145000', '0.07027143359789192', '16', '-', '-']]}, 'dependency-mutual': {'buyers': [['1627040000', '6206328000', '0.07061059012141191', '1', '-', '-']]}, 'ratio-assessed-final-bdg-pos': {'buyers': {'379158': ['2173', '1.0144437545939788', '1627040000', '5226406000', '200000.0', '72547.12', '9123000', '379158', '-', 'JAVNO PODJETJE ENERGETIKA LJUBLJANA d.o.o.']}}, 'ratio-rev-per-employee-pos': {'buyers': {'291843': ['9144', '10.576687120790075', '1627040000', 't130', '39210.0', '1', '33195100', '291843', '-', '-'], '427702': ['1134', '12.837472794451132', '1627040000', '6206328000', '376048.27', '1.0', '45212200', '427702', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
|