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': [['5051681000', '2213125000', '0.5572885069589648', '2', '-', '-'], ['5051681000', '5784786000', '0.26719002900332783', '10', '-', '-'], ['5051681000', '1991370000', '0.07222751827156082', '7', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5051681000', '5784786000', '0.19174575038445296', '11', '-', '-'], ['5051681000', '1991370000', '0.16843195993071047', '11', '-', '-'], ['5051681000', 't1058', '0.15018516427155015', '11', '-', '-'], ['5051681000', '5943337000', '0.12717929551255433', '11', 'KEMOMED, d.o.o., svetovanje, trgovina in trženje', '-'], ['5051681000', '5808642000', '0.09735655021926613', '11', 'OMEGA svetovanje, inženiring, razvoj in raziskovanje, d.o.o.', '-'], ['5051681000', '5292816000', '0.07767520552137931', '11', '-', '-'], ['5051681000', '2213125000', '0.06640219480318346', '11', '-', '-']]}, 'dependency-mutual': {'buyers': [['5051681000', 't1058', '0.15018516427155015', '1', '-', '-'], ['5051681000', '5784786000', '0.05123255260648684', '4', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'269686': ['4761', '-0.5141395665250211', '5051681000', '5784786000', '8000.0', '13400.0', '38000000', '269686', '-', '-'], '275936': ['1647', '-0.22540076981339568', '5051681000', 't1058', '85300.0', '107000.0', '38000000', '275936', '-', '-']}}, 'ratio-rev-per-employee-pos': {'buyers': {'269686': ['7993', '10.764445283489955', '5051681000', '2213125000', '47308.5', '1', '38000000', '269686', '-', '-'], '275936': ['3950', '11.580584122789837', '5051681000', 't1058', '107000.0', '1', '38000000', '275936', '-', '-']}}}, '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': [['5051681000', '2213125000', '0.5572885069589648', '2', '-', '-'], ['5051681000', '5784786000', '0.26719002900332783', '10', '-', '-'], ['5051681000', '1991370000', '0.07222751827156082', '7', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5051681000', '5784786000', '0.19174575038445296', '11', '-', '-'], ['5051681000', '1991370000', '0.16843195993071047', '11', '-', '-'], ['5051681000', 't1058', '0.15018516427155015', '11', '-', '-'], ['5051681000', '5943337000', '0.12717929551255433', '11', 'KEMOMED, d.o.o., svetovanje, trgovina in trženje', '-'], ['5051681000', '5808642000', '0.09735655021926613', '11', 'OMEGA svetovanje, inženiring, razvoj in raziskovanje, d.o.o.', '-'], ['5051681000', '5292816000', '0.07767520552137931', '11', '-', '-'], ['5051681000', '2213125000', '0.06640219480318346', '11', '-', '-']]}, 'dependency-mutual': {'buyers': [['5051681000', 't1058', '0.15018516427155015', '1', '-', '-'], ['5051681000', '5784786000', '0.05123255260648684', '4', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'269686': ['4761', '-0.5141395665250211', '5051681000', '5784786000', '8000.0', '13400.0', '38000000', '269686', '-', '-'], '275936': ['1647', '-0.22540076981339568', '5051681000', 't1058', '85300.0', '107000.0', '38000000', '275936', '-', '-']}}, 'ratio-rev-per-employee-pos': {'buyers': {'269686': ['7993', '10.764445283489955', '5051681000', '2213125000', '47308.5', '1', '38000000', '269686', '-', '-'], '275936': ['3950', '11.580584122789837', '5051681000', 't1058', '107000.0', '1', '38000000', '275936', '-', '-']}}}, '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': [['5051681000', '2213125000', '0.5572885069589648', '2', '-', '-'], ['5051681000', '5784786000', '0.26719002900332783', '10', '-', '-'], ['5051681000', '1991370000', '0.07222751827156082', '7', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5051681000', '5784786000', '0.19174575038445296', '11', '-', '-'], ['5051681000', '1991370000', '0.16843195993071047', '11', '-', '-'], ['5051681000', 't1058', '0.15018516427155015', '11', '-', '-'], ['5051681000', '5943337000', '0.12717929551255433', '11', 'KEMOMED, d.o.o., svetovanje, trgovina in trženje', '-'], ['5051681000', '5808642000', '0.09735655021926613', '11', 'OMEGA svetovanje, inženiring, razvoj in raziskovanje, d.o.o.', '-'], ['5051681000', '5292816000', '0.07767520552137931', '11', '-', '-'], ['5051681000', '2213125000', '0.06640219480318346', '11', '-', '-']]}, 'dependency-mutual': {'buyers': [['5051681000', 't1058', '0.15018516427155015', '1', '-', '-'], ['5051681000', '5784786000', '0.05123255260648684', '4', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'269686': ['4761', '-0.5141395665250211', '5051681000', '5784786000', '8000.0', '13400.0', '38000000', '269686', '-', '-'], '275936': ['1647', '-0.22540076981339568', '5051681000', 't1058', '85300.0', '107000.0', '38000000', '275936', '-', '-']}}, 'ratio-rev-per-employee-pos': {'buyers': {'269686': ['7993', '10.764445283489955', '5051681000', '2213125000', '47308.5', '1', '38000000', '269686', '-', '-'], '275936': ['3950', '11.580584122789837', '5051681000', 't1058', '107000.0', '1', '38000000', '275936', '-', '-']}}}, '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': [['5051681000', '2213125000', '0.5572885069589648', '2', '-', '-'], ['5051681000', '5784786000', '0.26719002900332783', '10', '-', '-'], ['5051681000', '1991370000', '0.07222751827156082', '7', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5051681000', '5784786000', '0.19174575038445296', '11', '-', '-'], ['5051681000', '1991370000', '0.16843195993071047', '11', '-', '-'], ['5051681000', 't1058', '0.15018516427155015', '11', '-', '-'], ['5051681000', '5943337000', '0.12717929551255433', '11', 'KEMOMED, d.o.o., svetovanje, trgovina in trženje', '-'], ['5051681000', '5808642000', '0.09735655021926613', '11', 'OMEGA svetovanje, inženiring, razvoj in raziskovanje, d.o.o.', '-'], ['5051681000', '5292816000', '0.07767520552137931', '11', '-', '-'], ['5051681000', '2213125000', '0.06640219480318346', '11', '-', '-']]}, 'dependency-mutual': {'buyers': [['5051681000', 't1058', '0.15018516427155015', '1', '-', '-'], ['5051681000', '5784786000', '0.05123255260648684', '4', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'269686': ['4761', '-0.5141395665250211', '5051681000', '5784786000', '8000.0', '13400.0', '38000000', '269686', '-', '-'], '275936': ['1647', '-0.22540076981339568', '5051681000', 't1058', '85300.0', '107000.0', '38000000', '275936', '-', '-']}}, 'ratio-rev-per-employee-pos': {'buyers': {'269686': ['7993', '10.764445283489955', '5051681000', '2213125000', '47308.5', '1', '38000000', '269686', '-', '-'], '275936': ['3950', '11.580584122789837', '5051681000', 't1058', '107000.0', '1', '38000000', '275936', '-', '-']}}}, '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': [['5051681000', '2213125000', '0.5572885069589648', '2', '-', '-'], ['5051681000', '5784786000', '0.26719002900332783', '10', '-', '-'], ['5051681000', '1991370000', '0.07222751827156082', '7', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5051681000', '5784786000', '0.19174575038445296', '11', '-', '-'], ['5051681000', '1991370000', '0.16843195993071047', '11', '-', '-'], ['5051681000', 't1058', '0.15018516427155015', '11', '-', '-'], ['5051681000', '5943337000', '0.12717929551255433', '11', 'KEMOMED, d.o.o., svetovanje, trgovina in trženje', '-'], ['5051681000', '5808642000', '0.09735655021926613', '11', 'OMEGA svetovanje, inženiring, razvoj in raziskovanje, d.o.o.', '-'], ['5051681000', '5292816000', '0.07767520552137931', '11', '-', '-'], ['5051681000', '2213125000', '0.06640219480318346', '11', '-', '-']]}, 'dependency-mutual': {'buyers': [['5051681000', 't1058', '0.15018516427155015', '1', '-', '-'], ['5051681000', '5784786000', '0.05123255260648684', '4', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'269686': ['4761', '-0.5141395665250211', '5051681000', '5784786000', '8000.0', '13400.0', '38000000', '269686', '-', '-'], '275936': ['1647', '-0.22540076981339568', '5051681000', 't1058', '85300.0', '107000.0', '38000000', '275936', '-', '-']}}, 'ratio-rev-per-employee-pos': {'buyers': {'269686': ['7993', '10.764445283489955', '5051681000', '2213125000', '47308.5', '1', '38000000', '269686', '-', '-'], '275936': ['3950', '11.580584122789837', '5051681000', 't1058', '107000.0', '1', '38000000', '275936', '-', '-']}}}, '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': [['5051681000', '2213125000', '0.5572885069589648', '2', '-', '-'], ['5051681000', '5784786000', '0.26719002900332783', '10', '-', '-'], ['5051681000', '1991370000', '0.07222751827156082', '7', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5051681000', '5784786000', '0.19174575038445296', '11', '-', '-'], ['5051681000', '1991370000', '0.16843195993071047', '11', '-', '-'], ['5051681000', 't1058', '0.15018516427155015', '11', '-', '-'], ['5051681000', '5943337000', '0.12717929551255433', '11', 'KEMOMED, d.o.o., svetovanje, trgovina in trženje', '-'], ['5051681000', '5808642000', '0.09735655021926613', '11', 'OMEGA svetovanje, inženiring, razvoj in raziskovanje, d.o.o.', '-'], ['5051681000', '5292816000', '0.07767520552137931', '11', '-', '-'], ['5051681000', '2213125000', '0.06640219480318346', '11', '-', '-']]}, 'dependency-mutual': {'buyers': [['5051681000', 't1058', '0.15018516427155015', '1', '-', '-'], ['5051681000', '5784786000', '0.05123255260648684', '4', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'269686': ['4761', '-0.5141395665250211', '5051681000', '5784786000', '8000.0', '13400.0', '38000000', '269686', '-', '-'], '275936': ['1647', '-0.22540076981339568', '5051681000', 't1058', '85300.0', '107000.0', '38000000', '275936', '-', '-']}}, 'ratio-rev-per-employee-pos': {'buyers': {'269686': ['7993', '10.764445283489955', '5051681000', '2213125000', '47308.5', '1', '38000000', '269686', '-', '-'], '275936': ['3950', '11.580584122789837', '5051681000', 't1058', '107000.0', '1', '38000000', '275936', '-', '-']}}}, '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': [['5051681000', '2213125000', '0.5572885069589648', '2', '-', '-'], ['5051681000', '5784786000', '0.26719002900332783', '10', '-', '-'], ['5051681000', '1991370000', '0.07222751827156082', '7', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5051681000', '5784786000', '0.19174575038445296', '11', '-', '-'], ['5051681000', '1991370000', '0.16843195993071047', '11', '-', '-'], ['5051681000', 't1058', '0.15018516427155015', '11', '-', '-'], ['5051681000', '5943337000', '0.12717929551255433', '11', 'KEMOMED, d.o.o., svetovanje, trgovina in trženje', '-'], ['5051681000', '5808642000', '0.09735655021926613', '11', 'OMEGA svetovanje, inženiring, razvoj in raziskovanje, d.o.o.', '-'], ['5051681000', '5292816000', '0.07767520552137931', '11', '-', '-'], ['5051681000', '2213125000', '0.06640219480318346', '11', '-', '-']]}, 'dependency-mutual': {'buyers': [['5051681000', 't1058', '0.15018516427155015', '1', '-', '-'], ['5051681000', '5784786000', '0.05123255260648684', '4', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'269686': ['4761', '-0.5141395665250211', '5051681000', '5784786000', '8000.0', '13400.0', '38000000', '269686', '-', '-'], '275936': ['1647', '-0.22540076981339568', '5051681000', 't1058', '85300.0', '107000.0', '38000000', '275936', '-', '-']}}, 'ratio-rev-per-employee-pos': {'buyers': {'269686': ['7993', '10.764445283489955', '5051681000', '2213125000', '47308.5', '1', '38000000', '269686', '-', '-'], '275936': ['3950', '11.580584122789837', '5051681000', 't1058', '107000.0', '1', '38000000', '275936', '-', '-']}}}, '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': [['5051681000', '2213125000', '0.5572885069589648', '2', '-', '-'], ['5051681000', '5784786000', '0.26719002900332783', '10', '-', '-'], ['5051681000', '1991370000', '0.07222751827156082', '7', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5051681000', '5784786000', '0.19174575038445296', '11', '-', '-'], ['5051681000', '1991370000', '0.16843195993071047', '11', '-', '-'], ['5051681000', 't1058', '0.15018516427155015', '11', '-', '-'], ['5051681000', '5943337000', '0.12717929551255433', '11', 'KEMOMED, d.o.o., svetovanje, trgovina in trženje', '-'], ['5051681000', '5808642000', '0.09735655021926613', '11', 'OMEGA svetovanje, inženiring, razvoj in raziskovanje, d.o.o.', '-'], ['5051681000', '5292816000', '0.07767520552137931', '11', '-', '-'], ['5051681000', '2213125000', '0.06640219480318346', '11', '-', '-']]}, 'dependency-mutual': {'buyers': [['5051681000', 't1058', '0.15018516427155015', '1', '-', '-'], ['5051681000', '5784786000', '0.05123255260648684', '4', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'269686': ['4761', '-0.5141395665250211', '5051681000', '5784786000', '8000.0', '13400.0', '38000000', '269686', '-', '-'], '275936': ['1647', '-0.22540076981339568', '5051681000', 't1058', '85300.0', '107000.0', '38000000', '275936', '-', '-']}}, 'ratio-rev-per-employee-pos': {'buyers': {'269686': ['7993', '10.764445283489955', '5051681000', '2213125000', '47308.5', '1', '38000000', '269686', '-', '-'], '275936': ['3950', '11.580584122789837', '5051681000', 't1058', '107000.0', '1', '38000000', '275936', '-', '-']}}}, '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': [['5051681000', '2213125000', '0.5572885069589648', '2', '-', '-'], ['5051681000', '5784786000', '0.26719002900332783', '10', '-', '-'], ['5051681000', '1991370000', '0.07222751827156082', '7', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5051681000', '5784786000', '0.19174575038445296', '11', '-', '-'], ['5051681000', '1991370000', '0.16843195993071047', '11', '-', '-'], ['5051681000', 't1058', '0.15018516427155015', '11', '-', '-'], ['5051681000', '5943337000', '0.12717929551255433', '11', 'KEMOMED, d.o.o., svetovanje, trgovina in trženje', '-'], ['5051681000', '5808642000', '0.09735655021926613', '11', 'OMEGA svetovanje, inženiring, razvoj in raziskovanje, d.o.o.', '-'], ['5051681000', '5292816000', '0.07767520552137931', '11', '-', '-'], ['5051681000', '2213125000', '0.06640219480318346', '11', '-', '-']]}, 'dependency-mutual': {'buyers': [['5051681000', 't1058', '0.15018516427155015', '1', '-', '-'], ['5051681000', '5784786000', '0.05123255260648684', '4', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'269686': ['4761', '-0.5141395665250211', '5051681000', '5784786000', '8000.0', '13400.0', '38000000', '269686', '-', '-'], '275936': ['1647', '-0.22540076981339568', '5051681000', 't1058', '85300.0', '107000.0', '38000000', '275936', '-', '-']}}, 'ratio-rev-per-employee-pos': {'buyers': {'269686': ['7993', '10.764445283489955', '5051681000', '2213125000', '47308.5', '1', '38000000', '269686', '-', '-'], '275936': ['3950', '11.580584122789837', '5051681000', 't1058', '107000.0', '1', '38000000', '275936', '-', '-']}}}, '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': [['5051681000', '2213125000', '0.5572885069589648', '2', '-', '-'], ['5051681000', '5784786000', '0.26719002900332783', '10', '-', '-'], ['5051681000', '1991370000', '0.07222751827156082', '7', '-', '-']]}, 'dependency-buyer2bidder': {'buyers': [['5051681000', '5784786000', '0.19174575038445296', '11', '-', '-'], ['5051681000', '1991370000', '0.16843195993071047', '11', '-', '-'], ['5051681000', 't1058', '0.15018516427155015', '11', '-', '-'], ['5051681000', '5943337000', '0.12717929551255433', '11', 'KEMOMED, d.o.o., svetovanje, trgovina in trženje', '-'], ['5051681000', '5808642000', '0.09735655021926613', '11', 'OMEGA svetovanje, inženiring, razvoj in raziskovanje, d.o.o.', '-'], ['5051681000', '5292816000', '0.07767520552137931', '11', '-', '-'], ['5051681000', '2213125000', '0.06640219480318346', '11', '-', '-']]}, 'dependency-mutual': {'buyers': [['5051681000', 't1058', '0.15018516427155015', '1', '-', '-'], ['5051681000', '5784786000', '0.05123255260648684', '4', '-', '-']]}, 'ratio-assessed-final-bdg-neg': {'buyers': {'269686': ['4761', '-0.5141395665250211', '5051681000', '5784786000', '8000.0', '13400.0', '38000000', '269686', '-', '-'], '275936': ['1647', '-0.22540076981339568', '5051681000', 't1058', '85300.0', '107000.0', '38000000', '275936', '-', '-']}}, 'ratio-rev-per-employee-pos': {'buyers': {'269686': ['7993', '10.764445283489955', '5051681000', '2213125000', '47308.5', '1', '38000000', '269686', '-', '-'], '275936': ['3950', '11.580584122789837', '5051681000', 't1058', '107000.0', '1', '38000000', '275936', '-', '-']}}}, 'companyProfileDict': {}, 'fundsReceived': 0.0, 'issuedFunds': 0.0, 'issuedTenders': {}, 'issuedTendersChartData': {'byTenderNum': {}, 'byValue': {}}, 'numOfAnomalies': 5, 'wonTenders': {}, 'wonTendersChartData': {'byTenderNum': {}, 'byValue': {}}}}) |
|