-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconjuntoTeste.go
411 lines (362 loc) · 14.7 KB
/
conjuntoTeste.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
package conjuntoTeste
/**************************************************************
casos de teste para o "taxas.go"
*/
// ==> decimal point is "." <== +credito(venda) -débito(compra)
/*
// *************************************
// teste 01 tres compras sem corr.espec.
// *************************************
cabec := "NECTON - Nota de Corretagem: teste 01 - Pregão: " + substr(time.Now().String() , 0, 16) +" Tot.:"
vlLiqFinalNota = -660.00 // colocar sinal + para credito(venda) e - para debito(compra)- decimal point is a "."
// inicio lançamento dos papeis:
linha.cvlnota = "c"
linha.pplnota = "KNIP11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 0. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "c"
linha.pplnota = "KNRI11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 0. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "c"
linha.pplnota = "PPPP11"
linha.qtlnota = 10
linha.unlnota = 40.00
linha.epcnota = 0 // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
*/
// ******************************************
// teste 02 tres compras com duas corr.espec.
// ******************************************
/*
cabec := "NECTON - Nota de Corretagem: teste 02 - Pregão: " + substr(time.Now().String() , 0, 16) +" Tot.:"
vlLiqFinalNota = -670.00 // colocar sinal + para credito(venda) e - para debito(compra)- decimal point is a "."
// inicio lançamento dos papeis:
linha.cvlnota = "c"
linha.pplnota = "KNIP11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 3. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "c"
linha.pplnota = "KNRI11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 7. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "c"
linha.pplnota = "PPPP11"
linha.qtlnota = 10
linha.unlnota = 40.00
linha.epcnota = 0 // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
/*
// *************************************
// teste 03 tres vendas sem corr.espec.
// *************************************
cabec := "NECTON - Nota de Corretagem: teste 03 - Pregão: " + substr(time.Now().String() , 0, 16) +" Tot.:"
vlLiqFinalNota = +540.00 // colocar sinal + para credito(venda) e - para debito(compra)- decimal point is a "."
// inicio lançamento dos papeis:
linha.cvlnota = "v"
linha.pplnota = "KNIP11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 0. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "v"
linha.pplnota = "KNRI11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 0. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "v"
linha.pplnota = "PPPP11"
linha.qtlnota = 10
linha.unlnota = 40.00
linha.epcnota = 0 // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
*/
/*
// *************************************
// teste 04 tres vendas com corr.espec. - encontrou erro - Este teste foi bem sucedido ! 530 <> 510 (subtraiu 2 a epcnota)
// *************************************
cabec := "NECTON - Nota de Corretagem: teste 04 - Pregão: " + substr(time.Now().String(), 0, 16) + " Tot.:"
vlLiqFinalNota = +530.00 // colocar sinal + para credito(venda) e - para debito(compra)- decimal point is a "."
// racional:
// +100 -10 -10 +100 -10 -0 +400 -40 -0
// inicio lançamento dos papeis:
linha.cvlnota = "v"
linha.pplnota = "KNIP11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 10. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "v"
linha.pplnota = "KNRI11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 0. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "v"
linha.pplnota = "PPPP11"
linha.qtlnota = 10
linha.unlnota = 40.00
linha.epcnota = 0 // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
// RESULTADO
└$ go run taxas.go
{KNIP11 V 10 10 -10 0 0} -10
{KNRI11 V 10 10 0 0 0} -10
{PPPP11 V 10 40 0 0 0} -10
Compras: 0.00 Vendas: 600.00
sum alg cv: 600.00 sum mod cv: 600.00
vlLiqFinalNota: 530.00 tttaxas: -60.00
fatorTx: 0.100000 vlttepc: -10.00
=================== taxa de cada papel: ==========v0.03====
NECTON - Nota de Corretagem: teste 04 - Pregão: 2023-03-03 11:54 Tot.: 530.00
lin ativo C/V qtd unitario qtd X unt especifica taxa preço
1 KNIP11 V 10 10.00 100.00 -10.00 -10.00 80.00
2 KNRI11 V 10 10.00 100.00 0.00 -10.00 90.00
3 PPPP11 V 10 40.00 400.00 0.00 -40.00 360.00
tot.taxas: -60.00 sumtx: -60.00 vl.liq.operac.: 530.00
*/
/* // *************************************
// teste 05 tres compras com corr.espec. não deu erro !
// ************************************* ##############
cabec := "NECTON - Nota de Corretagem: teste 05 - Pregão: " + substr(time.Now().String() , 0, 16) +" Tot.:"
vlLiqFinalNota = -670.00 // colocar sinal + para credito(venda) e - para debito(compra)- decimal point is a "."
// -616 = -100-10-10 -100-10 -400-40 (cada 100 cobra 10 de fee e uma cobra 10 corretagem específica)
// inicio lançamento dos papeis:
linha.cvlnota = "c"
linha.pplnota = "KNIP11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 10. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "c"
linha.pplnota = "KNRI11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 0.
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "c"
linha.pplnota = "PPPP11"
linha.qtlnota = 10
linha.unlnota = 40.00
linha.epcnota = 0
linha.txlnota = 0.
nota = append(nota, linha)
// RESULTADO:
└$ go run taxas.go
{KNIP11 C -10 10 -10 0 0} -10
{KNRI11 C -10 10 0 0 0} -10
{PPPP11 C -10 40 0 0 0} -10
Compras: -600.00 Vendas: 0.00
sum alg cv: -600.00 sum mod cv: 600.00
vlLiqFinalNota: -670.00 tttaxas: 60.00
fatorTx: 0.100000 vlttepc: -10.00
=================== taxa de cada papel: ==========v0.01====
NECTON - Nota de Corretagem: teste 05 - Pregão: 2023-03-03 11:31 Tot.: -670.00
lin ativo C/V qtd unitario especifica taxa preço
1 KNIP11 C -10 10.00 -10.00 -10.00 -120.00
2 KNRI11 C -10 10.00 0.00 -10.00 -110.00
3 PPPP11 C -10 40.00 0.00 -40.00 -440.00
tot.taxas: 60.00 sumtx: -60.00 vl.liq.operac.: -670.00
*/
/*
// ***********************************************
// teste 06 duas compras uma venda sem corr.espec. sem erro !
// *********************************************** ##########
cabec := "NECTON - Nota de Corretagem: teste 06 - Pregão: " + substr(time.Now().String() , 0, 16) +" Tot.:"
vlLiqFinalNota = -460.00 // colocar sinal + para credito(venda) e - para debito(compra)- decimal point is a "."
// -460 = v+100-10 c-100-10 c-400-40 0 + 0 + 0 sem específica
// inicio lançamento dos papeis:
linha.cvlnota = "v"
linha.pplnota = "KNIP11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 0. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "c"
linha.pplnota = "KNRI11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 0. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "c"
linha.pplnota = "PPPP11"
linha.qtlnota = 10
linha.unlnota = 40.00
linha.epcnota = 0 // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
*/
/*
// ***********************************************
// teste 07 venda com corr.espec. uma venda sem e uma compra sem - sem erro !
// *********************************************** ##########
cabec := "NECTON - Nota de Corretagem: teste 07 - Pregão: " + substr(time.Now().String() , 0, 16) +" Tot.:"
vlLiqFinalNota = -262.00 // colocar sinal + para credito(venda) e - para debito(compra)- decimal point is a "."
// -460 = v+100-10 v+100-10 c-400-40 v-2 + 0 + 0 sem específica
// inicio lançamento dos papeis:
linha.cvlnota = "v"
linha.pplnota = "KNIP11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 2. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "v"
linha.pplnota = "KNRI11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 0. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "c"
linha.pplnota = "PPPP11"
linha.qtlnota = 10
linha.unlnota = 40.00
linha.epcnota = 0 // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
*/
/*
// ***********************************************
// teste 08 venda com corr.espec. duas vendas uma com - erro !
// *********************************************** ######
cabec := "NECTON - Nota de Corretagem: teste 08 - Pregão: " + substr(time.Now().String(), 0, 16) + " Tot.:"
vlLiqFinalNota = 178.00 // colocar sinal + para credito(venda) e - para debito(compra)- decimal point is a "."
// RACIONAL
// +178,00 = v+100-10-2 com especifica v+100-10 sem especifica
// inicio lançamento dos papeis:
linha.cvlnota = "v"
linha.pplnota = "KNIP11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 2. // corretagem específica ações 4.50 NEC. ate 100 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "v"
linha.pplnota = "KNRI11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 0. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
// RESULTADO
└$ go run taxas.go
{KNIP11 V 10 10 -2 0 0} -2
{KNRI11 V 10 10 0 0 0} -2
Compras: 0.00 Vendas: 200.00
sum alg cv: 200.00 sum mod cv: 200.00
vlLiqFinalNota: 178.00 tttaxas: -20.00
fatorTx: 0.100000 vlttepc: -2.00
=================== taxa de cada papel: ==========v0.03====
NECTON - Nota de Corretagem: teste 08 - Pregão: 2023-03-03 12:05 Tot.: 178.00
lin ativo C/V qtd unitario qtd X unt especifica taxa preço
1 KNIP11 V 10 10.00 100.00 -2.00 -10.00 88.00
2 KNRI11 V 10 10.00 100.00 0.00 -10.00 90.00
tot.taxas: -20.00 sumtx: -20.00 vl.liq.operac.: 178.00
*/
/*
// ***********************************************
// teste 09 - uma venda com corr.espec.
// *********************************************** ##########
vlLiqFinalNota = -24.00 // colocar sinal + para credito(venda) e - para debito(compra)- decimal point is a "."
// +88,00 = v+100-10 0v+100-10 v-2 -0 sem específica
// inicio lançamento dos papeis:
linha.cvlnota = "v"
linha.pplnota = "KNIP11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 2. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "c"
linha.pplnota = "KNRI11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 2. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
// resultado:
└$ go run taxas.go
{KNRI11 C -10 10 -2 0 0} -4
{KNIP11 V 10 10 -2 0 0} -2
sum alg cv: 0.00 sum mod cv: 200.00
Compras: -100.00 Vendas: 100.00
fatorTx: 0.100000 vlttepc: -4.00
=================== taxa de cada papel: ==========v0.01====
NECTON - Numero da Nota e Data do Pregão: teste3182967 teste09/02/2023 -24.00
lin ativo C/V qtd unitario especifica taxa preço
1 KNIP11 V 10 10.00 -2.00 -10.00 88.00
2 KNRI11 C -10 10.00 -2.00 -10.00 -112.00
tot.taxas: 20.00 sumtx: -20.00 vl.liq.operac.: -24.00
vlLiqFinalNota: -24.00 tttaxas: 20.00
// *************************************
// teste 11 tres vendas com corr.espec.
// *************************************
// RACIONAL: tres vendas -10 -10 -40 taxa proporcional -1 -2 taxa específica
// v +100 -10 -1 v +100 -10 -0 v +400 -40 -2
cabec := "NECTON - Nota de Corretagem: teste 11 - Pregão: " + substr(time.Now().String(), 0, 16) + " Tot.:"
vlLiqFinalNota = +537.00 // colocar sinal + para credito(venda) e - para debito(compra)- decimal point is a "."
// inicio lançamento dos papeis:
linha.cvlnota = "v"
linha.pplnota = "KNIP11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 1. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "v"
linha.pplnota = "KNRI11"
linha.qtlnota = 10
linha.unlnota = 10.00
linha.epcnota = 0. // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
linha.cvlnota = "v"
linha.pplnota = "PPPP11"
linha.qtlnota = 10
linha.unlnota = 40.00
linha.epcnota = 2 // corretagem específica ações 4.50 NEC. ate 99 papeis
linha.txlnota = 0.
nota = append(nota, linha)
// RESULTADO
└$ go run taxas.go
{KNIP11 V 10 10 -1 0 0} -1
{KNRI11 V 10 10 0 0 0} -1
{PPPP11 V 10 40 -2 0 0} -3
Compras: 0.00 Vendas: 600.00
sum alg cv: 600.00 sum mod cv: 600.00
vlLiqFinalNota: 537.00 tttaxas: -60.00
fatorTx: 0.100000 vlttepc: -3.00
========================= taxa de cada papel: ==============v0.03=======
NECTON - Nota de Corretagem: teste 11 - Pregão: 2023-03-03 12:21 Tot.: 537.00
lin ativo C/V qtd unitario qtd X unt especifica taxa preço
1 KNIP11 V 10 10.00 100.00 -1.00 -10.00 89.00
2 KNRI11 V 10 10.00 100.00 0.00 -10.00 90.00
3 PPPP11 V 10 40.00 400.00 -2.00 -40.00 358.00
tot.taxas: -60.00 sumtx: -60.00 vl.liq.operac.: 537.00
*/