COCODEDE04 commited on
Commit
efa17d0
·
verified ·
1 Parent(s): 407a8bb

Create example_input.json

Browse files
Files changed (1) hide show
  1. example_input.json +27 -0
example_input.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "data": [
3
+ {
4
+ "autosuf_oper": 1.1,
5
+ "cov_improductiva": -5000,
6
+ "ing_cartera_over_ing_total": 0.9,
7
+ "gastos_oper_over_cart": 0.05,
8
+ "prov_over_cartera": -0.05,
9
+ "_margen_bruto": 1000000,
10
+ "equity_over_assets": 0.15,
11
+ "rend_cart_over_avg_cart": 0.1,
12
+ "_assets": 50000000,
13
+ "roa_pre_tax": 0.02,
14
+ "cartera_vencida_ratio": 0.03,
15
+ "gastos_oper_over_ing_oper": 0.6,
16
+ "_cartera_bruta": 40000000,
17
+ "grado_absorcion": 0.95,
18
+ "_equity": 7000000,
19
+ "gastos_fin_over_avg_cart": 0.04,
20
+ "improductiva": 0.04,
21
+ "roe_pre_tax": 0.02,
22
+ "debt_to_equity": 6.0,
23
+ "_liab": 43000000,
24
+ "prov_gasto_over_cart": 0.02
25
+ }
26
+ ]
27
+ }