bdpformulas 1.0.50 → 1.0.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/models/eeff/admFinanciera/index.d.ts +14 -15
- package/build/models/eeff/admFinanciera/index.js +2 -2
- package/build/strategies/eeff/admFinanciera/aplicacionesHandler.d.ts +1 -1
- package/build/strategies/eeff/admFinanciera/aplicacionesHandler.js +56 -29
- package/build/strategies/eeff/admFinanciera/lineasMixtasHandler.d.ts +1 -1
- package/build/strategies/eeff/admFinanciera/lineasMixtasHandler.js +42 -19
- package/build/strategies/eeff/admFinanciera/prestamoBajoLineaHandler.d.ts +1 -1
- package/build/strategies/eeff/admFinanciera/prestamoBajoLineaHandler.js +13 -8
- package/build/strategies/eeff/admFinanciera/prestamoDirectoHandler.d.ts +1 -1
- package/build/strategies/eeff/admFinanciera/prestamoDirectoHandler.js +75 -32
- package/build/strategies/eeff/admFinanciera/proyeccionPrestamosDirectosHandler.d.ts +26 -2
- package/build/strategies/eeff/admFinanciera/proyeccionPrestamosDirectosHandler.js +156 -84
- package/build/strategies/eeff/admFinanciera/utils.d.ts +8 -6
- package/build/strategies/eeff/admFinanciera/utils.js +28 -19
- package/build/strategies/eeff/admFinanciera.strategy.d.ts +2 -2
- package/build/strategies/eeff/admFinanciera.strategy.js +49 -35
- package/build/strategies/eeff/index.d.ts +1 -0
- package/build/strategies/eeff/index.js +1509 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1509 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const admFinanciera_strategy_1 = __importDefault(require("./admFinanciera.strategy"));
|
|
7
|
+
const utils_1 = require("./admFinanciera/utils");
|
|
8
|
+
const strategy = new admFinanciera_strategy_1.default();
|
|
9
|
+
const data = {
|
|
10
|
+
ActividadEconomicaId: 472,
|
|
11
|
+
EvaluacionId: 168,
|
|
12
|
+
CantidadProyeccion: 12,
|
|
13
|
+
InicioProyeccion: '2025-03-20T00:00:00.000Z',
|
|
14
|
+
PrestamoDirecto: [
|
|
15
|
+
{
|
|
16
|
+
ActividadDeudaId: 2,
|
|
17
|
+
ActividadEconomicaId: 472,
|
|
18
|
+
UUID: '123e4567-e89b-12d3-a456-426614174000',
|
|
19
|
+
IndicadorABM: 'N',
|
|
20
|
+
TipoDeuda: 'DIRECTO',
|
|
21
|
+
Descripcion: 'PRUEBAS DE GUARDADO',
|
|
22
|
+
TipoExistencia: 'EXISTENTE',
|
|
23
|
+
MontoOriginal: 2700000,
|
|
24
|
+
Plazo: 9,
|
|
25
|
+
Tasa: 6,
|
|
26
|
+
AnnoProyectadoInicio: 1,
|
|
27
|
+
Gracia: 0,
|
|
28
|
+
EsNuestroBanco: true,
|
|
29
|
+
TipoFacilidad: 'VARIABLE',
|
|
30
|
+
TipoPeriodicidadId: 'MENSUAL',
|
|
31
|
+
FechaDesembolso: '2024-03-01',
|
|
32
|
+
Activo: true,
|
|
33
|
+
DestinoOperacionId: 'KO',
|
|
34
|
+
EsBajoLinea: false
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
ActividadDeudaId: 2,
|
|
38
|
+
ActividadEconomicaId: 472,
|
|
39
|
+
UUID: '123e4567-e89b-12d3-a456-426614174000',
|
|
40
|
+
IndicadorABM: 'N',
|
|
41
|
+
TipoDeuda: 'DIRECTO',
|
|
42
|
+
Descripcion: 'PRUEBAS DE GUARDADO',
|
|
43
|
+
TipoExistencia: 'EXISTENTE',
|
|
44
|
+
MontoOriginal: 333333,
|
|
45
|
+
Plazo: 2,
|
|
46
|
+
Tasa: 6,
|
|
47
|
+
AnnoProyectadoInicio: 1,
|
|
48
|
+
Gracia: 0,
|
|
49
|
+
EsNuestroBanco: false,
|
|
50
|
+
TipoFacilidad: 'VARIABLE',
|
|
51
|
+
TipoPeriodicidadId: 'TRIMESTRAL',
|
|
52
|
+
DestinoOperacionId: 'KO',
|
|
53
|
+
FechaDesembolso: '2024-07-01'
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
ActividadDeudaId: 2,
|
|
57
|
+
ActividadEconomicaId: 472,
|
|
58
|
+
UUID: '123e4567-e89b-12d3-a456-426614174000',
|
|
59
|
+
IndicadorABM: 'N',
|
|
60
|
+
TipoDeuda: 'DIRECTO',
|
|
61
|
+
Descripcion: 'PRUEBAS DE GUARDADO',
|
|
62
|
+
TipoExistencia: 'EXISTENTE',
|
|
63
|
+
MontoOriginal: 1750000,
|
|
64
|
+
Plazo: 7,
|
|
65
|
+
Tasa: 6,
|
|
66
|
+
AnnoProyectadoInicio: 3,
|
|
67
|
+
Gracia: 0,
|
|
68
|
+
EsNuestroBanco: true,
|
|
69
|
+
TipoFacilidad: 'FIJA',
|
|
70
|
+
TipoPeriodicidadId: 'ANUAL',
|
|
71
|
+
DestinoOperacionId: 'KI',
|
|
72
|
+
FechaDesembolso: '2024-03-01'
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
ActividadDeudaId: 2,
|
|
76
|
+
ActividadEconomicaId: 472,
|
|
77
|
+
UUID: '123e4567-e89b-12d3-a456-426614174000',
|
|
78
|
+
IndicadorABM: 'N',
|
|
79
|
+
TipoDeuda: 'DIRECTO',
|
|
80
|
+
Descripcion: 'PRUEBAS DE GUARDADO',
|
|
81
|
+
TipoExistencia: 'NUEVA',
|
|
82
|
+
MontoOriginal: 3000000,
|
|
83
|
+
Plazo: 5,
|
|
84
|
+
Tasa: 6,
|
|
85
|
+
AnnoProyectadoInicio: 1,
|
|
86
|
+
Gracia: 0,
|
|
87
|
+
EsNuestroBanco: true,
|
|
88
|
+
TipoFacilidad: 'FIJA',
|
|
89
|
+
TipoPeriodicidadId: 'MENSUAL',
|
|
90
|
+
DestinoOperacionId: 'KI',
|
|
91
|
+
FechaDesembolso: '2024-07-01'
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
ActividadDeudaId: 2,
|
|
95
|
+
ActividadEconomicaId: 472,
|
|
96
|
+
UUID: '123e4567-e89b-12d3-a456-426614174000',
|
|
97
|
+
IndicadorABM: 'N',
|
|
98
|
+
TipoDeuda: 'DIRECTO',
|
|
99
|
+
Descripcion: 'PRUEBAS DE GUARDADO',
|
|
100
|
+
TipoExistencia: 'NUEVA',
|
|
101
|
+
MontoOriginal: 12000000,
|
|
102
|
+
Plazo: 10,
|
|
103
|
+
Tasa: 4,
|
|
104
|
+
AnnoProyectadoInicio: 2,
|
|
105
|
+
Gracia: 4,
|
|
106
|
+
EsNuestroBanco: false,
|
|
107
|
+
TipoFacilidad: 'VARIABLE',
|
|
108
|
+
TipoPeriodicidadId: 'SEMESTRAL',
|
|
109
|
+
DestinoOperacionId: 'OTROS',
|
|
110
|
+
FechaDesembolso: '2024-03-01'
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
PrestamoBajoLinea: [
|
|
114
|
+
{
|
|
115
|
+
ActividadDeudaId: 36,
|
|
116
|
+
ActividadEconomicaId: 472,
|
|
117
|
+
UUID: '251cade9-5f36-4a7a-90e8-25a228936272',
|
|
118
|
+
IndicadorABM: 'N',
|
|
119
|
+
TipoDeuda: 'BAJOLINEA',
|
|
120
|
+
Descripcion: 'PRUEBAS BAJO LINEA',
|
|
121
|
+
MontoOriginal: 5000000,
|
|
122
|
+
Activo: true,
|
|
123
|
+
TipoExistencia: 'EXISTENTE',
|
|
124
|
+
Plazo: 10,
|
|
125
|
+
Tasa: 6,
|
|
126
|
+
EsNuestroBanco: false,
|
|
127
|
+
EsBajoLinea: false,
|
|
128
|
+
MontoUtilizado: 4500000,
|
|
129
|
+
VencimientoLinea: '2032-11-01',
|
|
130
|
+
CantidadAnnos: null,
|
|
131
|
+
TasaPonderada: null
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
ActividadDeudaId: 37,
|
|
135
|
+
ActividadEconomicaId: 472,
|
|
136
|
+
UUID: '251cade9-5f36-4a7a-90e8-25a228936272',
|
|
137
|
+
IndicadorABM: 'N',
|
|
138
|
+
TipoDeuda: 'BAJOLINEA',
|
|
139
|
+
Descripcion: 'PRUEBAS BAJO LINEA',
|
|
140
|
+
MontoOriginal: 2000000,
|
|
141
|
+
Activo: true,
|
|
142
|
+
TipoExistencia: 'EXISTENTE',
|
|
143
|
+
Plazo: 8,
|
|
144
|
+
Tasa: 6,
|
|
145
|
+
EsNuestroBanco: false,
|
|
146
|
+
EsBajoLinea: false,
|
|
147
|
+
MontoUtilizado: 0,
|
|
148
|
+
VencimientoLinea: '2028-11-01',
|
|
149
|
+
CantidadAnnos: null,
|
|
150
|
+
TasaPonderada: null
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
ActividadDeudaId: 37,
|
|
154
|
+
ActividadEconomicaId: 472,
|
|
155
|
+
UUID: '251cade9-5f36-4a7a-90e8-25a228936272',
|
|
156
|
+
IndicadorABM: 'N',
|
|
157
|
+
TipoDeuda: 'BAJOLINEA',
|
|
158
|
+
Descripcion: 'PRUEBAS BAJO LINEA',
|
|
159
|
+
TipoExistencia: 'NUEVA',
|
|
160
|
+
MontoOriginal: 1200000,
|
|
161
|
+
MontoUtilizado: 500000,
|
|
162
|
+
Plazo: 5,
|
|
163
|
+
Tasa: 5,
|
|
164
|
+
VencimientoLinea: '2029-05-01',
|
|
165
|
+
Activo: true,
|
|
166
|
+
EsNuestroBanco: false,
|
|
167
|
+
EsBajoLinea: false,
|
|
168
|
+
CantidadAnnos: null,
|
|
169
|
+
TasaPonderada: null
|
|
170
|
+
}
|
|
171
|
+
],
|
|
172
|
+
PrestamoLeasing: [
|
|
173
|
+
{
|
|
174
|
+
ActividadDeudaId: 29,
|
|
175
|
+
ActividadEconomicaId: 472,
|
|
176
|
+
UUID: '425bb6af-f390-4ae9-9b46-bfe317031367',
|
|
177
|
+
IndicadorABM: 'N',
|
|
178
|
+
TipoDeuda: 'LEASING',
|
|
179
|
+
Descripcion: 'PRUEBAS LEASING',
|
|
180
|
+
MontoOriginal: 2700000,
|
|
181
|
+
Plazo: 9,
|
|
182
|
+
AnnoProyectadoInicio: 1,
|
|
183
|
+
TipoAmortizacion: 'TRIMESTRAL',
|
|
184
|
+
TipoOperacion: 'LEASING',
|
|
185
|
+
TipoOperacion2: 'ANTIGUA',
|
|
186
|
+
MontoCuotaPeriodo: 200000,
|
|
187
|
+
MontoAporteInicial: 100000,
|
|
188
|
+
MontoValorResidual: 15000,
|
|
189
|
+
MontoValorBien: 0
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
ActividadDeudaId: 29,
|
|
193
|
+
ActividadEconomicaId: 472,
|
|
194
|
+
UUID: '425bb6af-f390-4ae9-9b46-bfe317031367',
|
|
195
|
+
IndicadorABM: 'N',
|
|
196
|
+
TipoDeuda: 'LEASING',
|
|
197
|
+
Descripcion: 'PRUEBAS LEASING',
|
|
198
|
+
MontoOriginal: 1200000,
|
|
199
|
+
Plazo: 4,
|
|
200
|
+
AnnoProyectadoInicio: 2,
|
|
201
|
+
TipoAmortizacion: 'MENSUAL',
|
|
202
|
+
TipoOperacion: 'LEASEBACK',
|
|
203
|
+
TipoOperacion2: 'NUEVA',
|
|
204
|
+
MontoCuotaPeriodo: 50000,
|
|
205
|
+
MontoAporteInicial: 20000,
|
|
206
|
+
MontoValorResidual: 0,
|
|
207
|
+
MontoValorBien: 0
|
|
208
|
+
}
|
|
209
|
+
],
|
|
210
|
+
LineasMixtasBDP: [
|
|
211
|
+
{
|
|
212
|
+
Descripcion: 'BDP 1 - LINEA DE CRÉDITO - KI Y KO',
|
|
213
|
+
TipoExistencia: 'NUEVA'
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
Descripcion: 'Vencimiento Corriente de Deuda de Largo Blazo BDP 1',
|
|
217
|
+
Gestion1: 500000,
|
|
218
|
+
Gestion2: 500000,
|
|
219
|
+
Gestion3: 500000,
|
|
220
|
+
Gestion4: 500000,
|
|
221
|
+
Gestion5: 500000,
|
|
222
|
+
Gestion6: 500000,
|
|
223
|
+
Gestion7: 500000,
|
|
224
|
+
Gestion8: 500000
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
Descripcion: 'Deuda Financiera de Largo Plazo BDP 1',
|
|
228
|
+
Gestion1: 4500000,
|
|
229
|
+
Gestion2: 4500000,
|
|
230
|
+
Gestion3: 4500000,
|
|
231
|
+
Gestion4: 4500000,
|
|
232
|
+
Gestion5: 4500000,
|
|
233
|
+
Gestion6: 4500000,
|
|
234
|
+
Gestion7: 4500000,
|
|
235
|
+
Gestion8: 4500000
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
Descripcion: 'Gastos Financieros y Comisiones BDP 1',
|
|
239
|
+
Tasa: 6,
|
|
240
|
+
Gestion1: 200000
|
|
241
|
+
}
|
|
242
|
+
],
|
|
243
|
+
LineasMixtasOtros: [
|
|
244
|
+
{
|
|
245
|
+
Descripcion: 'OTROS - FIREDIN OP.90266 - KI',
|
|
246
|
+
TipoExistencia: 'EXISTENTE'
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
Descripcion: 'Vencimiento Corriente de Deuda de Largo Blazo OTROS',
|
|
250
|
+
Gestion1: 200000,
|
|
251
|
+
Gestion2: 200000,
|
|
252
|
+
Gestion3: 200000,
|
|
253
|
+
Gestion4: 200000,
|
|
254
|
+
Gestion5: 200000,
|
|
255
|
+
Gestion6: 200000,
|
|
256
|
+
Gestion7: 200000,
|
|
257
|
+
Gestion8: 200000
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
Descripcion: 'Deuda Financiera de Largo Plazo OTROS',
|
|
261
|
+
Gestion1: 1800000,
|
|
262
|
+
Gestion2: 1800000,
|
|
263
|
+
Gestion3: 1800000,
|
|
264
|
+
Gestion4: 1800000,
|
|
265
|
+
Gestion5: 1800000,
|
|
266
|
+
Gestion6: 1800000,
|
|
267
|
+
Gestion7: 1800000,
|
|
268
|
+
Gestion8: 1800000
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
Descripcion: 'Gastos Financieros y Comisiones',
|
|
272
|
+
Tasa: 6,
|
|
273
|
+
Gestion1: 90000
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
ProyeccionPrestamosDirectos: [
|
|
277
|
+
{
|
|
278
|
+
RubroId: 'INTM',
|
|
279
|
+
Gestion1: 330000
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
RubroId: 'INTLM',
|
|
283
|
+
Gestion1: 110000
|
|
284
|
+
}
|
|
285
|
+
]
|
|
286
|
+
};
|
|
287
|
+
/* console.log(
|
|
288
|
+
JSON.stringify(
|
|
289
|
+
strategy.execute({
|
|
290
|
+
CantidadProyeccion: 12,
|
|
291
|
+
InicioProyeccion: '2025-03-01T00:00:00.000Z',
|
|
292
|
+
PrestamoDirecto: [
|
|
293
|
+
{
|
|
294
|
+
TipoExistencia: 'EXISTENTE',
|
|
295
|
+
TipoFacilidad: 'VARIABLE',
|
|
296
|
+
TipoPeriodicidadId: 'MENSUAL',
|
|
297
|
+
DestinoOperacionId: 'KO',
|
|
298
|
+
UUID: '0124c8be-341c-4ca1-82c1-27062b4db7dc',
|
|
299
|
+
IndicadorABM: 'A',
|
|
300
|
+
PorcionesNoCorrientes: {
|
|
301
|
+
Gestion1: 2100000,
|
|
302
|
+
Gestion2: 1800000,
|
|
303
|
+
Gestion3: 1500000,
|
|
304
|
+
Gestion4: 1200000,
|
|
305
|
+
Gestion5: 900000,
|
|
306
|
+
Gestion6: 600000,
|
|
307
|
+
Gestion7: 300000,
|
|
308
|
+
Gestion8: 0,
|
|
309
|
+
Gestion9: 0,
|
|
310
|
+
Gestion10: 0,
|
|
311
|
+
Gestion11: 0,
|
|
312
|
+
Gestion12: 0
|
|
313
|
+
},
|
|
314
|
+
AmortizacionesInteres: {
|
|
315
|
+
Gestion1: 162000,
|
|
316
|
+
Gestion2: 144000,
|
|
317
|
+
Gestion3: 126000,
|
|
318
|
+
Gestion4: 108000,
|
|
319
|
+
Gestion5: 90000,
|
|
320
|
+
Gestion6: 72000,
|
|
321
|
+
Gestion7: 54000,
|
|
322
|
+
Gestion8: 36000,
|
|
323
|
+
Gestion9: 18000,
|
|
324
|
+
Gestion10: 0,
|
|
325
|
+
Gestion11: 0,
|
|
326
|
+
Gestion12: 0
|
|
327
|
+
},
|
|
328
|
+
PlazoRemanenteAños: 9,
|
|
329
|
+
AmortizacionesCapital: {
|
|
330
|
+
Gestion1: 300000,
|
|
331
|
+
Gestion2: 300000,
|
|
332
|
+
Gestion3: 300000,
|
|
333
|
+
Gestion4: 300000,
|
|
334
|
+
Gestion5: 300000,
|
|
335
|
+
Gestion6: 300000,
|
|
336
|
+
Gestion7: 300000,
|
|
337
|
+
Gestion8: 300000,
|
|
338
|
+
Gestion9: 300000
|
|
339
|
+
},
|
|
340
|
+
Plazos: {
|
|
341
|
+
Gestion1: 9,
|
|
342
|
+
Gestion2: 8,
|
|
343
|
+
Gestion3: 7,
|
|
344
|
+
Gestion4: 6,
|
|
345
|
+
Gestion5: 5,
|
|
346
|
+
Gestion6: 4,
|
|
347
|
+
Gestion7: 3,
|
|
348
|
+
Gestion8: 2,
|
|
349
|
+
Gestion9: 1
|
|
350
|
+
},
|
|
351
|
+
AmortizacionesCapitalEfectoCorriente: {
|
|
352
|
+
Gestion1: 0,
|
|
353
|
+
Gestion2: 0,
|
|
354
|
+
Gestion3: 0,
|
|
355
|
+
Gestion4: 0,
|
|
356
|
+
Gestion5: 0,
|
|
357
|
+
Gestion6: 0,
|
|
358
|
+
Gestion7: 0,
|
|
359
|
+
Gestion8: 0,
|
|
360
|
+
Gestion9: -300000,
|
|
361
|
+
Gestion10: 0,
|
|
362
|
+
Gestion11: 0,
|
|
363
|
+
Gestion12: 0
|
|
364
|
+
},
|
|
365
|
+
AmortizacionesCapitalCuotaFinal: {
|
|
366
|
+
Gestion1: 300000,
|
|
367
|
+
Gestion2: 300000,
|
|
368
|
+
Gestion3: 300000,
|
|
369
|
+
Gestion4: 300000,
|
|
370
|
+
Gestion5: 300000,
|
|
371
|
+
Gestion6: 300000,
|
|
372
|
+
Gestion7: 300000,
|
|
373
|
+
Gestion8: 300000,
|
|
374
|
+
Gestion9: 0,
|
|
375
|
+
Gestion10: 0,
|
|
376
|
+
Gestion11: 0,
|
|
377
|
+
Gestion12: 0
|
|
378
|
+
},
|
|
379
|
+
CuadroEfectoExposicion: {
|
|
380
|
+
Gestion1: 2400000,
|
|
381
|
+
Gestion2: 2100000,
|
|
382
|
+
Gestion3: 1800000,
|
|
383
|
+
Gestion4: 1500000,
|
|
384
|
+
Gestion5: 1200000,
|
|
385
|
+
Gestion6: 900000,
|
|
386
|
+
Gestion7: 600000,
|
|
387
|
+
Gestion8: 300000,
|
|
388
|
+
Gestion9: 0,
|
|
389
|
+
Gestion10: 0,
|
|
390
|
+
Gestion11: 0,
|
|
391
|
+
Gestion12: 0
|
|
392
|
+
},
|
|
393
|
+
CuadroEfectoLinea: {},
|
|
394
|
+
Descripcion: 'Deuda largo plazo 1',
|
|
395
|
+
MontoOriginal: 2700000,
|
|
396
|
+
Plazo: 9,
|
|
397
|
+
Tasa: 6,
|
|
398
|
+
AnnoProyectadoInicio: 1,
|
|
399
|
+
EsNuestroBanco: true,
|
|
400
|
+
FechaDesembolso: '2024-03-11T04:00:00.000Z',
|
|
401
|
+
MesesPorcionPagada: 12,
|
|
402
|
+
PorcionPagada: 300000,
|
|
403
|
+
CuotasPagadas: 12
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
TipoExistencia: 'EXISTENTE',
|
|
407
|
+
TipoFacilidad: 'VARIABLE',
|
|
408
|
+
TipoPeriodicidadId: 'TRIMESTRAL',
|
|
409
|
+
DestinoOperacionId: 'KO',
|
|
410
|
+
UUID: '5e817afb-d394-4bcd-9938-29aee49be313',
|
|
411
|
+
IndicadorABM: 'A',
|
|
412
|
+
PorcionesNoCorrientes: {
|
|
413
|
+
Gestion1: 83333.25,
|
|
414
|
+
Gestion2: 0,
|
|
415
|
+
Gestion3: 0,
|
|
416
|
+
Gestion4: 0,
|
|
417
|
+
Gestion5: 0,
|
|
418
|
+
Gestion6: 0,
|
|
419
|
+
Gestion7: 0,
|
|
420
|
+
Gestion8: 0,
|
|
421
|
+
Gestion9: 0,
|
|
422
|
+
Gestion10: 0,
|
|
423
|
+
Gestion11: 0,
|
|
424
|
+
Gestion12: 0
|
|
425
|
+
},
|
|
426
|
+
AmortizacionesInteres: {
|
|
427
|
+
Gestion1: 13333.32,
|
|
428
|
+
Gestion2: 14999.984999999999,
|
|
429
|
+
Gestion3: 4999.995,
|
|
430
|
+
Gestion4: 0,
|
|
431
|
+
Gestion5: 0,
|
|
432
|
+
Gestion6: 0,
|
|
433
|
+
Gestion7: 0,
|
|
434
|
+
Gestion8: 0,
|
|
435
|
+
Gestion9: 0,
|
|
436
|
+
Gestion10: 0,
|
|
437
|
+
Gestion11: 0,
|
|
438
|
+
Gestion12: 0
|
|
439
|
+
},
|
|
440
|
+
PlazoRemanenteAños: 2,
|
|
441
|
+
AmortizacionesCapital: {
|
|
442
|
+
Gestion1: 166666.5,
|
|
443
|
+
Gestion2: 166666.5
|
|
444
|
+
},
|
|
445
|
+
Plazos: {
|
|
446
|
+
Gestion1: 2,
|
|
447
|
+
Gestion2: 1
|
|
448
|
+
},
|
|
449
|
+
AmortizacionesCapitalEfectoCorriente: {
|
|
450
|
+
Gestion1: 0,
|
|
451
|
+
Gestion2: -83333.25,
|
|
452
|
+
Gestion3: 0,
|
|
453
|
+
Gestion4: 0,
|
|
454
|
+
Gestion5: 0,
|
|
455
|
+
Gestion6: 0,
|
|
456
|
+
Gestion7: 0,
|
|
457
|
+
Gestion8: 0,
|
|
458
|
+
Gestion9: 0,
|
|
459
|
+
Gestion10: 0,
|
|
460
|
+
Gestion11: 0,
|
|
461
|
+
Gestion12: 0
|
|
462
|
+
},
|
|
463
|
+
AmortizacionesCapitalCuotaFinal: {
|
|
464
|
+
Gestion1: 166666.5,
|
|
465
|
+
Gestion2: 83333.25,
|
|
466
|
+
Gestion3: 0,
|
|
467
|
+
Gestion4: 0,
|
|
468
|
+
Gestion5: 0,
|
|
469
|
+
Gestion6: 0,
|
|
470
|
+
Gestion7: 0,
|
|
471
|
+
Gestion8: 0,
|
|
472
|
+
Gestion9: 0,
|
|
473
|
+
Gestion10: 0,
|
|
474
|
+
Gestion11: 0,
|
|
475
|
+
Gestion12: 0
|
|
476
|
+
},
|
|
477
|
+
CuadroEfectoExposicion: {
|
|
478
|
+
Gestion1: 249999.75,
|
|
479
|
+
Gestion2: 83333.25,
|
|
480
|
+
Gestion3: 0,
|
|
481
|
+
Gestion4: 0,
|
|
482
|
+
Gestion5: 0,
|
|
483
|
+
Gestion6: 0,
|
|
484
|
+
Gestion7: 0,
|
|
485
|
+
Gestion8: 0,
|
|
486
|
+
Gestion9: 0,
|
|
487
|
+
Gestion10: 0,
|
|
488
|
+
Gestion11: 0,
|
|
489
|
+
Gestion12: 0
|
|
490
|
+
},
|
|
491
|
+
CuadroEfectoLinea: {},
|
|
492
|
+
Descripcion: 'Deuda largo plazo 2',
|
|
493
|
+
MontoOriginal: 333333,
|
|
494
|
+
Plazo: 2,
|
|
495
|
+
Tasa: 6,
|
|
496
|
+
AnnoProyectadoInicio: 1,
|
|
497
|
+
FechaDesembolso: '2024-07-11T04:00:00.000Z',
|
|
498
|
+
MesesPorcionPagada: 8,
|
|
499
|
+
PorcionPagada: 83333.25,
|
|
500
|
+
CuotasPagadas: 2
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
TipoExistencia: 'EXISTENTE',
|
|
504
|
+
TipoFacilidad: 'FIJA',
|
|
505
|
+
TipoPeriodicidadId: 'ANUAL',
|
|
506
|
+
DestinoOperacionId: 'KI',
|
|
507
|
+
UUID: '224259d2-6cd4-467c-abc7-618412435d1a',
|
|
508
|
+
IndicadorABM: 'A',
|
|
509
|
+
PorcionesNoCorrientes: {
|
|
510
|
+
Gestion1: 0,
|
|
511
|
+
Gestion2: 0,
|
|
512
|
+
Gestion3: 1541513.72,
|
|
513
|
+
Gestion4: 1320518.26,
|
|
514
|
+
Gestion5: 1086263.07,
|
|
515
|
+
Gestion6: 837952.5700000001,
|
|
516
|
+
Gestion7: 574743.44,
|
|
517
|
+
Gestion8: 295741.76999999996,
|
|
518
|
+
Gestion9: 208486.27000000002,
|
|
519
|
+
Gestion10: -0.01,
|
|
520
|
+
Gestion11: -0.01,
|
|
521
|
+
Gestion12: -0.01
|
|
522
|
+
},
|
|
523
|
+
AmortizacionesInteres: {
|
|
524
|
+
Gestion1: 105000,
|
|
525
|
+
Gestion3: 92490.8232,
|
|
526
|
+
Gestion4: 81471.92730777523,
|
|
527
|
+
Gestion5: 69791.89766201697,
|
|
528
|
+
Gestion6: 57411.066237513216,
|
|
529
|
+
Gestion7: 44287.384927539235,
|
|
530
|
+
Gestion8: 30376.282738966824,
|
|
531
|
+
Gestion9: 15630.514419080058
|
|
532
|
+
},
|
|
533
|
+
PlazoRemanenteAños: 7,
|
|
534
|
+
AmortizacionesCapital: {
|
|
535
|
+
Gestion3: 208486.28,
|
|
536
|
+
Gestion4: 220995.46,
|
|
537
|
+
Gestion5: 234255.19,
|
|
538
|
+
Gestion6: 248310.5,
|
|
539
|
+
Gestion7: 263209.13,
|
|
540
|
+
Gestion8: 279001.67,
|
|
541
|
+
Gestion9: 295741.78
|
|
542
|
+
},
|
|
543
|
+
Plazos: {
|
|
544
|
+
Gestion3: 7,
|
|
545
|
+
Gestion4: 6,
|
|
546
|
+
Gestion5: 5,
|
|
547
|
+
Gestion6: 4,
|
|
548
|
+
Gestion7: 3,
|
|
549
|
+
Gestion8: 2,
|
|
550
|
+
Gestion9: 1
|
|
551
|
+
},
|
|
552
|
+
AmortizacionesCapitalEfectoCorriente: {
|
|
553
|
+
Gestion1: 0,
|
|
554
|
+
Gestion2: 0,
|
|
555
|
+
Gestion3: 0,
|
|
556
|
+
Gestion4: 0,
|
|
557
|
+
Gestion5: 0,
|
|
558
|
+
Gestion6: 0,
|
|
559
|
+
Gestion7: 0,
|
|
560
|
+
Gestion8: 0,
|
|
561
|
+
Gestion9: -208486.28,
|
|
562
|
+
Gestion10: 0,
|
|
563
|
+
Gestion11: 0,
|
|
564
|
+
Gestion12: 0
|
|
565
|
+
},
|
|
566
|
+
AmortizacionesCapitalCuotaFinal: {
|
|
567
|
+
Gestion1: 0,
|
|
568
|
+
Gestion2: 0,
|
|
569
|
+
Gestion3: 208486.28,
|
|
570
|
+
Gestion4: 220995.46,
|
|
571
|
+
Gestion5: 234255.19,
|
|
572
|
+
Gestion6: 248310.5,
|
|
573
|
+
Gestion7: 263209.13,
|
|
574
|
+
Gestion8: 279001.67,
|
|
575
|
+
Gestion9: 87255.5,
|
|
576
|
+
Gestion10: 0,
|
|
577
|
+
Gestion11: 0,
|
|
578
|
+
Gestion12: 0
|
|
579
|
+
},
|
|
580
|
+
CuadroEfectoExposicion: {
|
|
581
|
+
Gestion1: 0,
|
|
582
|
+
Gestion2: 0,
|
|
583
|
+
Gestion3: 1750000,
|
|
584
|
+
Gestion4: 1541513.72,
|
|
585
|
+
Gestion5: 1320518.26,
|
|
586
|
+
Gestion6: 1086263.07,
|
|
587
|
+
Gestion7: 837952.57,
|
|
588
|
+
Gestion8: 574743.44,
|
|
589
|
+
Gestion9: 295741.77,
|
|
590
|
+
Gestion10: -0.01,
|
|
591
|
+
Gestion11: -0.01,
|
|
592
|
+
Gestion12: -0.01
|
|
593
|
+
},
|
|
594
|
+
CuadroEfectoLinea: {},
|
|
595
|
+
Descripcion: 'Deuda largo plazo 3',
|
|
596
|
+
MontoOriginal: 1750000,
|
|
597
|
+
Plazo: 7,
|
|
598
|
+
Tasa: 6,
|
|
599
|
+
AnnoProyectadoInicio: 3,
|
|
600
|
+
EsNuestroBanco: true,
|
|
601
|
+
FechaDesembolso: '2024-03-11T04:00:00.000Z',
|
|
602
|
+
MesesPorcionPagada: 12,
|
|
603
|
+
PorcionPagada: 208486.28,
|
|
604
|
+
CuotasPagadas: 1
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
TipoExistencia: 'NUEVA',
|
|
608
|
+
TipoFacilidad: 'FIJA',
|
|
609
|
+
TipoPeriodicidadId: 'MENSUAL',
|
|
610
|
+
DestinoOperacionId: 'KI',
|
|
611
|
+
UUID: '4678a465-ff09-4c72-8a36-088d35ca72fc',
|
|
612
|
+
IndicadorABM: 'A',
|
|
613
|
+
PorcionesNoCorrientes: {
|
|
614
|
+
Gestion1: 2469590.5,
|
|
615
|
+
Gestion2: 1906466.5,
|
|
616
|
+
Gestion3: 1308610.24,
|
|
617
|
+
Gestion4: 673879.52,
|
|
618
|
+
Gestion5: 350067.59,
|
|
619
|
+
Gestion6: 0,
|
|
620
|
+
Gestion7: 0,
|
|
621
|
+
Gestion8: 0,
|
|
622
|
+
Gestion9: 0,
|
|
623
|
+
Gestion10: 0,
|
|
624
|
+
Gestion11: 0,
|
|
625
|
+
Gestion12: 0
|
|
626
|
+
},
|
|
627
|
+
AmortizacionesInteres: {
|
|
628
|
+
Gestion1: 120000,
|
|
629
|
+
Gestion2: 143979.95037793982,
|
|
630
|
+
Gestion3: 109933.74244843221,
|
|
631
|
+
Gestion4: 73787.6389115488,
|
|
632
|
+
Gestion5: 35412.12280108274,
|
|
633
|
+
Gestion6: 2871.1727540759316
|
|
634
|
+
},
|
|
635
|
+
PlazoRemanenteAños: 5,
|
|
636
|
+
AmortizacionesCapital: {
|
|
637
|
+
Gestion1: 530409.5,
|
|
638
|
+
Gestion2: 563124,
|
|
639
|
+
Gestion3: 597856.26,
|
|
640
|
+
Gestion4: 634730.72,
|
|
641
|
+
Gestion5: 673879.52
|
|
642
|
+
},
|
|
643
|
+
Plazos: {
|
|
644
|
+
Gestion1: 5,
|
|
645
|
+
Gestion2: 4,
|
|
646
|
+
Gestion3: 3,
|
|
647
|
+
Gestion4: 2,
|
|
648
|
+
Gestion5: 1
|
|
649
|
+
},
|
|
650
|
+
AmortizacionesCapitalEfectoCorriente: {
|
|
651
|
+
Gestion1: 0,
|
|
652
|
+
Gestion2: 0,
|
|
653
|
+
Gestion3: 0,
|
|
654
|
+
Gestion4: 0,
|
|
655
|
+
Gestion5: -350067.59,
|
|
656
|
+
Gestion6: 0,
|
|
657
|
+
Gestion7: 0,
|
|
658
|
+
Gestion8: 0,
|
|
659
|
+
Gestion9: 0,
|
|
660
|
+
Gestion10: 0,
|
|
661
|
+
Gestion11: 0,
|
|
662
|
+
Gestion12: 0
|
|
663
|
+
},
|
|
664
|
+
AmortizacionesCapitalCuotaFinal: {
|
|
665
|
+
Gestion1: 530409.5,
|
|
666
|
+
Gestion2: 563124,
|
|
667
|
+
Gestion3: 597856.26,
|
|
668
|
+
Gestion4: 634730.72,
|
|
669
|
+
Gestion5: 323811.93,
|
|
670
|
+
Gestion6: 0,
|
|
671
|
+
Gestion7: 0,
|
|
672
|
+
Gestion8: 0,
|
|
673
|
+
Gestion9: 0,
|
|
674
|
+
Gestion10: 0,
|
|
675
|
+
Gestion11: 0,
|
|
676
|
+
Gestion12: 0
|
|
677
|
+
},
|
|
678
|
+
CuadroEfectoExposicion: {
|
|
679
|
+
Gestion1: 3000000,
|
|
680
|
+
Gestion2: 2469590.5,
|
|
681
|
+
Gestion3: 1906466.5,
|
|
682
|
+
Gestion4: 1308610.24,
|
|
683
|
+
Gestion5: 673879.52,
|
|
684
|
+
Gestion6: 0,
|
|
685
|
+
Gestion7: 0,
|
|
686
|
+
Gestion8: 0,
|
|
687
|
+
Gestion9: 0,
|
|
688
|
+
Gestion10: 0,
|
|
689
|
+
Gestion11: 0,
|
|
690
|
+
Gestion12: 0
|
|
691
|
+
},
|
|
692
|
+
CuadroEfectoLinea: {},
|
|
693
|
+
Descripcion: 'Deuda largo plazo 4',
|
|
694
|
+
MontoOriginal: 3000000,
|
|
695
|
+
Plazo: 5,
|
|
696
|
+
Tasa: 6,
|
|
697
|
+
AnnoProyectadoInicio: 1,
|
|
698
|
+
EsNuestroBanco: true,
|
|
699
|
+
FechaDesembolso: '2024-07-11T04:00:00.000Z',
|
|
700
|
+
MesesPorcionPagada: 8,
|
|
701
|
+
PorcionPagada: 350067.59,
|
|
702
|
+
CuotasPagadas: 8
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
PrestamoBajoLinea: [
|
|
706
|
+
{
|
|
707
|
+
TipoExistencia: 'EXISTENTE',
|
|
708
|
+
UUID: '22412062-67f4-44b2-a5d8-be0386f977f2',
|
|
709
|
+
IndicadorABM: 'A',
|
|
710
|
+
Proyecciones: {
|
|
711
|
+
Gestion1: 5000000,
|
|
712
|
+
Gestion2: 5000000,
|
|
713
|
+
Gestion3: 5000000,
|
|
714
|
+
Gestion4: 5000000,
|
|
715
|
+
Gestion5: 5000000,
|
|
716
|
+
Gestion6: 5000000,
|
|
717
|
+
Gestion7: 5000000,
|
|
718
|
+
Gestion8: 5000000
|
|
719
|
+
},
|
|
720
|
+
Aplicaciones: {
|
|
721
|
+
Gestion1: 500000,
|
|
722
|
+
Gestion2: 0,
|
|
723
|
+
Gestion3: 0,
|
|
724
|
+
Gestion4: 0,
|
|
725
|
+
Gestion5: 0,
|
|
726
|
+
Gestion6: 0,
|
|
727
|
+
Gestion7: 0,
|
|
728
|
+
Gestion8: 0,
|
|
729
|
+
Gestion9: -5000000,
|
|
730
|
+
Gestion10: 0,
|
|
731
|
+
Gestion11: 0,
|
|
732
|
+
Gestion12: 0
|
|
733
|
+
},
|
|
734
|
+
CantidadAnnos: 8,
|
|
735
|
+
TasaPonderada: 3.66,
|
|
736
|
+
SaldoLineaAplicar: 500000,
|
|
737
|
+
Descripcion: 'Linea de Cr[edito - BDP SAM',
|
|
738
|
+
MontoOriginal: 5000000,
|
|
739
|
+
MontoUtilizado: 4500000,
|
|
740
|
+
Tasa: 6,
|
|
741
|
+
VencimientoLinea: '2032-11-11T04:00:00.000Z'
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
TipoExistencia: 'EXISTENTE',
|
|
745
|
+
UUID: '34f2dce7-7a34-49ae-9e06-29ee96241add',
|
|
746
|
+
IndicadorABM: 'A',
|
|
747
|
+
Proyecciones: {
|
|
748
|
+
Gestion1: 2000000,
|
|
749
|
+
Gestion2: 2000000,
|
|
750
|
+
Gestion3: 2000000,
|
|
751
|
+
Gestion4: 2000000
|
|
752
|
+
},
|
|
753
|
+
Aplicaciones: {
|
|
754
|
+
Gestion1: 2000000,
|
|
755
|
+
Gestion2: 0,
|
|
756
|
+
Gestion3: 0,
|
|
757
|
+
Gestion4: 0,
|
|
758
|
+
Gestion5: -2000000,
|
|
759
|
+
Gestion6: 0,
|
|
760
|
+
Gestion7: 0,
|
|
761
|
+
Gestion8: 0,
|
|
762
|
+
Gestion9: 0,
|
|
763
|
+
Gestion10: 0,
|
|
764
|
+
Gestion11: 0,
|
|
765
|
+
Gestion12: 0
|
|
766
|
+
},
|
|
767
|
+
CantidadAnnos: 4,
|
|
768
|
+
TasaPonderada: 1.46,
|
|
769
|
+
SaldoLineaAplicar: 2000000,
|
|
770
|
+
Descripcion: 'Linea de Crédito - BNB',
|
|
771
|
+
MontoOriginal: 2000000,
|
|
772
|
+
Tasa: 6,
|
|
773
|
+
VencimientoLinea: '2028-11-11T04:00:00.000Z'
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
TipoExistencia: 'NUEVA',
|
|
777
|
+
UUID: '770fdfd8-12de-4e6d-9c46-32dd3513e9a3',
|
|
778
|
+
IndicadorABM: 'A',
|
|
779
|
+
Proyecciones: {
|
|
780
|
+
Gestion1: 1200000,
|
|
781
|
+
Gestion2: 1200000,
|
|
782
|
+
Gestion3: 1200000,
|
|
783
|
+
Gestion4: 1200000,
|
|
784
|
+
Gestion5: 1200000
|
|
785
|
+
},
|
|
786
|
+
Aplicaciones: {
|
|
787
|
+
Gestion1: 1200000,
|
|
788
|
+
Gestion2: 0,
|
|
789
|
+
Gestion3: 0,
|
|
790
|
+
Gestion4: 0,
|
|
791
|
+
Gestion5: 0,
|
|
792
|
+
Gestion6: -1200000,
|
|
793
|
+
Gestion7: 0,
|
|
794
|
+
Gestion8: 0,
|
|
795
|
+
Gestion9: 0,
|
|
796
|
+
Gestion10: 0,
|
|
797
|
+
Gestion11: 0,
|
|
798
|
+
Gestion12: 0
|
|
799
|
+
},
|
|
800
|
+
CantidadAnnos: 5,
|
|
801
|
+
TasaPonderada: 0.73,
|
|
802
|
+
SaldoLineaAplicar: 700000,
|
|
803
|
+
Descripcion: 'Linea de Crédito - BMSC',
|
|
804
|
+
MontoOriginal: 1200000,
|
|
805
|
+
MontoUtilizado: 500000,
|
|
806
|
+
Plazo: 5,
|
|
807
|
+
Tasa: 5
|
|
808
|
+
}
|
|
809
|
+
],
|
|
810
|
+
PrestamoLeasing: [
|
|
811
|
+
{
|
|
812
|
+
TipoAmortizacion: 'TRIMESTRAL',
|
|
813
|
+
TipoOperacion: 'LEASING',
|
|
814
|
+
TipoOperacion2: 'ANTIGUA',
|
|
815
|
+
UUID: 'eb3c0d33-b97b-4ccd-ae21-5a31e0aee456',
|
|
816
|
+
IndicadorABM: 'A',
|
|
817
|
+
Plazos: {
|
|
818
|
+
Gestion1: 9,
|
|
819
|
+
Gestion2: 8,
|
|
820
|
+
Gestion3: 7,
|
|
821
|
+
Gestion4: 6,
|
|
822
|
+
Gestion5: 5,
|
|
823
|
+
Gestion6: 4,
|
|
824
|
+
Gestion7: 3,
|
|
825
|
+
Gestion8: 2,
|
|
826
|
+
Gestion9: 1
|
|
827
|
+
},
|
|
828
|
+
PlazosMultiplicados: {
|
|
829
|
+
Gestion1: 4,
|
|
830
|
+
Gestion2: 8,
|
|
831
|
+
Gestion3: 12,
|
|
832
|
+
Gestion4: 16,
|
|
833
|
+
Gestion5: 20,
|
|
834
|
+
Gestion6: 24,
|
|
835
|
+
Gestion7: 28,
|
|
836
|
+
Gestion8: 32,
|
|
837
|
+
Gestion9: 36,
|
|
838
|
+
Gestion10: 40,
|
|
839
|
+
Gestion11: 44,
|
|
840
|
+
Gestion12: 48
|
|
841
|
+
},
|
|
842
|
+
AmortizacionesCapital: {
|
|
843
|
+
Gestion1: 85969.07,
|
|
844
|
+
Gestion2: 111377.22,
|
|
845
|
+
Gestion3: 144294.75,
|
|
846
|
+
Gestion4: 186941.05,
|
|
847
|
+
Gestion5: 242191.46,
|
|
848
|
+
Gestion6: 313771.13,
|
|
849
|
+
Gestion7: 406506.17,
|
|
850
|
+
Gestion8: 526649.03,
|
|
851
|
+
Gestion9: 682300.12
|
|
852
|
+
},
|
|
853
|
+
AmortizacionesCapitalFinal: {
|
|
854
|
+
Gestion1: 85969.07,
|
|
855
|
+
Gestion2: 111377.22,
|
|
856
|
+
Gestion3: 144294.75,
|
|
857
|
+
Gestion4: 186941.05,
|
|
858
|
+
Gestion5: 242191.46,
|
|
859
|
+
Gestion6: 313771.13,
|
|
860
|
+
Gestion7: 406506.17,
|
|
861
|
+
Gestion8: 526649.03,
|
|
862
|
+
Gestion9: 697300.12,
|
|
863
|
+
Gestion10: 0,
|
|
864
|
+
Gestion11: 0,
|
|
865
|
+
Gestion12: 0
|
|
866
|
+
},
|
|
867
|
+
AmortizacionesInteres: {
|
|
868
|
+
Gestion1: 714090.88,
|
|
869
|
+
Gestion2: 688682.73,
|
|
870
|
+
Gestion3: 655765.2,
|
|
871
|
+
Gestion4: 613118.9,
|
|
872
|
+
Gestion5: 557868.49,
|
|
873
|
+
Gestion6: 486288.82,
|
|
874
|
+
Gestion7: 393553.78,
|
|
875
|
+
Gestion8: 273410.92,
|
|
876
|
+
Gestion9: 117759.83
|
|
877
|
+
},
|
|
878
|
+
PorcionesNoCorrientes: {
|
|
879
|
+
Gestion1: 5614940.05,
|
|
880
|
+
Gestion2: 4814940.05,
|
|
881
|
+
Gestion3: 4014940.05,
|
|
882
|
+
Gestion4: 3214940.05,
|
|
883
|
+
Gestion5: 2414940.05,
|
|
884
|
+
Gestion6: 1614940.05,
|
|
885
|
+
Gestion7: 814940.05,
|
|
886
|
+
Gestion8: -59.95,
|
|
887
|
+
Gestion9: 0
|
|
888
|
+
},
|
|
889
|
+
ActivacionOperacion: 2815000,
|
|
890
|
+
PorcionesCorrientes: {
|
|
891
|
+
Gestion1: 800059.95,
|
|
892
|
+
Gestion2: 800059.95,
|
|
893
|
+
Gestion3: 800059.95,
|
|
894
|
+
Gestion4: 800059.95,
|
|
895
|
+
Gestion5: 800059.95,
|
|
896
|
+
Gestion6: 800059.95,
|
|
897
|
+
Gestion7: 800059.95,
|
|
898
|
+
Gestion8: 815059.95,
|
|
899
|
+
Gestion9: 0,
|
|
900
|
+
Gestion10: 0,
|
|
901
|
+
Gestion11: 0,
|
|
902
|
+
Gestion12: 0
|
|
903
|
+
},
|
|
904
|
+
Descripcion: 'Leasing 1',
|
|
905
|
+
MontoOriginal: 2700000,
|
|
906
|
+
Tasa: 26.74735164159241,
|
|
907
|
+
Plazo: 9,
|
|
908
|
+
AnnoProyectadoInicio: 1,
|
|
909
|
+
MontoCuotaPeriodo: 200000,
|
|
910
|
+
MontoAporteInicial: 100000,
|
|
911
|
+
MontoValorResidual: 15000
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
TipoAmortizacion: 'MENSUAL',
|
|
915
|
+
TipoOperacion: 'LEASEBACK',
|
|
916
|
+
TipoOperacion2: 'NUEVA',
|
|
917
|
+
UUID: 'f7bed731-0571-4cac-97c0-8283d4358847',
|
|
918
|
+
IndicadorABM: 'A',
|
|
919
|
+
Plazos: {
|
|
920
|
+
Gestion2: 4,
|
|
921
|
+
Gestion3: 3,
|
|
922
|
+
Gestion4: 2,
|
|
923
|
+
Gestion5: 1
|
|
924
|
+
},
|
|
925
|
+
PlazosMultiplicados: {
|
|
926
|
+
Gestion1: 0,
|
|
927
|
+
Gestion2: 12,
|
|
928
|
+
Gestion3: 24,
|
|
929
|
+
Gestion4: 36,
|
|
930
|
+
Gestion5: 48,
|
|
931
|
+
Gestion6: 60,
|
|
932
|
+
Gestion7: 72,
|
|
933
|
+
Gestion8: 84,
|
|
934
|
+
Gestion9: 96,
|
|
935
|
+
Gestion10: 108,
|
|
936
|
+
Gestion11: 120,
|
|
937
|
+
Gestion12: 132
|
|
938
|
+
},
|
|
939
|
+
AmortizacionesCapital: {
|
|
940
|
+
Gestion2: 153004.02,
|
|
941
|
+
Gestion3: 225436.25,
|
|
942
|
+
Gestion4: 332157.95,
|
|
943
|
+
Gestion5: 489401.78
|
|
944
|
+
},
|
|
945
|
+
AmortizacionesCapitalFinal: {
|
|
946
|
+
Gestion1: 0,
|
|
947
|
+
Gestion2: 153004.02,
|
|
948
|
+
Gestion3: 225436.25,
|
|
949
|
+
Gestion4: 332157.95,
|
|
950
|
+
Gestion5: 489401.78,
|
|
951
|
+
Gestion6: 0,
|
|
952
|
+
Gestion7: 0,
|
|
953
|
+
Gestion8: 0,
|
|
954
|
+
Gestion9: 0,
|
|
955
|
+
Gestion10: 0,
|
|
956
|
+
Gestion11: 0,
|
|
957
|
+
Gestion12: 0
|
|
958
|
+
},
|
|
959
|
+
AmortizacionesInteres: {
|
|
960
|
+
Gestion2: 446985.19,
|
|
961
|
+
Gestion3: 374552.97,
|
|
962
|
+
Gestion4: 267831.27,
|
|
963
|
+
Gestion5: 110587.43
|
|
964
|
+
},
|
|
965
|
+
PorcionesNoCorrientes: {
|
|
966
|
+
Gestion2: 1800010.79,
|
|
967
|
+
Gestion3: 1200010.78,
|
|
968
|
+
Gestion4: 600010.78,
|
|
969
|
+
Gestion5: 10.79
|
|
970
|
+
},
|
|
971
|
+
ActivacionOperacion: 1220000,
|
|
972
|
+
PorcionesCorrientes: {
|
|
973
|
+
Gestion1: 0,
|
|
974
|
+
Gestion2: 599989.21,
|
|
975
|
+
Gestion3: 599989.22,
|
|
976
|
+
Gestion4: 599989.22,
|
|
977
|
+
Gestion5: 599989.21,
|
|
978
|
+
Gestion6: 0,
|
|
979
|
+
Gestion7: 0,
|
|
980
|
+
Gestion8: 0,
|
|
981
|
+
Gestion9: 0,
|
|
982
|
+
Gestion10: 0,
|
|
983
|
+
Gestion11: 0,
|
|
984
|
+
Gestion12: 0
|
|
985
|
+
},
|
|
986
|
+
Descripcion: 'Leasing 2',
|
|
987
|
+
MontoOriginal: 1200000,
|
|
988
|
+
Tasa: 39.39120174250084,
|
|
989
|
+
Plazo: 4,
|
|
990
|
+
AnnoProyectadoInicio: 2,
|
|
991
|
+
MontoCuotaPeriodo: 50000,
|
|
992
|
+
MontoAporteInicial: 20000
|
|
993
|
+
}
|
|
994
|
+
],
|
|
995
|
+
LineasMixtasBDP: [
|
|
996
|
+
{
|
|
997
|
+
Descripcion: 'BDP 1',
|
|
998
|
+
TipoExistencia: 'NUEVA',
|
|
999
|
+
RubroId: 'DESCP',
|
|
1000
|
+
CodigoConcepto: 2,
|
|
1001
|
+
UUID: '3ad0d765-a299-418b-9b84-80baf7add16b',
|
|
1002
|
+
IndicadorABM: 'A'
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
Descripcion:
|
|
1006
|
+
'Vencimiento Corriente de Deuda de Largo Plazo',
|
|
1007
|
+
RubroId: 'VCLP',
|
|
1008
|
+
CodigoConcepto: 2,
|
|
1009
|
+
UUID: 'b3fad95b-784c-4b06-ad78-064794608817',
|
|
1010
|
+
IndicadorABM: 'A',
|
|
1011
|
+
Gestion1: 500000,
|
|
1012
|
+
Gestion2: 500000,
|
|
1013
|
+
Gestion3: 500000,
|
|
1014
|
+
Gestion4: 500000,
|
|
1015
|
+
Gestion5: 500000,
|
|
1016
|
+
Gestion6: 500000,
|
|
1017
|
+
Gestion7: 500000,
|
|
1018
|
+
Gestion8: 500000,
|
|
1019
|
+
Gestion9: 500000,
|
|
1020
|
+
Gestion10: 500000
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
Descripcion: 'Deuda Financiera de Largo Plazo',
|
|
1024
|
+
RubroId: 'DFLP',
|
|
1025
|
+
CodigoConcepto: 2,
|
|
1026
|
+
UUID: '13f788c1-88a4-4d05-a42a-f85385ed37c3',
|
|
1027
|
+
IndicadorABM: 'A',
|
|
1028
|
+
Gestion1: 4500000,
|
|
1029
|
+
Gestion2: 4500000,
|
|
1030
|
+
Gestion3: 4500000,
|
|
1031
|
+
Gestion4: 4500000,
|
|
1032
|
+
Gestion5: 4500000,
|
|
1033
|
+
Gestion6: 4500000,
|
|
1034
|
+
Gestion7: 4500000,
|
|
1035
|
+
Gestion8: 4500000,
|
|
1036
|
+
Gestion9: 4500000,
|
|
1037
|
+
Gestion10: 4500000
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
Descripcion: 'Gastos Financieros y Comisiones',
|
|
1041
|
+
RubroId: 'GFC',
|
|
1042
|
+
CodigoConcepto: 2,
|
|
1043
|
+
Tasa: 6,
|
|
1044
|
+
Gestion2: 300000,
|
|
1045
|
+
Gestion3: 300000,
|
|
1046
|
+
Gestion4: 300000,
|
|
1047
|
+
Gestion5: 300000,
|
|
1048
|
+
Gestion6: 300000,
|
|
1049
|
+
Gestion7: 300000,
|
|
1050
|
+
Gestion8: 300000,
|
|
1051
|
+
Gestion9: 300000,
|
|
1052
|
+
Gestion10: 300000,
|
|
1053
|
+
Gestion11: 300000,
|
|
1054
|
+
Gestion12: 0,
|
|
1055
|
+
UUID: '113cb37a-d028-47df-b7d5-e3c38fc553e2',
|
|
1056
|
+
IndicadorABM: 'A',
|
|
1057
|
+
Gestion1: 200000,
|
|
1058
|
+
TipoExistencia: 6
|
|
1059
|
+
}
|
|
1060
|
+
],
|
|
1061
|
+
LineasMixtasOtros: [
|
|
1062
|
+
{
|
|
1063
|
+
Descripcion: 'OTRO 1',
|
|
1064
|
+
TipoExistencia: 'EXISTENTE',
|
|
1065
|
+
RubroId: 'DESCP',
|
|
1066
|
+
CodigoConcepto: 1,
|
|
1067
|
+
UUID: 'fb87baaa-ee77-4a59-9ceb-2d5d570fc55b',
|
|
1068
|
+
IndicadorABM: 'A'
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
Descripcion:
|
|
1072
|
+
'Vencimiento Corriente de Deuda de Largo Plazo',
|
|
1073
|
+
RubroId: 'VCLP',
|
|
1074
|
+
CodigoConcepto: 1,
|
|
1075
|
+
UUID: '55e25829-46c1-48f2-b008-561926cdb57a',
|
|
1076
|
+
IndicadorABM: 'A',
|
|
1077
|
+
Gestion1: 200000,
|
|
1078
|
+
Gestion2: 200000,
|
|
1079
|
+
Gestion3: 200000,
|
|
1080
|
+
Gestion4: 200000,
|
|
1081
|
+
Gestion5: 200000,
|
|
1082
|
+
Gestion6: 200000,
|
|
1083
|
+
Gestion7: 200000,
|
|
1084
|
+
Gestion8: 200000,
|
|
1085
|
+
Gestion9: 200000,
|
|
1086
|
+
Gestion10: 200000
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
Descripcion: 'Deuda Financiera de Largo Plazo',
|
|
1090
|
+
RubroId: 'DFLP',
|
|
1091
|
+
CodigoConcepto: 1,
|
|
1092
|
+
UUID: '1e04db08-0574-42fd-8797-52f401a72d7d',
|
|
1093
|
+
IndicadorABM: 'A',
|
|
1094
|
+
Gestion1: 1800000,
|
|
1095
|
+
Gestion2: 1800000,
|
|
1096
|
+
Gestion3: 1800000,
|
|
1097
|
+
Gestion4: 1800000,
|
|
1098
|
+
Gestion5: 1800000,
|
|
1099
|
+
Gestion6: 1800000,
|
|
1100
|
+
Gestion7: 1800000,
|
|
1101
|
+
Gestion8: 1800000,
|
|
1102
|
+
Gestion9: 1800000,
|
|
1103
|
+
Gestion10: 1800000
|
|
1104
|
+
},
|
|
1105
|
+
{
|
|
1106
|
+
Descripcion: 'Gastos Financieros y Comisiones',
|
|
1107
|
+
RubroId: 'GFC',
|
|
1108
|
+
CodigoConcepto: 1,
|
|
1109
|
+
Tasa: 6,
|
|
1110
|
+
Gestion2: 120000,
|
|
1111
|
+
Gestion3: 120000,
|
|
1112
|
+
Gestion4: 120000,
|
|
1113
|
+
Gestion5: 120000,
|
|
1114
|
+
Gestion6: 120000,
|
|
1115
|
+
Gestion7: 120000,
|
|
1116
|
+
Gestion8: 120000,
|
|
1117
|
+
Gestion9: 120000,
|
|
1118
|
+
Gestion10: 120000,
|
|
1119
|
+
Gestion11: 120000,
|
|
1120
|
+
Gestion12: 0,
|
|
1121
|
+
UUID: '6425d962-f98a-4946-8272-a756f5a7ba88',
|
|
1122
|
+
IndicadorABM: 'A',
|
|
1123
|
+
Gestion1: 90000,
|
|
1124
|
+
TipoExistencia: 6
|
|
1125
|
+
}
|
|
1126
|
+
],
|
|
1127
|
+
ProyeccionPrestamosDirectos: [
|
|
1128
|
+
{
|
|
1129
|
+
Descripcion: 'KO - Porción CP - BDP SAM',
|
|
1130
|
+
Gestion1: 300000,
|
|
1131
|
+
Gestion2: 300000,
|
|
1132
|
+
Gestion3: 300000,
|
|
1133
|
+
Gestion4: 300000,
|
|
1134
|
+
Gestion5: 300000,
|
|
1135
|
+
Gestion6: 300000,
|
|
1136
|
+
Gestion7: 300000,
|
|
1137
|
+
Gestion8: 300000,
|
|
1138
|
+
Gestion9: 300000,
|
|
1139
|
+
Gestion10: 0,
|
|
1140
|
+
Gestion11: 0,
|
|
1141
|
+
Gestion12: 0,
|
|
1142
|
+
UUID: 'd191803c-da2a-4a71-9df5-3d5b50cd4ef9',
|
|
1143
|
+
IndicadorABM: 'N'
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
Descripcion: 'KI - Porción CP - BDP SAM',
|
|
1147
|
+
Gestion1: 530409.5,
|
|
1148
|
+
Gestion2: 563124,
|
|
1149
|
+
Gestion3: 806342.54,
|
|
1150
|
+
Gestion4: 855726.18,
|
|
1151
|
+
Gestion5: 908134.71,
|
|
1152
|
+
Gestion6: 248310.5,
|
|
1153
|
+
Gestion7: 263209.13,
|
|
1154
|
+
Gestion8: 279001.67,
|
|
1155
|
+
Gestion9: 295741.78,
|
|
1156
|
+
Gestion10: 0,
|
|
1157
|
+
Gestion11: 0,
|
|
1158
|
+
Gestion12: 0,
|
|
1159
|
+
UUID: 'd1c9da6a-414f-4f2d-b350-eaed4ce183a5',
|
|
1160
|
+
IndicadorABM: 'N'
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
Descripcion: 'L/C Mixta - Porción CP - BDP SAM',
|
|
1164
|
+
Gestion1: 500000,
|
|
1165
|
+
Gestion2: 500000,
|
|
1166
|
+
Gestion3: 500000,
|
|
1167
|
+
Gestion4: 500000,
|
|
1168
|
+
Gestion5: 500000,
|
|
1169
|
+
Gestion6: 500000,
|
|
1170
|
+
Gestion7: 500000,
|
|
1171
|
+
Gestion8: 500000,
|
|
1172
|
+
Gestion9: 500000,
|
|
1173
|
+
Gestion10: 500000,
|
|
1174
|
+
Gestion11: 0,
|
|
1175
|
+
Gestion12: 0,
|
|
1176
|
+
UUID: '9e9f04c6-fa8d-4c93-b32f-0eb3096d1cc4',
|
|
1177
|
+
IndicadorABM: 'N'
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
Descripcion: 'Porción LP - BDP SAM',
|
|
1181
|
+
Gestion1: 9069590.5,
|
|
1182
|
+
Gestion2: 8206466.5,
|
|
1183
|
+
Gestion3: 8850123.96,
|
|
1184
|
+
Gestion4: 7694397.779999999,
|
|
1185
|
+
Gestion5: 6836330.66,
|
|
1186
|
+
Gestion6: 5937952.57,
|
|
1187
|
+
Gestion7: 5374743.4399999995,
|
|
1188
|
+
Gestion8: 4795741.77,
|
|
1189
|
+
Gestion9: 4708486.27,
|
|
1190
|
+
Gestion10: 4499999.99,
|
|
1191
|
+
Gestion11: -0.01,
|
|
1192
|
+
Gestion12: -0.01,
|
|
1193
|
+
UUID: '5731e266-997b-4267-b839-3aa6bfefae12',
|
|
1194
|
+
IndicadorABM: 'N'
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
Descripcion: 'KO - Porción CP - Otras EIFs',
|
|
1198
|
+
Gestion1: 166666.5,
|
|
1199
|
+
Gestion2: 166666.5,
|
|
1200
|
+
Gestion3: 0,
|
|
1201
|
+
Gestion4: 0,
|
|
1202
|
+
Gestion5: 0,
|
|
1203
|
+
Gestion6: 0,
|
|
1204
|
+
Gestion7: 0,
|
|
1205
|
+
Gestion8: 0,
|
|
1206
|
+
Gestion9: 0,
|
|
1207
|
+
Gestion10: 0,
|
|
1208
|
+
Gestion11: 0,
|
|
1209
|
+
Gestion12: 0,
|
|
1210
|
+
UUID: 'dab363dc-09ed-4a81-9b51-db2601e7f9a8',
|
|
1211
|
+
IndicadorABM: 'N'
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
Descripcion: 'KI - Porción CP - Otras EIFs',
|
|
1215
|
+
Gestion1: 0,
|
|
1216
|
+
Gestion2: 0,
|
|
1217
|
+
Gestion3: 0,
|
|
1218
|
+
Gestion4: 0,
|
|
1219
|
+
Gestion5: 0,
|
|
1220
|
+
Gestion6: 0,
|
|
1221
|
+
Gestion7: 0,
|
|
1222
|
+
Gestion8: 0,
|
|
1223
|
+
Gestion9: 0,
|
|
1224
|
+
Gestion10: 0,
|
|
1225
|
+
Gestion11: 0,
|
|
1226
|
+
Gestion12: 0,
|
|
1227
|
+
UUID: '24fdceda-d33a-4d56-bae4-cfaf28221a0b',
|
|
1228
|
+
IndicadorABM: 'N'
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
Descripcion: 'Otros - Porción CP - Otras EIFs',
|
|
1232
|
+
Gestion1: 0,
|
|
1233
|
+
Gestion2: 0,
|
|
1234
|
+
Gestion3: 0,
|
|
1235
|
+
Gestion4: 0,
|
|
1236
|
+
Gestion5: 0,
|
|
1237
|
+
Gestion6: 0,
|
|
1238
|
+
Gestion7: 0,
|
|
1239
|
+
Gestion8: 0,
|
|
1240
|
+
Gestion9: 0,
|
|
1241
|
+
Gestion10: 0,
|
|
1242
|
+
Gestion11: 0,
|
|
1243
|
+
Gestion12: 0,
|
|
1244
|
+
UUID: '8404b69f-bac0-42aa-a9a7-7d3b1a73761a',
|
|
1245
|
+
IndicadorABM: 'N'
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
Descripcion: 'L/C Mixta - Porción CP - Otras EIFs',
|
|
1249
|
+
Gestion1: 200000,
|
|
1250
|
+
Gestion2: 200000,
|
|
1251
|
+
Gestion3: 200000,
|
|
1252
|
+
Gestion4: 200000,
|
|
1253
|
+
Gestion5: 200000,
|
|
1254
|
+
Gestion6: 200000,
|
|
1255
|
+
Gestion7: 200000,
|
|
1256
|
+
Gestion8: 200000,
|
|
1257
|
+
Gestion9: 200000,
|
|
1258
|
+
Gestion10: 200000,
|
|
1259
|
+
Gestion11: 0,
|
|
1260
|
+
Gestion12: 0,
|
|
1261
|
+
UUID: '45e4c287-65ef-49d7-9c28-5aa8e8d607c3',
|
|
1262
|
+
IndicadorABM: 'N'
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
Descripcion: 'Porción LP - Otras EIFs',
|
|
1266
|
+
Gestion1: 1883333.25,
|
|
1267
|
+
Gestion2: 1800000,
|
|
1268
|
+
Gestion3: 1800000,
|
|
1269
|
+
Gestion4: 1800000,
|
|
1270
|
+
Gestion5: 1800000,
|
|
1271
|
+
Gestion6: 1800000,
|
|
1272
|
+
Gestion7: 1800000,
|
|
1273
|
+
Gestion8: 1800000,
|
|
1274
|
+
Gestion9: 1800000,
|
|
1275
|
+
Gestion10: 1800000,
|
|
1276
|
+
Gestion11: 0,
|
|
1277
|
+
Gestion12: 0,
|
|
1278
|
+
UUID: '61df1642-707c-4330-b102-d8313972b1a7',
|
|
1279
|
+
IndicadorABM: 'N'
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
Descripcion: 'Intereses y Comisiones - Prestamos Directos',
|
|
1283
|
+
Gestion1: 400333.32000000007,
|
|
1284
|
+
Gestion2: 302979.92999999993,
|
|
1285
|
+
Gestion3: 333424.55000000005,
|
|
1286
|
+
Gestion4: 263259.57000000007,
|
|
1287
|
+
Gestion5: 195204.02000000002,
|
|
1288
|
+
Gestion6: 132282.24,
|
|
1289
|
+
Gestion7: 98287.38,
|
|
1290
|
+
Gestion8: 66376.28000000003,
|
|
1291
|
+
Gestion9: 33630.51000000001,
|
|
1292
|
+
Gestion10: 0,
|
|
1293
|
+
Gestion11: 0,
|
|
1294
|
+
Gestion12: 0,
|
|
1295
|
+
UUID: '3902bedc-1213-4f76-8cd6-597a8ae7ae80',
|
|
1296
|
+
IndicadorABM: 'N'
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
Descripcion:
|
|
1300
|
+
'Intereses y Comisiones - Linea de Credito 100% KO',
|
|
1301
|
+
Gestion1: 263250,
|
|
1302
|
+
Gestion2: 479700,
|
|
1303
|
+
Gestion3: 479700,
|
|
1304
|
+
Gestion4: 479700,
|
|
1305
|
+
Gestion5: 479700,
|
|
1306
|
+
Gestion6: 362700,
|
|
1307
|
+
Gestion7: 292500,
|
|
1308
|
+
Gestion8: 292500,
|
|
1309
|
+
Gestion9: 292500,
|
|
1310
|
+
Gestion10: 0,
|
|
1311
|
+
Gestion11: 0,
|
|
1312
|
+
Gestion12: 0,
|
|
1313
|
+
UUID: 'de5f1be6-56df-4af0-a570-a2a79e1c8d48',
|
|
1314
|
+
IndicadorABM: 'N'
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
Descripcion:
|
|
1318
|
+
'Intereses y Comisiones - Linea de Credito Mixta',
|
|
1319
|
+
Gestion1: 90000,
|
|
1320
|
+
Gestion2: 120000,
|
|
1321
|
+
Gestion3: 120000,
|
|
1322
|
+
Gestion4: 120000,
|
|
1323
|
+
Gestion5: 120000,
|
|
1324
|
+
Gestion6: 120000,
|
|
1325
|
+
Gestion7: 120000,
|
|
1326
|
+
Gestion8: 120000,
|
|
1327
|
+
Gestion9: 120000,
|
|
1328
|
+
Gestion10: 120000,
|
|
1329
|
+
Gestion11: 120000,
|
|
1330
|
+
Gestion12: 0,
|
|
1331
|
+
UUID: '3c69f3e8-bdb0-4341-bf8d-41db62d1c496',
|
|
1332
|
+
IndicadorABM: 'N'
|
|
1333
|
+
},
|
|
1334
|
+
{
|
|
1335
|
+
Descripcion: 'Interes - MANUAL',
|
|
1336
|
+
Editable: true,
|
|
1337
|
+
RubroId: 'INTM',
|
|
1338
|
+
UUID: '0f63c336-e4cc-412e-9aab-42b96cae1df6',
|
|
1339
|
+
IndicadorABM: 'A',
|
|
1340
|
+
Gestion1: 330000
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
Descripcion: 'Total Intereses (BDP y Otras EIFs)',
|
|
1344
|
+
Gestion1: 1083583.3199999998,
|
|
1345
|
+
Gestion2: 902679.93,
|
|
1346
|
+
Gestion3: 933124.55,
|
|
1347
|
+
Gestion4: 862959.57,
|
|
1348
|
+
Gestion5: 794904.02,
|
|
1349
|
+
Gestion6: 614982.24,
|
|
1350
|
+
Gestion7: 510787.38,
|
|
1351
|
+
Gestion8: 478876.28,
|
|
1352
|
+
Gestion9: 446130.51,
|
|
1353
|
+
Gestion10: 120000,
|
|
1354
|
+
Gestion11: 120000,
|
|
1355
|
+
Gestion12: 0,
|
|
1356
|
+
UUID: '89c79548-ab6b-40d0-be09-24cde1c404e1',
|
|
1357
|
+
IndicadorABM: 'N'
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
Descripcion:
|
|
1361
|
+
'Leasing CP (Venc.Corriente + Deuda CP) - Otras EIFs',
|
|
1362
|
+
Gestion1: 800059.95,
|
|
1363
|
+
Gestion2: 1400049.16,
|
|
1364
|
+
Gestion3: 1400049.17,
|
|
1365
|
+
Gestion4: 1400049.17,
|
|
1366
|
+
Gestion5: 1400049.16,
|
|
1367
|
+
Gestion6: 800059.95,
|
|
1368
|
+
Gestion7: 800059.95,
|
|
1369
|
+
Gestion8: 815059.95,
|
|
1370
|
+
Gestion9: 0,
|
|
1371
|
+
Gestion10: 0,
|
|
1372
|
+
Gestion11: 0,
|
|
1373
|
+
Gestion12: 0,
|
|
1374
|
+
UUID: 'fa7fae6f-5f91-4ea8-b602-7e14a7a33d15',
|
|
1375
|
+
IndicadorABM: 'N'
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
Descripcion: 'Leasing LP - Otras EIFs',
|
|
1379
|
+
Gestion1: 5614940.05,
|
|
1380
|
+
Gestion2: 6614950.84,
|
|
1381
|
+
Gestion3: 5214950.83,
|
|
1382
|
+
Gestion4: 3814950.83,
|
|
1383
|
+
Gestion5: 2414950.84,
|
|
1384
|
+
Gestion6: 1614940.05,
|
|
1385
|
+
Gestion7: 814940.05,
|
|
1386
|
+
Gestion8: 0,
|
|
1387
|
+
Gestion9: 0,
|
|
1388
|
+
Gestion10: 0,
|
|
1389
|
+
Gestion11: 0,
|
|
1390
|
+
Gestion12: 0,
|
|
1391
|
+
UUID: 'f0b67273-628c-4ed3-abef-973ab94d6a2a',
|
|
1392
|
+
IndicadorABM: 'N'
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
Descripcion: 'Intereses Leasing',
|
|
1396
|
+
Gestion2: 714090.88,
|
|
1397
|
+
Gestion3: 1135667.92,
|
|
1398
|
+
Gestion4: 1030318.17,
|
|
1399
|
+
Gestion5: 880950.17,
|
|
1400
|
+
Gestion6: 668455.92,
|
|
1401
|
+
Gestion7: 486288.82,
|
|
1402
|
+
Gestion8: 393553.78,
|
|
1403
|
+
Gestion9: 273410.92,
|
|
1404
|
+
Gestion10: 117759.83,
|
|
1405
|
+
Gestion11: 0,
|
|
1406
|
+
Gestion12: 0,
|
|
1407
|
+
UUID: 'bf1ac864-f655-4a33-9941-e6fca7c1eb6d',
|
|
1408
|
+
IndicadorABM: 'N'
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
Descripcion: 'Interes Leasing - MANUAL',
|
|
1412
|
+
Editable: true,
|
|
1413
|
+
RubroId: 'INTLM',
|
|
1414
|
+
UUID: 'c16af818-7e9d-43b3-b0c8-af549f22a506',
|
|
1415
|
+
IndicadorABM: 'A',
|
|
1416
|
+
Gestion1: 110000
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
Descripcion: 'TOTAL PORCIÓN CP (Venc.Corriente) - BDP SAM',
|
|
1420
|
+
Clasificador: 'T',
|
|
1421
|
+
Gestion1: 1330409.5,
|
|
1422
|
+
Gestion2: 1363124,
|
|
1423
|
+
Gestion3: 1606342.54,
|
|
1424
|
+
Gestion4: 1655726.18,
|
|
1425
|
+
Gestion5: 1708134.71,
|
|
1426
|
+
Gestion6: 1048310.5,
|
|
1427
|
+
Gestion7: 1063209.13,
|
|
1428
|
+
Gestion8: 1079001.67,
|
|
1429
|
+
Gestion9: 1095741.78,
|
|
1430
|
+
Gestion10: 500000,
|
|
1431
|
+
Gestion11: 0,
|
|
1432
|
+
Gestion12: 0,
|
|
1433
|
+
UUID: 'c17d2365-9540-460d-89b1-b9c5021e30cb',
|
|
1434
|
+
IndicadorABM: 'N'
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
Descripcion:
|
|
1438
|
+
'TOTAL PORCIÓN CP (Venc.Corriente) - Otras EIFs',
|
|
1439
|
+
Clasificador: 'T',
|
|
1440
|
+
Gestion1: 1166726.45,
|
|
1441
|
+
Gestion2: 1766715.66,
|
|
1442
|
+
Gestion3: 1600049.17,
|
|
1443
|
+
Gestion4: 1600049.17,
|
|
1444
|
+
Gestion5: 1600049.16,
|
|
1445
|
+
Gestion6: 1000059.95,
|
|
1446
|
+
Gestion7: 1000059.95,
|
|
1447
|
+
Gestion8: 1015059.95,
|
|
1448
|
+
Gestion9: 200000,
|
|
1449
|
+
Gestion10: 200000,
|
|
1450
|
+
Gestion11: 0,
|
|
1451
|
+
Gestion12: 0,
|
|
1452
|
+
UUID: 'a84b7f81-6198-4132-bf71-781c7d4fc1e0',
|
|
1453
|
+
IndicadorABM: 'N'
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
Descripcion: 'TOTAL PORCIÓN LP - BDP SAM',
|
|
1457
|
+
Clasificador: 'T',
|
|
1458
|
+
Gestion1: 9069590.5,
|
|
1459
|
+
Gestion2: 8206466.5,
|
|
1460
|
+
Gestion3: 8850123.96,
|
|
1461
|
+
Gestion4: 7694397.779999999,
|
|
1462
|
+
Gestion5: 6836330.66,
|
|
1463
|
+
Gestion6: 5937952.57,
|
|
1464
|
+
Gestion7: 5374743.4399999995,
|
|
1465
|
+
Gestion8: 4795741.77,
|
|
1466
|
+
Gestion9: 4708486.27,
|
|
1467
|
+
Gestion10: 4499999.99,
|
|
1468
|
+
Gestion11: -0.01,
|
|
1469
|
+
Gestion12: -0.01,
|
|
1470
|
+
UUID: 'c880fcee-af80-49be-b33b-db61017d5a88',
|
|
1471
|
+
IndicadorABM: 'N'
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
Descripcion: 'TOTAL PORCIÓN LP - Otras EIFs',
|
|
1475
|
+
Clasificador: 'T',
|
|
1476
|
+
Gestion1: 7498273.3,
|
|
1477
|
+
Gestion2: 8414950.84,
|
|
1478
|
+
Gestion3: 7014950.83,
|
|
1479
|
+
Gestion4: 5614950.83,
|
|
1480
|
+
Gestion5: 4214950.84,
|
|
1481
|
+
Gestion6: 3414940.05,
|
|
1482
|
+
Gestion7: 2614940.05,
|
|
1483
|
+
Gestion8: 1800000,
|
|
1484
|
+
Gestion9: 1800000,
|
|
1485
|
+
Gestion10: 1800000,
|
|
1486
|
+
Gestion11: 0,
|
|
1487
|
+
Gestion12: 0,
|
|
1488
|
+
UUID: '53558f8f-3b4d-4ff0-a62a-1142794177a6',
|
|
1489
|
+
IndicadorABM: 'N'
|
|
1490
|
+
}
|
|
1491
|
+
]
|
|
1492
|
+
})
|
|
1493
|
+
)
|
|
1494
|
+
) */
|
|
1495
|
+
console.log(JSON.stringify((0, utils_1.simuladorCuotas)({
|
|
1496
|
+
monto: 1541514,
|
|
1497
|
+
plazo: 83,
|
|
1498
|
+
frecuencia: 'ANUAL',
|
|
1499
|
+
tipoCuota: 'FIJA',
|
|
1500
|
+
tasaInteres: 6,
|
|
1501
|
+
plazoMeses: true
|
|
1502
|
+
})));
|
|
1503
|
+
/* console.log(calcularPagoPrincipalEntre({
|
|
1504
|
+
tasaPeriodica: 26.75/100/4,
|
|
1505
|
+
numeroPagos: 9*4,
|
|
1506
|
+
montoPrestamo: 2700000,
|
|
1507
|
+
periodoInicial: 1,
|
|
1508
|
+
periodoFinal: 4
|
|
1509
|
+
})) */
|