bdpformulas 1.0.96 → 1.0.99
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 +27 -0
- package/build/models/eeff/balanceProyectado.d.ts +75 -0
- package/build/models/eeff/balanceProyectado.js +34 -0
- package/build/models/eeff/supuestos.d.ts +15 -0
- package/build/models/eeff/supuestos.js +17 -1
- package/build/strategies/balance.strategy.js +6 -5
- package/build/strategies/eeff/admFinanciera/lineasMixtasHandler.d.ts +3 -0
- package/build/strategies/eeff/admFinanciera/lineasMixtasHandler.js +23 -2
- package/build/strategies/eeff/admFinanciera/prestamoBajoLineaHandler.d.ts +4 -2
- package/build/strategies/eeff/admFinanciera/prestamoBajoLineaHandler.js +9 -0
- package/build/strategies/eeff/admFinanciera/prestamoDirectoHandler.d.ts +8 -2
- package/build/strategies/eeff/admFinanciera/prestamoDirectoHandler.js +38 -0
- package/build/strategies/eeff/admFinanciera/prestamoLeasingHandler.d.ts +10 -2
- package/build/strategies/eeff/admFinanciera/prestamoLeasingHandler.js +89 -3
- package/build/strategies/eeff/admFinanciera.strategy.d.ts +2 -0
- package/build/strategies/eeff/admFinanciera.strategy.js +37 -1
- package/build/strategies/eeff/balanceProyectado/balanceHandler.d.ts +77 -0
- package/build/strategies/eeff/balanceProyectado/balanceHandler.js +760 -0
- package/build/strategies/eeff/balanceProyectado/balanceProyectado.strategy.d.ts +15 -4
- package/build/strategies/eeff/balanceProyectado/balanceProyectado.strategy.js +165 -3
- package/build/strategies/eeff/balanceProyectado/eerrHandler.d.ts +33 -0
- package/build/strategies/eeff/balanceProyectado/eerrHandler.js +284 -0
- package/build/strategies/eeff/balanceProyectado/flujoCajaHandler.d.ts +46 -0
- package/build/strategies/eeff/balanceProyectado/flujoCajaHandler.js +294 -0
- package/build/strategies/eeff/balanceProyectado/map.d.ts +10 -0
- package/build/strategies/eeff/balanceProyectado/map.js +24 -0
- package/build/strategies/eeff/index.d.ts +1 -0
- package/build/strategies/eeff/index.js +9240 -0
- package/build/strategies/eeff/mappings/balance.d.ts +5 -1
- package/build/strategies/eeff/mappings/balance.js +481 -66
- package/build/strategies/eeff/mappings/balanceProyectado.d.ts +2 -0
- package/build/strategies/eeff/mappings/balanceProyectado.js +774 -0
- package/build/strategies/eeff/mappings/indices.d.ts +4 -0
- package/build/strategies/eeff/mappings/indices.js +262 -0
- package/build/strategies/eeff/mappings/supuestos.d.ts +4 -0
- package/build/strategies/eeff/mappings/supuestos.js +476 -0
- package/build/strategies/eeff/supuestos.strategy.d.ts +19 -0
- package/build/strategies/eeff/supuestos.strategy.js +130 -0
- package/build/strategies/utils.d.ts +1 -0
- package/build/strategies/utils.js +9 -1
- package/package.json +1 -1
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.FlujoCajaHandler = void 0;
|
|
4
|
+
const balanceProyectado_1 = require("../../../models/eeff/balanceProyectado");
|
|
5
|
+
class FlujoCajaHandler {
|
|
6
|
+
data;
|
|
7
|
+
balanceHandler = null;
|
|
8
|
+
constructor(data) {
|
|
9
|
+
this.data = data;
|
|
10
|
+
}
|
|
11
|
+
setBalanceHandler(balanceHandler) {
|
|
12
|
+
this.balanceHandler = balanceHandler;
|
|
13
|
+
}
|
|
14
|
+
calcular() {
|
|
15
|
+
// saldo inicial de caja
|
|
16
|
+
this.set138_1();
|
|
17
|
+
for (let i = 1; i <= this.data.data.CantidadProyeccion; i++) {
|
|
18
|
+
this.set139(i);
|
|
19
|
+
this.set140(i);
|
|
20
|
+
this.set141(i);
|
|
21
|
+
this.set142(i);
|
|
22
|
+
this.set143(i);
|
|
23
|
+
//generacion interna de fondos
|
|
24
|
+
this.set144(i);
|
|
25
|
+
this.set145(i);
|
|
26
|
+
this.set146(i);
|
|
27
|
+
this.set147(i);
|
|
28
|
+
this.set148(i);
|
|
29
|
+
this.set149(i);
|
|
30
|
+
this.set150(i);
|
|
31
|
+
//total flujo de caja operativo
|
|
32
|
+
this.set151(i);
|
|
33
|
+
this.set152(i);
|
|
34
|
+
this.set153(i);
|
|
35
|
+
this.set154(i);
|
|
36
|
+
this.set155(i);
|
|
37
|
+
//total flujo de caja no operativo
|
|
38
|
+
this.set156(i);
|
|
39
|
+
this.set157(i);
|
|
40
|
+
this.set158(i);
|
|
41
|
+
this.set159(i);
|
|
42
|
+
//total flujo de caja de inversiones
|
|
43
|
+
this.set160(i);
|
|
44
|
+
this.set161(i);
|
|
45
|
+
this.set162(i);
|
|
46
|
+
this.set163(i);
|
|
47
|
+
this.set164(i);
|
|
48
|
+
this.set165(i);
|
|
49
|
+
this.set166(i);
|
|
50
|
+
this.set167(i);
|
|
51
|
+
this.set169(i);
|
|
52
|
+
this.set170(i);
|
|
53
|
+
this.set171(i);
|
|
54
|
+
this.set172(i);
|
|
55
|
+
this.set174(i);
|
|
56
|
+
this.set176(i);
|
|
57
|
+
this.balanceHandler?.set20(i);
|
|
58
|
+
if (i > 1) {
|
|
59
|
+
this.set138(i);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
set138_1() {
|
|
64
|
+
this.data.proyectado.set(`X138_1`, this.data.proyectado.get(`X20_0`));
|
|
65
|
+
}
|
|
66
|
+
set138(gestion) {
|
|
67
|
+
this.data.proyectado.set(`X138_${gestion}`, this.data.proyectado.get(`X20_${gestion - 1}`));
|
|
68
|
+
}
|
|
69
|
+
set139(gestion) {
|
|
70
|
+
this.data.proyectado.set(`X139_${gestion}`, this.data.proyectado.get(`X122_${gestion}`) +
|
|
71
|
+
this.data.proyectado.get(`X110_${gestion}`) +
|
|
72
|
+
this.data.proyectado.get(`X111_${gestion}`));
|
|
73
|
+
}
|
|
74
|
+
set140(gestion) {
|
|
75
|
+
this.data.proyectado.set(`X140_${gestion}`, this.data.proyectado.get(`X110_${gestion}`) -
|
|
76
|
+
this.data.proyectado.get(`X111_${gestion}`));
|
|
77
|
+
}
|
|
78
|
+
set141(gestion) {
|
|
79
|
+
this.data.proyectado.set(`X141_${gestion}`, this.data.proyectado.get(`X108_${gestion}`));
|
|
80
|
+
}
|
|
81
|
+
set142(gestion) {
|
|
82
|
+
this.data.proyectado.set(`X142_${gestion}`, this.data.proyectado.get(`X67_${gestion}`) -
|
|
83
|
+
this.data.proyectado.get(`X67_${gestion - 1}`));
|
|
84
|
+
}
|
|
85
|
+
set143(gestion) {
|
|
86
|
+
this.data.proyectado.set(`X143_${gestion}`, (0, balanceProyectado_1.getSumaDesdeHastaGestionMap)({
|
|
87
|
+
gestion,
|
|
88
|
+
map: this.data.proyectado.map,
|
|
89
|
+
desde: 139,
|
|
90
|
+
hasta: 142
|
|
91
|
+
}));
|
|
92
|
+
}
|
|
93
|
+
set144(gestion) {
|
|
94
|
+
this.data.proyectado.set(`X144_${gestion}`, this.data.proyectado.get(`X21_${gestion - 1}`) +
|
|
95
|
+
this.data.proyectado.get(`X31_${gestion - 1}`) -
|
|
96
|
+
(this.data.proyectado.get(`X21_${gestion}`) +
|
|
97
|
+
this.data.proyectado.get(`X31_${gestion}`)));
|
|
98
|
+
}
|
|
99
|
+
set145(gestion) {
|
|
100
|
+
this.data.proyectado.set(`X145_${gestion}`, this.data.proyectado.get(`X22_${gestion - 1}`) -
|
|
101
|
+
this.data.proyectado.get(`X22_${gestion}`));
|
|
102
|
+
}
|
|
103
|
+
set146(gestion) {
|
|
104
|
+
this.data.proyectado.set(`X146_${gestion}`, this.data.proyectado.get(`X23_${gestion - 1}`) +
|
|
105
|
+
this.data.proyectado.get(`X32_${gestion - 1}`) -
|
|
106
|
+
(this.data.proyectado.get(`X23_${gestion}`) +
|
|
107
|
+
this.data.proyectado.get(`X32_${gestion}`)));
|
|
108
|
+
}
|
|
109
|
+
set147(gestion) {
|
|
110
|
+
this.data.proyectado.set(`X147_${gestion}`, this.data.proyectado.get(`X51_${gestion}`) +
|
|
111
|
+
this.data.proyectado.get(`X64_${gestion}`) -
|
|
112
|
+
(this.data.proyectado.get(`X51_${gestion - 1}`) +
|
|
113
|
+
this.data.proyectado.get(`X64_${gestion - 1}`)));
|
|
114
|
+
}
|
|
115
|
+
set148(gestion) {
|
|
116
|
+
this.data.proyectado.set(`X148_${gestion}`, this.data.proyectado.get(`X26_${gestion - 1}`) +
|
|
117
|
+
this.data.proyectado.get(`X36_${gestion - 1}`) +
|
|
118
|
+
this.data.proyectado.get(`X40_${gestion - 1}`) -
|
|
119
|
+
(this.data.proyectado.get(`X26_${gestion}`) +
|
|
120
|
+
this.data.proyectado.get(`X36_${gestion}`) +
|
|
121
|
+
this.data.proyectado.get(`X40_${gestion}`)));
|
|
122
|
+
}
|
|
123
|
+
set149(gestion) {
|
|
124
|
+
this.data.proyectado.set(`X149_${gestion}`, this.data.proyectado.get(`X56_${gestion}`) +
|
|
125
|
+
this.data.proyectado.get(`X52_${gestion}`) -
|
|
126
|
+
(this.data.proyectado.get(`X56_${gestion - 1}`) +
|
|
127
|
+
this.data.proyectado.get(`X52_${gestion - 1}`)));
|
|
128
|
+
}
|
|
129
|
+
set150(gestion) {
|
|
130
|
+
this.data.proyectado.set(`X150_${gestion}`, (0, balanceProyectado_1.getSumaDesdeHastaGestionMap)({
|
|
131
|
+
gestion,
|
|
132
|
+
map: this.data.proyectado.map,
|
|
133
|
+
desde: 143,
|
|
134
|
+
hasta: 149
|
|
135
|
+
}));
|
|
136
|
+
}
|
|
137
|
+
set151(gestion) {
|
|
138
|
+
this.data.proyectado.set(`X151_${gestion}`, this.data.proyectado.get(`X28_${gestion - 1}`) +
|
|
139
|
+
this.data.proyectado.get(`X41_${gestion - 1}`) -
|
|
140
|
+
(this.data.proyectado.get(`X28_${gestion}`) +
|
|
141
|
+
this.data.proyectado.get(`X41_${gestion}`)) +
|
|
142
|
+
(this.data.proyectado.get(`X58_${gestion}`) +
|
|
143
|
+
this.data.proyectado.get(`X69_${gestion}`) -
|
|
144
|
+
(this.data.proyectado.get(`X58_${gestion - 1}`) +
|
|
145
|
+
this.data.proyectado.get(`X69_${gestion - 1}`))));
|
|
146
|
+
}
|
|
147
|
+
set152(gestion) {
|
|
148
|
+
this.data.proyectado.set(`X152_${gestion}`, this.data.proyectado.get(`X24_${gestion - 1}`) +
|
|
149
|
+
this.data.proyectado.get(`X27_${gestion - 1}`) +
|
|
150
|
+
this.data.proyectado.get(`X29_${gestion - 1}`) +
|
|
151
|
+
this.data.proyectado.get(`X39_${gestion - 1}`) +
|
|
152
|
+
this.data.proyectado.get(`X42_${gestion - 1}`) -
|
|
153
|
+
(this.data.proyectado.get(`X24_${gestion}`) +
|
|
154
|
+
this.data.proyectado.get(`X27_${gestion}`) +
|
|
155
|
+
this.data.proyectado.get(`X29_${gestion}`) +
|
|
156
|
+
this.data.proyectado.get(`X39_${gestion}`) +
|
|
157
|
+
this.data.proyectado.get(`X42_${gestion}`)));
|
|
158
|
+
}
|
|
159
|
+
set153(gestion) {
|
|
160
|
+
this.data.proyectado.set(`X153_${gestion}`, this.data.proyectado.get(`X54_${gestion}`) +
|
|
161
|
+
this.data.proyectado.get(`X57_${gestion}`) +
|
|
162
|
+
this.data.proyectado.get(`X59_${gestion}`) +
|
|
163
|
+
this.data.proyectado.get(`X68_${gestion}`) +
|
|
164
|
+
this.data.proyectado.get(`X70_${gestion}`) -
|
|
165
|
+
(this.data.proyectado.get(`X54_${gestion - 1}`) +
|
|
166
|
+
this.data.proyectado.get(`X57_${gestion - 1}`) +
|
|
167
|
+
this.data.proyectado.get(`X59_${gestion - 1}`) +
|
|
168
|
+
this.data.proyectado.get(`X68_${gestion - 1}`) +
|
|
169
|
+
this.data.proyectado.get(`X70_${gestion - 1}`)));
|
|
170
|
+
}
|
|
171
|
+
set154(gestion) {
|
|
172
|
+
this.data.proyectado.set(`X154_${gestion}`, this.data.proyectado.get(`X53_${gestion}`) -
|
|
173
|
+
this.data.proyectado.get(`X53_${gestion - 1}`));
|
|
174
|
+
}
|
|
175
|
+
set155(gestion) {
|
|
176
|
+
this.data.proyectado.set(`X155_${gestion}`, (0, balanceProyectado_1.getSumaDesdeHastaGestionMap)({
|
|
177
|
+
gestion,
|
|
178
|
+
map: this.data.proyectado.map,
|
|
179
|
+
desde: 151,
|
|
180
|
+
hasta: 154
|
|
181
|
+
}));
|
|
182
|
+
}
|
|
183
|
+
set156(gestion) {
|
|
184
|
+
this.data.proyectado.set(`X156_${gestion}`, this.data.proyectado.get(`X33_${gestion - 1}`) -
|
|
185
|
+
(this.data.proyectado.get(`X33_${gestion}`) +
|
|
186
|
+
this.data.proyectado.get(`X108_${gestion}`)));
|
|
187
|
+
}
|
|
188
|
+
set157(gestion) {
|
|
189
|
+
this.data.proyectado.set(`X157_${gestion}`, this.data.proyectado.get(`X34_${gestion - 1}`) -
|
|
190
|
+
this.data.proyectado.get(`X34_${gestion}`));
|
|
191
|
+
}
|
|
192
|
+
set158(gestion) {
|
|
193
|
+
this.data.proyectado.set(`X158_${gestion}`, this.data.proyectado.get(`X35_${gestion - 1}`) -
|
|
194
|
+
this.data.proyectado.get(`X35_${gestion}`));
|
|
195
|
+
}
|
|
196
|
+
set159(gestion) {
|
|
197
|
+
this.data.proyectado.set(`X159_${gestion}`, (0, balanceProyectado_1.getSumaDesdeHastaGestionMap)({
|
|
198
|
+
gestion,
|
|
199
|
+
map: this.data.proyectado.map,
|
|
200
|
+
desde: 156,
|
|
201
|
+
hasta: 158
|
|
202
|
+
}));
|
|
203
|
+
}
|
|
204
|
+
set160(gestion) {
|
|
205
|
+
this.data.proyectado.set(`X160_${gestion}`, -(this.data.proyectado.get(`X48_${gestion - 1}`) +
|
|
206
|
+
this.data.proyectado.get(`X49_${gestion - 1}`) +
|
|
207
|
+
this.data.proyectado.get(`X50_${gestion - 1}`)));
|
|
208
|
+
}
|
|
209
|
+
set161(gestion) {
|
|
210
|
+
this.data.proyectado.set(`X161_${gestion}`, this.data.proyectado.get(`X46_${gestion}`) -
|
|
211
|
+
this.data.proyectado.get(`X46_${gestion - 1}`) +
|
|
212
|
+
(this.data.proyectado.get(`X47_${gestion}`) -
|
|
213
|
+
this.data.proyectado.get(`X47_${gestion - 1}`)));
|
|
214
|
+
}
|
|
215
|
+
set162(gestion) {
|
|
216
|
+
this.data.proyectado.set(`X162_${gestion}`, this.data.proyectado.get(`X62_${gestion}`) +
|
|
217
|
+
this.data.proyectado.get(`X49_${gestion}`) +
|
|
218
|
+
this.data.proyectado.get(`X61_${gestion}`) +
|
|
219
|
+
this.data.proyectado.get(`X48_${gestion}`) +
|
|
220
|
+
this.data.proyectado.get(`X63_${gestion}`) +
|
|
221
|
+
this.data.proyectado.get(`X50_${gestion}`) -
|
|
222
|
+
(this.data.proyectado.get(`X62_${gestion - 1}`) +
|
|
223
|
+
this.data.proyectado.get(`X61_${gestion - 1}`) +
|
|
224
|
+
this.data.proyectado.get(`X63_${gestion - 1}`)));
|
|
225
|
+
}
|
|
226
|
+
set163(gestion) {
|
|
227
|
+
this.data.proyectado.set(`X163_${gestion}`, this.data.proyectado.get(`X65_${gestion}`) -
|
|
228
|
+
this.data.proyectado.get(`X65_${gestion - 1}`));
|
|
229
|
+
}
|
|
230
|
+
set164(gestion) {
|
|
231
|
+
this.data.proyectado.set(`X164_${gestion}`, this.data.proyectado.get(`X25_${gestion - 1}`) +
|
|
232
|
+
this.data.proyectado.get(`X37_${gestion - 1}`) -
|
|
233
|
+
(this.data.proyectado.get(`X25_${gestion}`) +
|
|
234
|
+
this.data.proyectado.get(`X37_${gestion}`)) +
|
|
235
|
+
(this.data.proyectado.get(`X55_${gestion}`) +
|
|
236
|
+
this.data.proyectado.get(`X66_${gestion}`) -
|
|
237
|
+
(this.data.proyectado.get(`X55_${gestion - 1}`) +
|
|
238
|
+
this.data.proyectado.get(`X66_${gestion - 1}`))));
|
|
239
|
+
}
|
|
240
|
+
set165(gestion) {
|
|
241
|
+
this.data.proyectado.set(`X165_${gestion}`, -(this.data.proyectado.get(`X80_${gestion - 1}`) +
|
|
242
|
+
this.data.proyectado.get(`X81_${gestion - 1}`) -
|
|
243
|
+
this.data.proyectado.get(`X80_${gestion}`)) +
|
|
244
|
+
this.data.proyectado.get(`X73_${gestion}`) -
|
|
245
|
+
this.data.proyectado.get(`X73_${gestion - 1}`) +
|
|
246
|
+
this.data.proyectado.get(`X74_${gestion}`) -
|
|
247
|
+
this.data.proyectado.get(`X74_${gestion - 1}`) +
|
|
248
|
+
this.data.proyectado.get(`X76_${gestion}`) -
|
|
249
|
+
this.data.proyectado.get(`X76_${gestion - 1}`) +
|
|
250
|
+
this.data.proyectado.get(`X77_${gestion}`) -
|
|
251
|
+
this.data.proyectado.get(`X77_${gestion - 1}`) +
|
|
252
|
+
this.data.proyectado.get(`X38_${gestion - 1}`) -
|
|
253
|
+
this.data.proyectado.get(`X38_${gestion}`));
|
|
254
|
+
}
|
|
255
|
+
set166(gestion) {
|
|
256
|
+
this.data.proyectado.set(`X166_${gestion}`, this.data.proyectado.get(`X75_${gestion}`) -
|
|
257
|
+
this.data.proyectado.get(`X75_${gestion - 1}`) +
|
|
258
|
+
this.data.proyectado.get(`X78_${gestion}`) -
|
|
259
|
+
this.data.proyectado.get(`X78_${gestion - 1}`));
|
|
260
|
+
}
|
|
261
|
+
set167(gestion) {
|
|
262
|
+
this.data.proyectado.set(`X167_${gestion}`, (0, balanceProyectado_1.getSumaDesdeHastaGestionMap)({
|
|
263
|
+
gestion,
|
|
264
|
+
map: this.data.proyectado.map,
|
|
265
|
+
desde: 160,
|
|
266
|
+
hasta: 166
|
|
267
|
+
}));
|
|
268
|
+
}
|
|
269
|
+
set169(gestion) {
|
|
270
|
+
this.data.proyectado.set(`X169_${gestion}`, this.data.proyectado.get(`X150_${gestion}`));
|
|
271
|
+
}
|
|
272
|
+
set170(gestion) {
|
|
273
|
+
this.data.proyectado.set(`X170_${gestion}`, this.data.proyectado.get(`X155_${gestion}`));
|
|
274
|
+
}
|
|
275
|
+
set171(gestion) {
|
|
276
|
+
this.data.proyectado.set(`X171_${gestion}`, this.data.proyectado.get(`X159_${gestion}`));
|
|
277
|
+
}
|
|
278
|
+
set172(gestion) {
|
|
279
|
+
this.data.proyectado.set(`X172_${gestion}`, this.data.proyectado.get(`X167_${gestion}`));
|
|
280
|
+
}
|
|
281
|
+
set174(gestion) {
|
|
282
|
+
this.data.proyectado.set(`X174_${gestion}`, (0, balanceProyectado_1.getSumaDesdeHastaGestionMap)({
|
|
283
|
+
gestion,
|
|
284
|
+
map: this.data.proyectado.map,
|
|
285
|
+
desde: 169,
|
|
286
|
+
hasta: 172
|
|
287
|
+
}));
|
|
288
|
+
}
|
|
289
|
+
set176(gestion) {
|
|
290
|
+
this.data.proyectado.set(`X176_${gestion}`, this.data.proyectado.get(`X174_${gestion}`) +
|
|
291
|
+
this.data.proyectado.get(`X138_${gestion}`));
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
exports.FlujoCajaHandler = FlujoCajaHandler;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
interface SetMapValueOptions {
|
|
2
|
+
add?: boolean;
|
|
3
|
+
subtract?: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare class BalanceProyectadoMap {
|
|
6
|
+
map: Map<string, number>;
|
|
7
|
+
get(key: string): number;
|
|
8
|
+
set(key: string, value?: number | null, options?: SetMapValueOptions): void;
|
|
9
|
+
}
|
|
10
|
+
export {};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BalanceProyectadoMap = void 0;
|
|
4
|
+
const utils_1 = require("../admFinanciera/utils");
|
|
5
|
+
class BalanceProyectadoMap {
|
|
6
|
+
map = new Map();
|
|
7
|
+
get(key) {
|
|
8
|
+
return (0, utils_1.ourParseFloat)(this.map.get(key));
|
|
9
|
+
}
|
|
10
|
+
set(key, value, options) {
|
|
11
|
+
let valToSet = (0, utils_1.ourParseFloat)(value);
|
|
12
|
+
if (this.map.has(key)) {
|
|
13
|
+
const original = (0, utils_1.ourParseFloat)(this.map.get(key));
|
|
14
|
+
if (options?.add) {
|
|
15
|
+
valToSet += original;
|
|
16
|
+
}
|
|
17
|
+
else if (options?.subtract) {
|
|
18
|
+
valToSet -= original;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
this.map.set(key, valToSet);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
exports.BalanceProyectadoMap = BalanceProyectadoMap;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|