@br-validators/core 1.0.0 → 1.1.0

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.
Files changed (55) hide show
  1. package/README.md +1 -0
  2. package/dist/bancos.d.ts +41 -0
  3. package/dist/bancos.js +3328 -0
  4. package/dist/bancos.js.map +1 -0
  5. package/dist/batch.js +6 -5
  6. package/dist/{chunk-FKFRB3RJ.js → chunk-5V6N4JWQ.js} +4 -4
  7. package/dist/{chunk-FKFRB3RJ.js.map → chunk-5V6N4JWQ.js.map} +1 -1
  8. package/dist/{chunk-BFMRXXFE.js → chunk-ASQ2XIN2.js} +6 -6
  9. package/dist/{chunk-BFMRXXFE.js.map → chunk-ASQ2XIN2.js.map} +1 -1
  10. package/dist/{chunk-I7DM47IR.js → chunk-BA3FAVK4.js} +14 -14
  11. package/dist/{chunk-I7DM47IR.js.map → chunk-BA3FAVK4.js.map} +1 -1
  12. package/dist/chunk-EFEE6CMO.js +24091 -0
  13. package/dist/chunk-EFEE6CMO.js.map +1 -0
  14. package/dist/{chunk-G6OBZRZM.js → chunk-FOP5LO7W.js} +7 -7
  15. package/dist/{chunk-G6OBZRZM.js.map → chunk-FOP5LO7W.js.map} +1 -1
  16. package/dist/{chunk-HUIMOB5E.js → chunk-JCWQDTZB.js} +3 -3
  17. package/dist/{chunk-HUIMOB5E.js.map → chunk-JCWQDTZB.js.map} +1 -1
  18. package/dist/chunk-KTEQPYYN.js +31 -0
  19. package/dist/chunk-KTEQPYYN.js.map +1 -0
  20. package/dist/{chunk-N6N5ATLY.js → chunk-LRUZVPLR.js} +3 -3
  21. package/dist/{chunk-N6N5ATLY.js.map → chunk-LRUZVPLR.js.map} +1 -1
  22. package/dist/{chunk-SAZA3V2U.js → chunk-MKYCKCZ6.js} +7 -7
  23. package/dist/{chunk-SAZA3V2U.js.map → chunk-MKYCKCZ6.js.map} +1 -1
  24. package/dist/{chunk-N2WVO3GF.js → chunk-N5CER3QZ.js} +6 -6
  25. package/dist/{chunk-N2WVO3GF.js.map → chunk-N5CER3QZ.js.map} +1 -1
  26. package/dist/{chunk-WC6YYFWP.js → chunk-PCP77SLS.js} +6 -6
  27. package/dist/{chunk-WC6YYFWP.js.map → chunk-PCP77SLS.js.map} +1 -1
  28. package/dist/{chunk-PD7ZTWMM.js → chunk-PNPESCSP.js} +3 -3
  29. package/dist/{chunk-PD7ZTWMM.js.map → chunk-PNPESCSP.js.map} +1 -1
  30. package/dist/chunk-UCNPXHIJ.js +32 -0
  31. package/dist/chunk-UCNPXHIJ.js.map +1 -0
  32. package/dist/chunk-XADVBV73.js +30 -0
  33. package/dist/chunk-XADVBV73.js.map +1 -0
  34. package/dist/compare.js +8 -7
  35. package/dist/data-catalog.d.ts +14 -0
  36. package/dist/data-catalog.js +25 -0
  37. package/dist/data-catalog.js.map +1 -0
  38. package/dist/detect.js +6 -5
  39. package/dist/diff.js +8 -7
  40. package/dist/generate.js +14 -13
  41. package/dist/ibge.d.ts +65 -0
  42. package/dist/ibge.js +28174 -0
  43. package/dist/ibge.js.map +1 -0
  44. package/dist/index.d.ts +2 -1
  45. package/dist/index.js +37 -36
  46. package/dist/index.js.map +1 -1
  47. package/dist/inscricao-estadual-produtor-rural.js +1 -1
  48. package/dist/mask.js +14 -13
  49. package/dist/sanitize.js +7 -6
  50. package/dist/telefone.d.ts +32 -1
  51. package/dist/telefone.js +3 -2
  52. package/dist/types-CBIZxgfG.d.ts +28 -0
  53. package/package.json +16 -1
  54. package/dist/chunk-DAR6VOMT.js +0 -192
  55. package/dist/chunk-DAR6VOMT.js.map +0 -1
package/dist/bancos.js ADDED
@@ -0,0 +1,3328 @@
1
+ import { metadata_default } from './chunk-XADVBV73.js';
2
+
3
+ // src/bancos/data/bancos.json
4
+ var bancos_default = [
5
+ {
6
+ codigo: "001",
7
+ ispb: "00000000",
8
+ nome: "Banco do Brasil S.A.",
9
+ nomeReduzido: "BCO DO BRASIL S.A.",
10
+ participaCompe: true
11
+ },
12
+ {
13
+ codigo: "003",
14
+ ispb: "04902979",
15
+ nome: "BANCO DA AMAZONIA S.A.",
16
+ nomeReduzido: "BCO DA AMAZONIA S.A.",
17
+ participaCompe: true
18
+ },
19
+ {
20
+ codigo: "004",
21
+ ispb: "07237373",
22
+ nome: "Banco do Nordeste do Brasil S.A.",
23
+ nomeReduzido: "BCO DO NORDESTE DO BRASIL S.A.",
24
+ participaCompe: true
25
+ },
26
+ {
27
+ codigo: "007",
28
+ ispb: "33657248",
29
+ nome: "BANCO NACIONAL DE DESENVOLVIMENTO ECONOMICO E SOCIAL",
30
+ nomeReduzido: "BNDES",
31
+ participaCompe: false
32
+ },
33
+ {
34
+ codigo: "010",
35
+ ispb: "81723108",
36
+ nome: "CREDICOAMO CREDITO RURAL COOPERATIVA",
37
+ nomeReduzido: "CREDICOAMO",
38
+ participaCompe: true
39
+ },
40
+ {
41
+ codigo: "011",
42
+ ispb: "61809182",
43
+ nome: "UBS (BRASIL) CORRETORA DE VALORES S.A.",
44
+ nomeReduzido: "UBS (BRASIL) CORRETORA DE VALORES S.A.",
45
+ participaCompe: false
46
+ },
47
+ {
48
+ codigo: "012",
49
+ ispb: "04866275",
50
+ nome: "Banco Inbursa S.A.",
51
+ nomeReduzido: "BANCO INBURSA",
52
+ participaCompe: false
53
+ },
54
+ {
55
+ codigo: "014",
56
+ ispb: "09274232",
57
+ nome: "STATE STREET BRASIL S.A. - BANCO COMERCIAL",
58
+ nomeReduzido: "STATE STREET BR S.A. BCO COMERCIAL",
59
+ participaCompe: false
60
+ },
61
+ {
62
+ codigo: "015",
63
+ ispb: "02819125",
64
+ nome: "UBS BB CORRETORA DE C\xC2MBIO, T\xCDTULOS E VALORES MOBILI\xC1RIOS S.A.",
65
+ nomeReduzido: "UBS BB CCTVM S.A.",
66
+ participaCompe: false
67
+ },
68
+ {
69
+ codigo: "016",
70
+ ispb: "04715685",
71
+ nome: "COOPERATIVA DE CR\xC9DITO M\xDATUO DOS DESPACHANTES DE TR\xC2NSITO DE SANTA CATARINA E RIO GRANDE DO SUL - SICOOB CREDITRAN",
72
+ nomeReduzido: "CCM DESP TR\xC2NS SC E RS",
73
+ participaCompe: false
74
+ },
75
+ {
76
+ codigo: "017",
77
+ ispb: "42272526",
78
+ nome: "BNY Mellon Banco S.A.",
79
+ nomeReduzido: "BNY MELLON BCO S.A.",
80
+ participaCompe: false
81
+ },
82
+ {
83
+ codigo: "018",
84
+ ispb: "57839805",
85
+ nome: "Banco Tricury S.A.",
86
+ nomeReduzido: "BCO TRICURY S.A.",
87
+ participaCompe: true
88
+ },
89
+ {
90
+ codigo: "021",
91
+ ispb: "28127603",
92
+ nome: "BANESTES S.A. BANCO DO ESTADO DO ESPIRITO SANTO",
93
+ nomeReduzido: "BCO BANESTES S.A.",
94
+ participaCompe: true
95
+ },
96
+ {
97
+ codigo: "024",
98
+ ispb: "10866788",
99
+ nome: "Banco Bandepe S.A.",
100
+ nomeReduzido: "BCO BANDEPE S.A.",
101
+ participaCompe: false
102
+ },
103
+ {
104
+ codigo: "025",
105
+ ispb: "03323840",
106
+ nome: "Banco Alfa S.A.",
107
+ nomeReduzido: "BCO ALFA S.A.",
108
+ participaCompe: false
109
+ },
110
+ {
111
+ codigo: "033",
112
+ ispb: "90400888",
113
+ nome: "BANCO SANTANDER (BRASIL) S.A.",
114
+ nomeReduzido: "BCO SANTANDER (BRASIL) S.A.",
115
+ participaCompe: true
116
+ },
117
+ {
118
+ codigo: "036",
119
+ ispb: "06271464",
120
+ nome: "Banco Bradesco BBI S.A.",
121
+ nomeReduzido: "BCO BBI S.A.",
122
+ participaCompe: true
123
+ },
124
+ {
125
+ codigo: "037",
126
+ ispb: "04913711",
127
+ nome: "Banco do Estado do Par\xE1 S.A.",
128
+ nomeReduzido: "BCO DO EST. DO PA S.A.",
129
+ participaCompe: true
130
+ },
131
+ {
132
+ codigo: "040",
133
+ ispb: "03609817",
134
+ nome: "Banco Cargill S.A.",
135
+ nomeReduzido: "BCO CARGILL S.A.",
136
+ participaCompe: false
137
+ },
138
+ {
139
+ codigo: "041",
140
+ ispb: "92702067",
141
+ nome: "Banco do Estado do Rio Grande do Sul S.A.",
142
+ nomeReduzido: "BCO DO ESTADO DO RS S.A.",
143
+ participaCompe: true
144
+ },
145
+ {
146
+ codigo: "047",
147
+ ispb: "13009717",
148
+ nome: "Banco do Estado de Sergipe S.A.",
149
+ nomeReduzido: "BCO DO EST. DE SE S.A.",
150
+ participaCompe: true
151
+ },
152
+ {
153
+ codigo: "060",
154
+ ispb: "04913129",
155
+ nome: "CONFIDENCE SOCIEDADE CORRETORA DE CAMBIO S.A.",
156
+ nomeReduzido: "CONFIDENCE CC S.A.",
157
+ participaCompe: false
158
+ },
159
+ {
160
+ codigo: "063",
161
+ ispb: "04184779",
162
+ nome: "Banco Bradescard S.A.",
163
+ nomeReduzido: "BANCO BRADESCARD",
164
+ participaCompe: true
165
+ },
166
+ {
167
+ codigo: "064",
168
+ ispb: "04332281",
169
+ nome: "GOLDMAN SACHS DO BRASIL BANCO MULTIPLO S.A.",
170
+ nomeReduzido: "GOLDMAN SACHS DO BRASIL BM S.A",
171
+ participaCompe: false
172
+ },
173
+ {
174
+ codigo: "065",
175
+ ispb: "48795256",
176
+ nome: "Banco AndBank (Brasil) S.A.",
177
+ nomeReduzido: "BCO ANDBANK S.A.",
178
+ participaCompe: true
179
+ },
180
+ {
181
+ codigo: "066",
182
+ ispb: "02801938",
183
+ nome: "BANCO MORGAN STANLEY S.A.",
184
+ nomeReduzido: "BCO MORGAN STANLEY S.A.",
185
+ participaCompe: false
186
+ },
187
+ {
188
+ codigo: "069",
189
+ ispb: "61033106",
190
+ nome: "Banco Crefisa S.A.",
191
+ nomeReduzido: "BCO CREFISA S.A.",
192
+ participaCompe: true
193
+ },
194
+ {
195
+ codigo: "070",
196
+ ispb: "00000208",
197
+ nome: "BRB - BANCO DE BRASILIA S.A.",
198
+ nomeReduzido: "BRB - BCO DE BRASILIA S.A.",
199
+ participaCompe: true
200
+ },
201
+ {
202
+ codigo: "074",
203
+ ispb: "03017677",
204
+ nome: "Banco J. Safra S.A.",
205
+ nomeReduzido: "BCO. J.SAFRA S.A.",
206
+ participaCompe: true
207
+ },
208
+ {
209
+ codigo: "075",
210
+ ispb: "03532415",
211
+ nome: "BANCO ABN AMRO CLEARING S.A.",
212
+ nomeReduzido: "BANCO ABN AMRO CLEARING S.A.",
213
+ participaCompe: false
214
+ },
215
+ {
216
+ codigo: "076",
217
+ ispb: "07656500",
218
+ nome: "Banco KDB do Brasil S.A.",
219
+ nomeReduzido: "BCO KDB BRASIL S.A.",
220
+ participaCompe: false
221
+ },
222
+ {
223
+ codigo: "077",
224
+ ispb: "00416968",
225
+ nome: "Banco Inter S.A.",
226
+ nomeReduzido: "BANCO INTER",
227
+ participaCompe: true
228
+ },
229
+ {
230
+ codigo: "078",
231
+ ispb: "34111187",
232
+ nome: "Haitong Banco de Investimento do Brasil S.A.",
233
+ nomeReduzido: "HAITONG BI DO BRASIL S.A.",
234
+ participaCompe: false
235
+ },
236
+ {
237
+ codigo: "079",
238
+ ispb: "09516419",
239
+ nome: "PICPAY BANK - BANCO M\xDALTIPLO S.A",
240
+ nomeReduzido: "PICPAY BANK - BANCO M\xDALTIPLO S.A",
241
+ participaCompe: false
242
+ },
243
+ {
244
+ codigo: "080",
245
+ ispb: "73622748",
246
+ nome: "BT CORRETORA DE C\xC2MBIO LTDA.",
247
+ nomeReduzido: "BT CC LTDA.",
248
+ participaCompe: false
249
+ },
250
+ {
251
+ codigo: "081",
252
+ ispb: "10264663",
253
+ nome: "BancoSeguro S.A.",
254
+ nomeReduzido: "BANCOSEGURO S.A.",
255
+ participaCompe: false
256
+ },
257
+ {
258
+ codigo: "082",
259
+ ispb: "07679404",
260
+ nome: "BANCO TOP\xC1ZIO S.A.",
261
+ nomeReduzido: "BANCO TOP\xC1ZIO S.A.",
262
+ participaCompe: false
263
+ },
264
+ {
265
+ codigo: "083",
266
+ ispb: "10690848",
267
+ nome: "Banco da China Brasil S.A.",
268
+ nomeReduzido: "BCO DA CHINA BRASIL S.A.",
269
+ participaCompe: true
270
+ },
271
+ {
272
+ codigo: "084",
273
+ ispb: "02398976",
274
+ nome: "SISPRIME DO BRASIL - COOPERATIVA DE CR\xC9DITO",
275
+ nomeReduzido: "SISPRIME DO BRASIL - COOP",
276
+ participaCompe: true
277
+ },
278
+ {
279
+ codigo: "085",
280
+ ispb: "05463212",
281
+ nome: "Cooperativa Central de Cr\xE9dito - Ailos",
282
+ nomeReduzido: "COOPCENTRAL AILOS",
283
+ participaCompe: true
284
+ },
285
+ {
286
+ codigo: "088",
287
+ ispb: "11476673",
288
+ nome: "BANCO RANDON S.A.",
289
+ nomeReduzido: "BANCO RANDON S.A.",
290
+ participaCompe: false
291
+ },
292
+ {
293
+ codigo: "089",
294
+ ispb: "62109566",
295
+ nome: "CREDISAN COOPERATIVA DE CR\xC9DITO",
296
+ nomeReduzido: "CREDISAN CC",
297
+ participaCompe: true
298
+ },
299
+ {
300
+ codigo: "093",
301
+ ispb: "07945233",
302
+ nome: "P\xD3LOCRED SOCIEDADE DE CR\xC9DITO AO MICROEMPREENDEDOR E \xC0 EMPRESA DE PEQUENO PORTE LTDA.",
303
+ nomeReduzido: "POLOCRED SCMEPP LTDA.",
304
+ participaCompe: false
305
+ },
306
+ {
307
+ codigo: "094",
308
+ ispb: "11758741",
309
+ nome: "Banco Finaxis S.A.",
310
+ nomeReduzido: "BANCO FINAXIS",
311
+ participaCompe: false
312
+ },
313
+ {
314
+ codigo: "095",
315
+ ispb: "11703662",
316
+ nome: "BANCO TRAVELEX S.A.",
317
+ nomeReduzido: "BANCO TRAVELEX S.A.",
318
+ participaCompe: false
319
+ },
320
+ {
321
+ codigo: "096",
322
+ ispb: "00997185",
323
+ nome: "Banco B3 S.A.",
324
+ nomeReduzido: "BCO B3 S.A.",
325
+ participaCompe: false
326
+ },
327
+ {
328
+ codigo: "097",
329
+ ispb: "04632856",
330
+ nome: "CREDISIS - CENTRAL DE COOPERATIVAS DE CR\xC9DITO",
331
+ nomeReduzido: "CREDISIS - CENTRAL DE COOPERATIVAS DE CR\xC9DITO",
332
+ participaCompe: true
333
+ },
334
+ {
335
+ codigo: "099",
336
+ ispb: "03046391",
337
+ nome: "UNIPRIME CENTRAL NACIONAL - CENTRAL NACIONAL DE COOPERATIVA DE CREDITO",
338
+ nomeReduzido: "UNIPRIME COOPCENTRAL LTDA.",
339
+ participaCompe: true
340
+ },
341
+ {
342
+ codigo: "100",
343
+ ispb: "00806535",
344
+ nome: "Planner Corretora de Valores S.A.",
345
+ nomeReduzido: "PLANNER CV S.A.",
346
+ participaCompe: false
347
+ },
348
+ {
349
+ codigo: "101",
350
+ ispb: "62287735",
351
+ nome: "WARREN RENA DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA",
352
+ nomeReduzido: "WARREN RENA DTVM",
353
+ participaCompe: false
354
+ },
355
+ {
356
+ codigo: "102",
357
+ ispb: "02332886",
358
+ nome: "XP INVESTIMENTOS CORRETORA DE C\xC2MBIO,T\xCDTULOS E VALORES MOBILI\xC1RIOS S/A",
359
+ nomeReduzido: "XP INVESTIMENTOS CCTVM S/A",
360
+ participaCompe: false
361
+ },
362
+ {
363
+ codigo: "104",
364
+ ispb: "00360305",
365
+ nome: "CAIXA ECONOMICA FEDERAL",
366
+ nomeReduzido: "CAIXA ECONOMICA FEDERAL",
367
+ participaCompe: true
368
+ },
369
+ {
370
+ codigo: "105",
371
+ ispb: "07652226",
372
+ nome: "Lecca Cr\xE9dito, Financiamento e Investimento S/A",
373
+ nomeReduzido: "LECCA CFI S.A.",
374
+ participaCompe: false
375
+ },
376
+ {
377
+ codigo: "107",
378
+ ispb: "15114366",
379
+ nome: "Banco Bocom BBM S.A.",
380
+ nomeReduzido: "BCO BOCOM BBM S.A.",
381
+ participaCompe: true
382
+ },
383
+ {
384
+ codigo: "111",
385
+ ispb: "36113876",
386
+ nome: "OLIVEIRA TRUST DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILIARIOS S.A.",
387
+ nomeReduzido: "OLIVEIRA TRUST DTVM S.A.",
388
+ participaCompe: false
389
+ },
390
+ {
391
+ codigo: "113",
392
+ ispb: "61723847",
393
+ nome: "NEON CORRETORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS S.A.",
394
+ nomeReduzido: "NEON CTVM S.A.",
395
+ participaCompe: false
396
+ },
397
+ {
398
+ codigo: "119",
399
+ ispb: "13720915",
400
+ nome: "Banco Western Union do Brasil S.A.",
401
+ nomeReduzido: "BCO WESTERN UNION",
402
+ participaCompe: false
403
+ },
404
+ {
405
+ codigo: "120",
406
+ ispb: "33603457",
407
+ nome: "BANCO RODOBENS S.A.",
408
+ nomeReduzido: "BCO RODOBENS S.A.",
409
+ participaCompe: true
410
+ },
411
+ {
412
+ codigo: "121",
413
+ ispb: "10664513",
414
+ nome: "Banco Agibank S.A.",
415
+ nomeReduzido: "BCO AGIBANK S.A.",
416
+ participaCompe: false
417
+ },
418
+ {
419
+ codigo: "122",
420
+ ispb: "33147315",
421
+ nome: "Banco Bradesco BERJ S.A.",
422
+ nomeReduzido: "BCO BRADESCO BERJ S.A.",
423
+ participaCompe: true
424
+ },
425
+ {
426
+ codigo: "124",
427
+ ispb: "15357060",
428
+ nome: "Banco Woori Bank do Brasil S.A.",
429
+ nomeReduzido: "BCO WOORI BANK DO BRASIL S.A.",
430
+ participaCompe: true
431
+ },
432
+ {
433
+ codigo: "125",
434
+ ispb: "45246410",
435
+ nome: "BANCO GENIAL S.A.",
436
+ nomeReduzido: "BANCO GENIAL",
437
+ participaCompe: true
438
+ },
439
+ {
440
+ codigo: "126",
441
+ ispb: "13220493",
442
+ nome: "BR Partners Banco de Investimento S.A.",
443
+ nomeReduzido: "BR PARTNERS BI",
444
+ participaCompe: false
445
+ },
446
+ {
447
+ codigo: "127",
448
+ ispb: "09512542",
449
+ nome: "Codepe Corretora de Valores e C\xE2mbio S.A.",
450
+ nomeReduzido: "CODEPE CVC S.A.",
451
+ participaCompe: false
452
+ },
453
+ {
454
+ codigo: "128",
455
+ ispb: "19307785",
456
+ nome: "BRAZA BANK S.A. BANCO DE C\xC2MBIO",
457
+ nomeReduzido: "BRAZA BANK S.A. BCO DE C\xC2MBIO",
458
+ participaCompe: false
459
+ },
460
+ {
461
+ codigo: "129",
462
+ ispb: "18520834",
463
+ nome: "UBS BB BANCO DE INVESTIMENTO S.A.",
464
+ nomeReduzido: "UBS BB BI S.A.",
465
+ participaCompe: false
466
+ },
467
+ {
468
+ codigo: "130",
469
+ ispb: "09313766",
470
+ nome: "CARUANA S.A. - SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO",
471
+ nomeReduzido: "CARUANA SCFI",
472
+ participaCompe: false
473
+ },
474
+ {
475
+ codigo: "131",
476
+ ispb: "61747085",
477
+ nome: "TULLETT PREBON BRASIL CORRETORA DE VALORES E C\xC2MBIO LTDA",
478
+ nomeReduzido: "TULLETT PREBON BRASIL CVC LTDA",
479
+ participaCompe: false
480
+ },
481
+ {
482
+ codigo: "132",
483
+ ispb: "17453575",
484
+ nome: "ICBC do Brasil Banco M\xFAltiplo S.A.",
485
+ nomeReduzido: "ICBC DO BRASIL BM S.A.",
486
+ participaCompe: false
487
+ },
488
+ {
489
+ codigo: "133",
490
+ ispb: "10398952",
491
+ nome: "CONFEDERA\xC7\xC3O NACIONAL DAS COOPERATIVAS CENTRAIS DE CR\xC9DITO E ECONOMIA FAMILIAR E SOLID\xC1RIA - CRESOL CONFEDERA\xC7\xC3O",
492
+ nomeReduzido: "CRESOL CONFEDERA\xC7\xC3O",
493
+ participaCompe: true
494
+ },
495
+ {
496
+ codigo: "134",
497
+ ispb: "33862244",
498
+ nome: "BGC LIQUIDEZ DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA",
499
+ nomeReduzido: "BGC LIQUIDEZ DTVM LTDA",
500
+ participaCompe: false
501
+ },
502
+ {
503
+ codigo: "136",
504
+ ispb: "00315557",
505
+ nome: "COOPERATIVA CENTRAL DE CR\xC9DITO UNICRED DO BRASIL - UNICRED DO BRASIL",
506
+ nomeReduzido: "UNICRED DO BRASIL",
507
+ participaCompe: true
508
+ },
509
+ {
510
+ codigo: "138",
511
+ ispb: "10853017",
512
+ nome: "GET MONEY SOCIEDADE CORRETORA DE C\xC2MBIO S.A.",
513
+ nomeReduzido: "GET MONEY CC LTDA.",
514
+ participaCompe: false
515
+ },
516
+ {
517
+ codigo: "139",
518
+ ispb: "55230916",
519
+ nome: "Intesa Sanpaolo Brasil S.A. - Banco M\xFAltiplo",
520
+ nomeReduzido: "INTESA SANPAOLO BRASIL S.A. BM",
521
+ participaCompe: false
522
+ },
523
+ {
524
+ codigo: "140",
525
+ ispb: "62169875",
526
+ nome: "NU INVESTIMENTOS S.A. - CORRETORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS",
527
+ nomeReduzido: "NU INVESTIMENTOS S.A. - CTVM",
528
+ participaCompe: false
529
+ },
530
+ {
531
+ codigo: "141",
532
+ ispb: "09526594",
533
+ nome: "BANCO MASTER DE INVESTIMENTO S.A. - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
534
+ nomeReduzido: "MASTER BI S.A. - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
535
+ participaCompe: false
536
+ },
537
+ {
538
+ codigo: "142",
539
+ ispb: "16944141",
540
+ nome: "Broker Brasil Corretora de C\xE2mbio Ltda.",
541
+ nomeReduzido: "BROKER BRASIL CC LTDA.",
542
+ participaCompe: false
543
+ },
544
+ {
545
+ codigo: "143",
546
+ ispb: "02992317",
547
+ nome: "INTEX BANK BANCO DE C\xC2MBIO S.A.",
548
+ nomeReduzido: "INTEX BANK BCO DE C\xC2MBIO S.A.",
549
+ participaCompe: false
550
+ },
551
+ {
552
+ codigo: "144",
553
+ ispb: "13059145",
554
+ nome: "EBURY BANCO DE C\xC2MBIO S.A.",
555
+ nomeReduzido: "EBURY BCO DE C\xC2MBIO S.A.",
556
+ participaCompe: false
557
+ },
558
+ {
559
+ codigo: "145",
560
+ ispb: "50579044",
561
+ nome: "LEVYCAM - CORRETORA DE CAMBIO E VALORES LTDA.",
562
+ nomeReduzido: "LEVYCAM CCV LTDA",
563
+ participaCompe: false
564
+ },
565
+ {
566
+ codigo: "146",
567
+ ispb: "24074692",
568
+ nome: "GUITTA CORRETORA DE CAMBIO LTDA.",
569
+ nomeReduzido: "GUITTA CC LTDA",
570
+ participaCompe: false
571
+ },
572
+ {
573
+ codigo: "149",
574
+ ispb: "15581638",
575
+ nome: "Facta Financeira S.A. - Cr\xE9dito Financiamento e Investimento",
576
+ nomeReduzido: "FACTA S.A. CFI",
577
+ participaCompe: false
578
+ },
579
+ {
580
+ codigo: "157",
581
+ ispb: "09105360",
582
+ nome: "ICAP do Brasil Corretora de T\xEDtulos e Valores Mobili\xE1rios Ltda.",
583
+ nomeReduzido: "ICAP DO BRASIL CTVM LTDA.",
584
+ participaCompe: false
585
+ },
586
+ {
587
+ codigo: "159",
588
+ ispb: "05442029",
589
+ nome: "Casa do Cr\xE9dito S.A. Sociedade de Cr\xE9dito ao Microempreendedor",
590
+ nomeReduzido: "CASA CREDITO S.A. SCM",
591
+ participaCompe: false
592
+ },
593
+ {
594
+ codigo: "173",
595
+ ispb: "13486793",
596
+ nome: "BRL Trust Distribuidora de T\xEDtulos e Valores Mobili\xE1rios S.A.",
597
+ nomeReduzido: "BRL TRUST DTVM SA",
598
+ participaCompe: false
599
+ },
600
+ {
601
+ codigo: "174",
602
+ ispb: "43180355",
603
+ nome: "PEFISA S.A. - CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO",
604
+ nomeReduzido: "PEFISA S.A. - C.F.I.",
605
+ participaCompe: false
606
+ },
607
+ {
608
+ codigo: "180",
609
+ ispb: "02685483",
610
+ nome: "CM CAPITAL MARKETS CORRETORA DE C\xC2MBIO, T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA",
611
+ nomeReduzido: "CM CAPITAL MARKETS CCTVM LTDA",
612
+ participaCompe: false
613
+ },
614
+ {
615
+ codigo: "183",
616
+ ispb: "09210106",
617
+ nome: "SOCRED S.A. - SOCIEDADE DE CR\xC9DITO AO MICROEMPREENDEDOR E \xC0 EMPRESA DE PEQUENO PORTE",
618
+ nomeReduzido: "SOCRED SA - SCMEPP",
619
+ participaCompe: false
620
+ },
621
+ {
622
+ codigo: "188",
623
+ ispb: "33775974",
624
+ nome: "ATIVA INVESTIMENTOS S.A. CORRETORA DE T\xCDTULOS, C\xC2MBIO E VALORES",
625
+ nomeReduzido: "ATIVA S.A. INVESTIMENTOS CCTVM",
626
+ participaCompe: false
627
+ },
628
+ {
629
+ codigo: "189",
630
+ ispb: "07512441",
631
+ nome: "HS FINANCEIRA S/A CREDITO, FINANCIAMENTO E INVESTIMENTOS",
632
+ nomeReduzido: "HS FINANCEIRA",
633
+ participaCompe: false
634
+ },
635
+ {
636
+ codigo: "190",
637
+ ispb: "03973814",
638
+ nome: "SERVICOOP - COOPERATIVA DE CR\xC9DITO DOS SERVIDORES P\xDABLICOS ESTADUAIS E MUNICIPAIS DO RIO GRANDE DO SUL",
639
+ nomeReduzido: "SERVICOOP",
640
+ participaCompe: false
641
+ },
642
+ {
643
+ codigo: "191",
644
+ ispb: "04257795",
645
+ nome: "Nova Futura Corretora de T\xEDtulos e Valores Mobili\xE1rios Ltda.",
646
+ nomeReduzido: "NOVA FUTURA CTVM LTDA.",
647
+ participaCompe: false
648
+ },
649
+ {
650
+ codigo: "194",
651
+ ispb: "20155248",
652
+ nome: "UNIDA DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA.",
653
+ nomeReduzido: "UNIDA DTVM LTDA",
654
+ participaCompe: false
655
+ },
656
+ {
657
+ codigo: "195",
658
+ ispb: "07799277",
659
+ nome: "VALOR S/A SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO",
660
+ nomeReduzido: "VALOR S/A SCFI",
661
+ participaCompe: false
662
+ },
663
+ {
664
+ codigo: "196",
665
+ ispb: "32648370",
666
+ nome: "FAIR SOCIEDADE CORRETORA DE C\xC2MBIO S.A.",
667
+ nomeReduzido: "FAIR SOCIEDADE CC",
668
+ participaCompe: false
669
+ },
670
+ {
671
+ codigo: "197",
672
+ ispb: "16501555",
673
+ nome: "STONE INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
674
+ nomeReduzido: "STONE IP S.A.",
675
+ participaCompe: false
676
+ },
677
+ {
678
+ codigo: "208",
679
+ ispb: "30306294",
680
+ nome: "Banco BTG Pactual S.A.",
681
+ nomeReduzido: "BANCO BTG PACTUAL S.A.",
682
+ participaCompe: true
683
+ },
684
+ {
685
+ codigo: "212",
686
+ ispb: "92894922",
687
+ nome: "Banco Original S.A.",
688
+ nomeReduzido: "BANCO ORIGINAL",
689
+ participaCompe: true
690
+ },
691
+ {
692
+ codigo: "213",
693
+ ispb: "54403563",
694
+ nome: "Banco Arbi S.A.",
695
+ nomeReduzido: "BCO ARBI S.A.",
696
+ participaCompe: true
697
+ },
698
+ {
699
+ codigo: "217",
700
+ ispb: "91884981",
701
+ nome: "Banco John Deere S.A.",
702
+ nomeReduzido: "BANCO JOHN DEERE S.A.",
703
+ participaCompe: false
704
+ },
705
+ {
706
+ codigo: "218",
707
+ ispb: "71027866",
708
+ nome: "Banco BS2 S.A.",
709
+ nomeReduzido: "BCO BS2 S.A.",
710
+ participaCompe: false
711
+ },
712
+ {
713
+ codigo: "222",
714
+ ispb: "75647891",
715
+ nome: "BANCO CR\xC9DIT AGRICOLE BRASIL S.A.",
716
+ nomeReduzido: "BCO CR\xC9DIT AGRICOLE BR S.A.",
717
+ participaCompe: false
718
+ },
719
+ {
720
+ codigo: "224",
721
+ ispb: "58616418",
722
+ nome: "Banco Fibra S.A.",
723
+ nomeReduzido: "BCO FIBRA S.A.",
724
+ participaCompe: true
725
+ },
726
+ {
727
+ codigo: "233",
728
+ ispb: "62421979",
729
+ nome: "BANCO BMG SOLU\xC7\xD5ES FINANCEIRAS S.A.",
730
+ nomeReduzido: "BANCO BMG SOLU\xC7\xD5ES FINANCEIRAS S.A.",
731
+ participaCompe: false
732
+ },
733
+ {
734
+ codigo: "237",
735
+ ispb: "60746948",
736
+ nome: "Banco Bradesco S.A.",
737
+ nomeReduzido: "BCO BRADESCO S.A.",
738
+ participaCompe: true
739
+ },
740
+ {
741
+ codigo: "241",
742
+ ispb: "31597552",
743
+ nome: "BANCO CLASSICO S.A.",
744
+ nomeReduzido: "BCO CLASSICO S.A.",
745
+ participaCompe: true
746
+ },
747
+ {
748
+ codigo: "243",
749
+ ispb: "33923798",
750
+ nome: "BANCO MASTER S/A - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
751
+ nomeReduzido: "BANCO MASTER - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
752
+ participaCompe: false
753
+ },
754
+ {
755
+ codigo: "246",
756
+ ispb: "28195667",
757
+ nome: "Banco ABC Brasil S.A.",
758
+ nomeReduzido: "BCO ABC BRASIL S.A.",
759
+ participaCompe: false
760
+ },
761
+ {
762
+ codigo: "249",
763
+ ispb: "61182408",
764
+ nome: "Banco Investcred Unibanco S.A.",
765
+ nomeReduzido: "BANCO INVESTCRED UNIBANCO S.A.",
766
+ participaCompe: true
767
+ },
768
+ {
769
+ codigo: "250",
770
+ ispb: "50585090",
771
+ nome: "BANCO BMG CONSIGNADO S.A.",
772
+ nomeReduzido: "BANCO BMG CONSIGNADO S.A.",
773
+ participaCompe: false
774
+ },
775
+ {
776
+ codigo: "254",
777
+ ispb: "14388334",
778
+ nome: "PARAN\xC1 BANCO S.A.",
779
+ nomeReduzido: "PARANA BCO S.A.",
780
+ participaCompe: true
781
+ },
782
+ {
783
+ codigo: "259",
784
+ ispb: "08609934",
785
+ nome: "MONEYCORP BANCO DE C\xC2MBIO S.A.",
786
+ nomeReduzido: "MONEYCORP BCO DE C\xC2MBIO S.A.",
787
+ participaCompe: false
788
+ },
789
+ {
790
+ codigo: "260",
791
+ ispb: "18236120",
792
+ nome: "NU PAGAMENTOS S.A. - INSTITUI\xC7\xC3O DE PAGAMENTO",
793
+ nomeReduzido: "NU PAGAMENTOS - IP",
794
+ participaCompe: false
795
+ },
796
+ {
797
+ codigo: "265",
798
+ ispb: "33644196",
799
+ nome: "Banco Fator S.A.",
800
+ nomeReduzido: "BCO FATOR S.A.",
801
+ participaCompe: true
802
+ },
803
+ {
804
+ codigo: "266",
805
+ ispb: "33132044",
806
+ nome: "BANCO CEDULA S.A.",
807
+ nomeReduzido: "BCO CEDULA S.A.",
808
+ participaCompe: true
809
+ },
810
+ {
811
+ codigo: "268",
812
+ ispb: "14511781",
813
+ nome: "BARI COMPANHIA HIPOTEC\xC1RIA",
814
+ nomeReduzido: "BARI CIA HIPOTEC\xC1RIA",
815
+ participaCompe: false
816
+ },
817
+ {
818
+ codigo: "269",
819
+ ispb: "53518684",
820
+ nome: "BANCO HSBC S.A.",
821
+ nomeReduzido: "BCO HSBC S.A.",
822
+ participaCompe: false
823
+ },
824
+ {
825
+ codigo: "271",
826
+ ispb: "27842177",
827
+ nome: "BPY CORRETORA DE C\xC2MBIO, T\xCDTULOS E VALORES MOBILI\xC1RIOS S.A.",
828
+ nomeReduzido: "BPY CCTVM S.A.",
829
+ participaCompe: false
830
+ },
831
+ {
832
+ codigo: "272",
833
+ ispb: "00250699",
834
+ nome: "AGK CORRETORA DE CAMBIO S.A.",
835
+ nomeReduzido: "AGK CC S.A.",
836
+ participaCompe: false
837
+ },
838
+ {
839
+ codigo: "273",
840
+ ispb: "08253539",
841
+ nome: "COOPERATIVA DE CREDITO SULCREDI AMPLEA",
842
+ nomeReduzido: "COOP SULCREDI AMPLEA",
843
+ participaCompe: false
844
+ },
845
+ {
846
+ codigo: "274",
847
+ ispb: "11581339",
848
+ nome: "BMP SOCIEDADE DE CR\xC9DITO AO MICROEMPREENDEDOR E A EMPRESA DE PEQUENO PORTE LTDA.",
849
+ nomeReduzido: "BMP SCMEPP LTDA",
850
+ participaCompe: false
851
+ },
852
+ {
853
+ codigo: "276",
854
+ ispb: "11970623",
855
+ nome: "BANCO SENFF S.A.",
856
+ nomeReduzido: "BCO SENFF S.A.",
857
+ participaCompe: false
858
+ },
859
+ {
860
+ codigo: "278",
861
+ ispb: "27652684",
862
+ nome: "Genial Investimentos Corretora de Valores Mobili\xE1rios S.A.",
863
+ nomeReduzido: "GENIAL INVESTIMENTOS CVM S.A.",
864
+ participaCompe: false
865
+ },
866
+ {
867
+ codigo: "280",
868
+ ispb: "23862762",
869
+ nome: "WILL FINANCEIRA S.A. CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
870
+ nomeReduzido: "WILL FINANCEIRA S.A.CFI - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
871
+ participaCompe: false
872
+ },
873
+ {
874
+ codigo: "281",
875
+ ispb: "76461557",
876
+ nome: "Cooperativa de Cr\xE9dito Rural Coopavel",
877
+ nomeReduzido: "CCR COOPAVEL",
878
+ participaCompe: true
879
+ },
880
+ {
881
+ codigo: "283",
882
+ ispb: "89960090",
883
+ nome: "RB INVESTIMENTOS DISTRIBUIDORA DE TITULOS E VALORES MOBILIARIOS LIMITADA",
884
+ nomeReduzido: "RB INVESTIMENTOS DTVM LTDA.",
885
+ participaCompe: false
886
+ },
887
+ {
888
+ codigo: "288",
889
+ ispb: "62237649",
890
+ nome: "CAROL DISTRIBUIDORA DE TITULOS E VALORES MOBILIARIOS LTDA.",
891
+ nomeReduzido: "CAROL DTVM LTDA.",
892
+ participaCompe: false
893
+ },
894
+ {
895
+ codigo: "289",
896
+ ispb: "94968518",
897
+ nome: "EFX CORRETORA DE C\xC2MBIO LTDA.",
898
+ nomeReduzido: "EFX CC LTDA.",
899
+ participaCompe: false
900
+ },
901
+ {
902
+ codigo: "290",
903
+ ispb: "08561701",
904
+ nome: "PAGSEGURO INTERNET INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
905
+ nomeReduzido: "PAGSEGURO INTERNET IP S.A.",
906
+ participaCompe: false
907
+ },
908
+ {
909
+ codigo: "292",
910
+ ispb: "28650236",
911
+ nome: "GALAPAGOS CAPITAL DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS S.A.",
912
+ nomeReduzido: "GALAPAGOS DTVM S.A.",
913
+ participaCompe: false
914
+ },
915
+ {
916
+ codigo: "293",
917
+ ispb: "71590442",
918
+ nome: "Lastro RDV Distribuidora de T\xEDtulos e Valores Mobili\xE1rios Ltda.",
919
+ nomeReduzido: "LASTRO RDV DTVM LTDA",
920
+ participaCompe: false
921
+ },
922
+ {
923
+ codigo: "296",
924
+ ispb: "04062902",
925
+ nome: "OZ CORRETORA DE C\xC2MBIO S.A.",
926
+ nomeReduzido: "OZ CORRETORA DE C\xC2MBIO S.A.",
927
+ participaCompe: false
928
+ },
929
+ {
930
+ codigo: "298",
931
+ ispb: "17772370",
932
+ nome: "VIPS CORRETORA DE C\xC2MBIO S.A.",
933
+ nomeReduzido: "VIPS CC S.A.",
934
+ participaCompe: false
935
+ },
936
+ {
937
+ codigo: "299",
938
+ ispb: "04814563",
939
+ nome: "BANCO AFINZ S.A. - BANCO M\xDALTIPLO",
940
+ nomeReduzido: "BCO AFINZ S.A. - BM",
941
+ participaCompe: false
942
+ },
943
+ {
944
+ codigo: "300",
945
+ ispb: "33042151",
946
+ nome: "Banco de la Nacion Argentina",
947
+ nomeReduzido: "BCO LA NACION ARGENTINA",
948
+ participaCompe: false
949
+ },
950
+ {
951
+ codigo: "301",
952
+ ispb: "13370835",
953
+ nome: "DOCK INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
954
+ nomeReduzido: "DOCK IP S.A.",
955
+ participaCompe: false
956
+ },
957
+ {
958
+ codigo: "305",
959
+ ispb: "40353377",
960
+ nome: "FOURTRADE CORRETORA DE C\xC2MBIO LTDA.",
961
+ nomeReduzido: "FOURTRADE COR. DE CAMBIO LTDA",
962
+ participaCompe: false
963
+ },
964
+ {
965
+ codigo: "307",
966
+ ispb: "03751794",
967
+ nome: "Terra Investimentos Distribuidora de T\xEDtulos e Valores Mobili\xE1rios Ltda.",
968
+ nomeReduzido: "TERRA INVESTIMENTOS DTVM",
969
+ participaCompe: false
970
+ },
971
+ {
972
+ codigo: "310",
973
+ ispb: "22610500",
974
+ nome: "VORTX DISTRIBUIDORA DE TITULOS E VALORES MOBILIARIOS LTDA.",
975
+ nomeReduzido: "VORTX DTVM LTDA.",
976
+ participaCompe: false
977
+ },
978
+ {
979
+ codigo: "312",
980
+ ispb: "07693858",
981
+ nome: "HSCM - SOCIEDADE DE CR\xC9DITO AO MICROEMPREENDEDOR E \xC0 EMPRESA DE PEQUENO PORTE LTDA.",
982
+ nomeReduzido: "HSCM SCMEPP LTDA.",
983
+ participaCompe: false
984
+ },
985
+ {
986
+ codigo: "318",
987
+ ispb: "61186680",
988
+ nome: "Banco BMG S.A.",
989
+ nomeReduzido: "BCO BMG S.A.",
990
+ participaCompe: true
991
+ },
992
+ {
993
+ codigo: "319",
994
+ ispb: "11495073",
995
+ nome: "OM DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA",
996
+ nomeReduzido: "OM DTVM LTDA",
997
+ participaCompe: false
998
+ },
999
+ {
1000
+ codigo: "320",
1001
+ ispb: "07450604",
1002
+ nome: "BANK OF CHINA (BRASIL) BANCO M\xDALTIPLO S/A",
1003
+ nomeReduzido: "BOC BRASIL",
1004
+ participaCompe: false
1005
+ },
1006
+ {
1007
+ codigo: "321",
1008
+ ispb: "18188384",
1009
+ nome: "CREFAZ SOCIEDADE DE CR\xC9DITO AO MICROEMPREENDEDOR E A EMPRESA DE PEQUENO PORTE S.A.",
1010
+ nomeReduzido: "CREFAZ SCMEPP SA",
1011
+ participaCompe: false
1012
+ },
1013
+ {
1014
+ codigo: "322",
1015
+ ispb: "01073966",
1016
+ nome: "Cooperativa de Cr\xE9dito Rural de Abelardo Luz - Sulcredi/Crediluz",
1017
+ nomeReduzido: "CCR DE ABELARDO LUZ",
1018
+ participaCompe: true
1019
+ },
1020
+ {
1021
+ codigo: "323",
1022
+ ispb: "10573521",
1023
+ nome: "MERCADO PAGO INSTITUI\xC7\xC3O DE PAGAMENTO LTDA.",
1024
+ nomeReduzido: "MERCADO PAGO IP LTDA.",
1025
+ participaCompe: false
1026
+ },
1027
+ {
1028
+ codigo: "324",
1029
+ ispb: "21332862",
1030
+ nome: "CARTOS SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1031
+ nomeReduzido: "CARTOS SCD S.A.",
1032
+ participaCompe: false
1033
+ },
1034
+ {
1035
+ codigo: "326",
1036
+ ispb: "03311443",
1037
+ nome: "PARATI - CREDITO, FINANCIAMENTO E INVESTIMENTO S.A.",
1038
+ nomeReduzido: "PARATI - CFI S.A.",
1039
+ participaCompe: false
1040
+ },
1041
+ {
1042
+ codigo: "328",
1043
+ ispb: "05841967",
1044
+ nome: "COOPERATIVA DE ECONOMIA E CR\xC9DITO M\xDATUO DOS FABRICANTES DE CAL\xC7ADOS DE SAPIRANGA LTDA.",
1045
+ nomeReduzido: "CECM FABRIC CAL\xC7ADOS SAPIRANGA",
1046
+ participaCompe: false
1047
+ },
1048
+ {
1049
+ codigo: "329",
1050
+ ispb: "32402502",
1051
+ nome: "QI Sociedade de Cr\xE9dito Direto S.A.",
1052
+ nomeReduzido: "QI SCD S.A.",
1053
+ participaCompe: false
1054
+ },
1055
+ {
1056
+ codigo: "330",
1057
+ ispb: "00556603",
1058
+ nome: "BANCO BARI DE INVESTIMENTOS E FINANCIAMENTOS S.A.",
1059
+ nomeReduzido: "BANCO BARI S.A.",
1060
+ participaCompe: false
1061
+ },
1062
+ {
1063
+ codigo: "331",
1064
+ ispb: "13673855",
1065
+ nome: "OSLO CAPITAL DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS S.A",
1066
+ nomeReduzido: "OSLO CAPITAL DTVM SA",
1067
+ participaCompe: false
1068
+ },
1069
+ {
1070
+ codigo: "332",
1071
+ ispb: "13140088",
1072
+ nome: "ACESSO SOLU\xC7\xD5ES DE PAGAMENTO S.A. - INSTITUI\xC7\xC3O DE PAGAMENTO",
1073
+ nomeReduzido: "ACESSO SOLU\xC7\xD5ES DE PAGAMENTO S.A. - INSTITUI\xC7\xC3O DE PAGAMENTO",
1074
+ participaCompe: false
1075
+ },
1076
+ {
1077
+ codigo: "334",
1078
+ ispb: "15124464",
1079
+ nome: "BANCO BESA S.A.",
1080
+ nomeReduzido: "BANCO BESA S.A.",
1081
+ participaCompe: false
1082
+ },
1083
+ {
1084
+ codigo: "335",
1085
+ ispb: "27098060",
1086
+ nome: "Banco Digio S.A.",
1087
+ nomeReduzido: "BANCO DIGIO",
1088
+ participaCompe: false
1089
+ },
1090
+ {
1091
+ codigo: "336",
1092
+ ispb: "31872495",
1093
+ nome: "Banco C6 S.A.",
1094
+ nomeReduzido: "BCO C6 S.A.",
1095
+ participaCompe: false
1096
+ },
1097
+ {
1098
+ codigo: "341",
1099
+ ispb: "60701190",
1100
+ nome: "ITA\xDA UNIBANCO S.A.",
1101
+ nomeReduzido: "ITA\xDA UNIBANCO S.A.",
1102
+ participaCompe: true
1103
+ },
1104
+ {
1105
+ codigo: "342",
1106
+ ispb: "32997490",
1107
+ nome: "Creditas Sociedade de Cr\xE9dito Direto S.A.",
1108
+ nomeReduzido: "CREDITAS SCD",
1109
+ participaCompe: false
1110
+ },
1111
+ {
1112
+ codigo: "348",
1113
+ ispb: "33264668",
1114
+ nome: "Banco XP S.A.",
1115
+ nomeReduzido: "BCO XP S.A.",
1116
+ participaCompe: false
1117
+ },
1118
+ {
1119
+ codigo: "349",
1120
+ ispb: "27214112",
1121
+ nome: "AL5 S.A. SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO",
1122
+ nomeReduzido: "AL5 S.A. SCFI",
1123
+ participaCompe: false
1124
+ },
1125
+ {
1126
+ codigo: "350",
1127
+ ispb: "01330387",
1128
+ nome: "COOPERATIVA DE CR\xC9DITO POPULAR DO BRASIL - CREHNOR",
1129
+ nomeReduzido: "COOPERATIVA DE CR\xC9DITO POPULAR DO BRASIL",
1130
+ participaCompe: false
1131
+ },
1132
+ {
1133
+ codigo: "352",
1134
+ ispb: "29162769",
1135
+ nome: "SANTANDER CORRETORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS S.A.",
1136
+ nomeReduzido: "SANTANDER CTVM S.A.",
1137
+ participaCompe: false
1138
+ },
1139
+ {
1140
+ codigo: "355",
1141
+ ispb: "34335592",
1142
+ nome: "\xD3TIMO SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1143
+ nomeReduzido: "\xD3TIMO SCD S.A.",
1144
+ participaCompe: false
1145
+ },
1146
+ {
1147
+ codigo: "358",
1148
+ ispb: "09464032",
1149
+ nome: "MIDWAY S.A. - SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO",
1150
+ nomeReduzido: "MIDWAY S.A. - SCFI",
1151
+ participaCompe: false
1152
+ },
1153
+ {
1154
+ codigo: "359",
1155
+ ispb: "05351887",
1156
+ nome: "ZEMA CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO S/A",
1157
+ nomeReduzido: "ZEMA CFI S/A",
1158
+ participaCompe: false
1159
+ },
1160
+ {
1161
+ codigo: "360",
1162
+ ispb: "02276653",
1163
+ nome: "TRINUS CAPITAL DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS S.A.",
1164
+ nomeReduzido: "TRINUS CAPITAL DTVM",
1165
+ participaCompe: false
1166
+ },
1167
+ {
1168
+ codigo: "362",
1169
+ ispb: "01027058",
1170
+ nome: "CIELO S.A. - INSTITUI\xC7\xC3O DE PAGAMENTO",
1171
+ nomeReduzido: "CIELO IP S.A.",
1172
+ participaCompe: false
1173
+ },
1174
+ {
1175
+ codigo: "363",
1176
+ ispb: "62285390",
1177
+ nome: "QI CORRETORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS S.A.",
1178
+ nomeReduzido: "QI CTVM S.A.",
1179
+ participaCompe: false
1180
+ },
1181
+ {
1182
+ codigo: "364",
1183
+ ispb: "09089356",
1184
+ nome: "EF\xCD S.A. - INSTITUI\xC7\xC3O DE PAGAMENTO",
1185
+ nomeReduzido: "EF\xCD S.A. - IP",
1186
+ participaCompe: false
1187
+ },
1188
+ {
1189
+ codigo: "365",
1190
+ ispb: "68757681",
1191
+ nome: "SIMPAUL CORRETORA DE CAMBIO E VALORES MOBILIARIOS S.A.",
1192
+ nomeReduzido: "SIMPAUL",
1193
+ participaCompe: false
1194
+ },
1195
+ {
1196
+ codigo: "366",
1197
+ ispb: "61533584",
1198
+ nome: "BANCO SOCIETE GENERALE BRASIL S.A.",
1199
+ nomeReduzido: "BCO SOCIETE GENERALE BRASIL",
1200
+ participaCompe: false
1201
+ },
1202
+ {
1203
+ codigo: "368",
1204
+ ispb: "08357240",
1205
+ nome: "Banco CSF S.A.",
1206
+ nomeReduzido: "BCO CSF S.A.",
1207
+ participaCompe: false
1208
+ },
1209
+ {
1210
+ codigo: "370",
1211
+ ispb: "61088183",
1212
+ nome: "Banco Mizuho do Brasil S.A.",
1213
+ nomeReduzido: "BCO MIZUHO S.A.",
1214
+ participaCompe: false
1215
+ },
1216
+ {
1217
+ codigo: "373",
1218
+ ispb: "35977097",
1219
+ nome: "UP.P SOCIEDADE DE EMPR\xC9STIMO ENTRE PESSOAS S.A.",
1220
+ nomeReduzido: "UP.P SEP S.A.",
1221
+ participaCompe: false
1222
+ },
1223
+ {
1224
+ codigo: "374",
1225
+ ispb: "27351731",
1226
+ nome: "REALIZE SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO S.A.",
1227
+ nomeReduzido: "REALIZE SCFI S.A.",
1228
+ participaCompe: false
1229
+ },
1230
+ {
1231
+ codigo: "376",
1232
+ ispb: "33172537",
1233
+ nome: "BANCO J.P. MORGAN S.A.",
1234
+ nomeReduzido: "BCO J.P. MORGAN S.A.",
1235
+ participaCompe: false
1236
+ },
1237
+ {
1238
+ codigo: "377",
1239
+ ispb: "17826860",
1240
+ nome: "BMS SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1241
+ nomeReduzido: "BMS SCD S.A.",
1242
+ participaCompe: false
1243
+ },
1244
+ {
1245
+ codigo: "378",
1246
+ ispb: "01852137",
1247
+ nome: "BANCO BRASILEIRO DE CR\xC9DITO SOCIEDADE AN\xD4NIMA",
1248
+ nomeReduzido: "BCO BRASILEIRO DE CR\xC9DITO S.A.",
1249
+ participaCompe: false
1250
+ },
1251
+ {
1252
+ codigo: "379",
1253
+ ispb: "01658426",
1254
+ nome: "COOPERFORTE COOPERATIVA DE CR\xC9DITO E INVESTIMENTOS LTDA",
1255
+ nomeReduzido: "COOP COOPERFORTE LTDA.",
1256
+ participaCompe: false
1257
+ },
1258
+ {
1259
+ codigo: "380",
1260
+ ispb: "22896431",
1261
+ nome: "PICPAY INSTITUI\xE7\xE3O DE PAGAMENTO S.A.",
1262
+ nomeReduzido: "PICPAY",
1263
+ participaCompe: false
1264
+ },
1265
+ {
1266
+ codigo: "381",
1267
+ ispb: "60814191",
1268
+ nome: "BANCO MERCEDES-BENZ DO BRASIL S.A.",
1269
+ nomeReduzido: "BCO MERCEDES-BENZ S.A.",
1270
+ participaCompe: false
1271
+ },
1272
+ {
1273
+ codigo: "382",
1274
+ ispb: "04307598",
1275
+ nome: "FID\xDACIA SOCIEDADE DE CR\xC9DITO AO MICROEMPREENDEDOR E \xC0 EMPRESA DE PEQUENO PORTE LIMITADA.",
1276
+ nomeReduzido: "FIDUCIA SCMEPP LTDA",
1277
+ participaCompe: false
1278
+ },
1279
+ {
1280
+ codigo: "383",
1281
+ ispb: "21018182",
1282
+ nome: "EBANX INSTITUICAO DE PAGAMENTOS LTDA.",
1283
+ nomeReduzido: "EBANX IP LTDA.",
1284
+ participaCompe: false
1285
+ },
1286
+ {
1287
+ codigo: "384",
1288
+ ispb: "11165756",
1289
+ nome: "GLOBAL FINAN\xC7AS SOCIEDADE DE CR\xC9DITO AO MICROEMPREENDEDOR E \xC0 EMPRESA DE PEQUENO PORTE LTDA.",
1290
+ nomeReduzido: "GLOBAL SCM LTDA",
1291
+ participaCompe: false
1292
+ },
1293
+ {
1294
+ codigo: "385",
1295
+ ispb: "03844699",
1296
+ nome: "COOPERATIVA DE ECONOMIA E CREDITO MUTUO DOS TRABALHADORES PORTUARIOS DA GRANDE VITORIA - CREDESTIVA.",
1297
+ nomeReduzido: "CECM DOS TRAB.PORT. DA G.VITOR",
1298
+ participaCompe: false
1299
+ },
1300
+ {
1301
+ codigo: "386",
1302
+ ispb: "30680829",
1303
+ nome: "NU FINANCEIRA S.A. - Sociedade de Cr\xE9dito, Financiamento e Investimento",
1304
+ nomeReduzido: "NU FINANCEIRA S.A. CFI",
1305
+ participaCompe: false
1306
+ },
1307
+ {
1308
+ codigo: "387",
1309
+ ispb: "03215790",
1310
+ nome: "Banco Toyota do Brasil S.A.",
1311
+ nomeReduzido: "BCO TOYOTA DO BRASIL S.A.",
1312
+ participaCompe: false
1313
+ },
1314
+ {
1315
+ codigo: "389",
1316
+ ispb: "17184037",
1317
+ nome: "Banco Mercantil do Brasil S.A.",
1318
+ nomeReduzido: "BCO MERCANTIL DO BRASIL S.A.",
1319
+ participaCompe: true
1320
+ },
1321
+ {
1322
+ codigo: "390",
1323
+ ispb: "59274605",
1324
+ nome: "BANCO GM S.A.",
1325
+ nomeReduzido: "BCO GM S.A.",
1326
+ participaCompe: false
1327
+ },
1328
+ {
1329
+ codigo: "391",
1330
+ ispb: "08240446",
1331
+ nome: "COOPERATIVA DE CREDITO RURAL DE IBIAM - SULCREDI/IBIAM",
1332
+ nomeReduzido: "CCR DE IBIAM",
1333
+ participaCompe: false
1334
+ },
1335
+ {
1336
+ codigo: "393",
1337
+ ispb: "59109165",
1338
+ nome: "Banco Volkswagen S.A.",
1339
+ nomeReduzido: "BCO VOLKSWAGEN S.A",
1340
+ participaCompe: false
1341
+ },
1342
+ {
1343
+ codigo: "394",
1344
+ ispb: "07207996",
1345
+ nome: "Banco Bradesco Financiamentos S.A.",
1346
+ nomeReduzido: "BCO BRADESCO FINANC. S.A.",
1347
+ participaCompe: true
1348
+ },
1349
+ {
1350
+ codigo: "395",
1351
+ ispb: "08673569",
1352
+ nome: "F.D'GOLD - DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA.",
1353
+ nomeReduzido: "F D GOLD DTVM LTDA",
1354
+ participaCompe: false
1355
+ },
1356
+ {
1357
+ codigo: "396",
1358
+ ispb: "13884775",
1359
+ nome: "MAGALUPAY INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
1360
+ nomeReduzido: "MAGALUPAY",
1361
+ participaCompe: false
1362
+ },
1363
+ {
1364
+ codigo: "397",
1365
+ ispb: "34088029",
1366
+ nome: "LISTO SOCIEDADE DE CREDITO DIRETO S.A.",
1367
+ nomeReduzido: "LISTO SCD S.A.",
1368
+ participaCompe: false
1369
+ },
1370
+ {
1371
+ codigo: "398",
1372
+ ispb: "31749596",
1373
+ nome: "IDEAL CORRETORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS S.A.",
1374
+ nomeReduzido: "IDEAL CTVM S.A.",
1375
+ participaCompe: false
1376
+ },
1377
+ {
1378
+ codigo: "399",
1379
+ ispb: "01701201",
1380
+ nome: "Kirton Bank S.A. - Banco M\xFAltiplo",
1381
+ nomeReduzido: "Kirton Bank",
1382
+ participaCompe: false
1383
+ },
1384
+ {
1385
+ codigo: "400",
1386
+ ispb: "05491616",
1387
+ nome: "COOPERATIVA DE CR\xC9DITO, POUPAN\xC7A E SERVI\xC7OS FINANCEIROS - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
1388
+ nomeReduzido: "COOP CREDITAG - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
1389
+ participaCompe: false
1390
+ },
1391
+ {
1392
+ codigo: "401",
1393
+ ispb: "15111975",
1394
+ nome: "IUGU INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
1395
+ nomeReduzido: "IUGU IP S.A.",
1396
+ participaCompe: false
1397
+ },
1398
+ {
1399
+ codigo: "402",
1400
+ ispb: "36947229",
1401
+ nome: "COBUCCIO S/A - SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTOS",
1402
+ nomeReduzido: "COBUCCIO S.A. SCFI",
1403
+ participaCompe: false
1404
+ },
1405
+ {
1406
+ codigo: "403",
1407
+ ispb: "37880206",
1408
+ nome: "CORA SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO S.A.",
1409
+ nomeReduzido: "CORA SCFI",
1410
+ participaCompe: false
1411
+ },
1412
+ {
1413
+ codigo: "404",
1414
+ ispb: "37241230",
1415
+ nome: "SUMUP SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1416
+ nomeReduzido: "SUMUP SCD S.A.",
1417
+ participaCompe: false
1418
+ },
1419
+ {
1420
+ codigo: "406",
1421
+ ispb: "37715993",
1422
+ nome: "ACCREDITO - SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1423
+ nomeReduzido: "ACCREDITO SCD S.A.",
1424
+ participaCompe: false
1425
+ },
1426
+ {
1427
+ codigo: "407",
1428
+ ispb: "00329598",
1429
+ nome: "SEFER INVESTIMENTOS DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA",
1430
+ nomeReduzido: "SEFER INVESTIMENTOS DTVM LTDA",
1431
+ participaCompe: false
1432
+ },
1433
+ {
1434
+ codigo: "408",
1435
+ ispb: "36586946",
1436
+ nome: "BONUSPAGO SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1437
+ nomeReduzido: "BONUSPAGO SCD S.A.",
1438
+ participaCompe: false
1439
+ },
1440
+ {
1441
+ codigo: "410",
1442
+ ispb: "05684234",
1443
+ nome: "PLANNER SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1444
+ nomeReduzido: "PLANNER SOCIEDADE DE CR\xC9DITO DIRETO",
1445
+ participaCompe: false
1446
+ },
1447
+ {
1448
+ codigo: "411",
1449
+ ispb: "05192316",
1450
+ nome: "Via Certa Financiadora S.A. - Cr\xE9dito, Financiamento e Investimentos",
1451
+ nomeReduzido: "VIA CERTA FINANCIADORA S.A. - CFI",
1452
+ participaCompe: false
1453
+ },
1454
+ {
1455
+ codigo: "412",
1456
+ ispb: "15173776",
1457
+ nome: "SOCIAL BANK BANCO M\xDALTIPLO S/A",
1458
+ nomeReduzido: "SOCIAL BANK S/A",
1459
+ participaCompe: false
1460
+ },
1461
+ {
1462
+ codigo: "413",
1463
+ ispb: "01858774",
1464
+ nome: "BANCO BV S.A.",
1465
+ nomeReduzido: "BCO BV S.A.",
1466
+ participaCompe: false
1467
+ },
1468
+ {
1469
+ codigo: "414",
1470
+ ispb: "37526080",
1471
+ nome: "LEND SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1472
+ nomeReduzido: "LEND SCD S.A.",
1473
+ participaCompe: false
1474
+ },
1475
+ {
1476
+ codigo: "415",
1477
+ ispb: "17157777",
1478
+ nome: "BANCO NACIONAL S.A.",
1479
+ nomeReduzido: "BCO NACIONAL",
1480
+ participaCompe: false
1481
+ },
1482
+ {
1483
+ codigo: "416",
1484
+ ispb: "19324634",
1485
+ nome: "LAMARA SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1486
+ nomeReduzido: "LAMARA SCD S.A.",
1487
+ participaCompe: false
1488
+ },
1489
+ {
1490
+ codigo: "418",
1491
+ ispb: "37414009",
1492
+ nome: "ZIPDIN SOLU\xC7\xD5ES DIGITAIS SOCIEDADE DE CR\xC9DITO DIRETO S/A",
1493
+ nomeReduzido: "ZIPDIN SCD S.A.",
1494
+ participaCompe: false
1495
+ },
1496
+ {
1497
+ codigo: "419",
1498
+ ispb: "38129006",
1499
+ nome: "NUMBRS SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1500
+ nomeReduzido: "NUMBRS SCD S.A.",
1501
+ participaCompe: false
1502
+ },
1503
+ {
1504
+ codigo: "421",
1505
+ ispb: "39343350",
1506
+ nome: "LAR COOPERATIVA DE CR\xC9DITO - LAR CREDI",
1507
+ nomeReduzido: "CC LAR CREDI",
1508
+ participaCompe: true
1509
+ },
1510
+ {
1511
+ codigo: "422",
1512
+ ispb: "58160789",
1513
+ nome: "Banco Safra S.A.",
1514
+ nomeReduzido: "BCO SAFRA S.A.",
1515
+ participaCompe: true
1516
+ },
1517
+ {
1518
+ codigo: "423",
1519
+ ispb: "00460065",
1520
+ nome: "COLUNA S/A DISTRIBUIDORA DE TITULOS E VALORES MOBILI\xC1RIOS",
1521
+ nomeReduzido: "COLUNA S.A. DTVM",
1522
+ participaCompe: false
1523
+ },
1524
+ {
1525
+ codigo: "425",
1526
+ ispb: "03881423",
1527
+ nome: "SOCINAL S.A. - CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO",
1528
+ nomeReduzido: "SOCINAL S.A. CFI",
1529
+ participaCompe: false
1530
+ },
1531
+ {
1532
+ codigo: "426",
1533
+ ispb: "11285104",
1534
+ nome: "NEON FINANCEIRA - SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO S.A",
1535
+ nomeReduzido: "NEON FINANCEIRA - SCFI S.A.",
1536
+ participaCompe: false
1537
+ },
1538
+ {
1539
+ codigo: "427",
1540
+ ispb: "27302181",
1541
+ nome: "COOPERATIVA DE CR\xC9DITO DOS SERVIDORES DA UNIVERSIDADE FEDERAL DO ESPIRITO SANTO",
1542
+ nomeReduzido: "CRED.UFES",
1543
+ participaCompe: false
1544
+ },
1545
+ {
1546
+ codigo: "428",
1547
+ ispb: "39664698",
1548
+ nome: "CREDSYSTEM SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1549
+ nomeReduzido: "CREDSYSTEM SCD S.A.",
1550
+ participaCompe: false
1551
+ },
1552
+ {
1553
+ codigo: "430",
1554
+ ispb: "00204963",
1555
+ nome: "COOPERATIVA DE CREDITO RURAL SEARA - CREDISEARA",
1556
+ nomeReduzido: "CCR SEARA",
1557
+ participaCompe: true
1558
+ },
1559
+ {
1560
+ codigo: "433",
1561
+ ispb: "44077014",
1562
+ nome: "BR-CAPITAL DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS S.A.",
1563
+ nomeReduzido: "BR-CAPITAL DTVM S.A.",
1564
+ participaCompe: false
1565
+ },
1566
+ {
1567
+ codigo: "435",
1568
+ ispb: "38224857",
1569
+ nome: "DELFINANCE SOCIEDADE DE CREDITO DIRETO S.A.",
1570
+ nomeReduzido: "DELFINANCE SCD S.A.",
1571
+ participaCompe: true
1572
+ },
1573
+ {
1574
+ codigo: "438",
1575
+ ispb: "67030395",
1576
+ nome: "TRUSTEE DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA.",
1577
+ nomeReduzido: "TRUSTEE DTVM LTDA.",
1578
+ participaCompe: false
1579
+ },
1580
+ {
1581
+ codigo: "439",
1582
+ ispb: "16695922",
1583
+ nome: "ID CORRETORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS S.A.",
1584
+ nomeReduzido: "ID CTVM",
1585
+ participaCompe: false
1586
+ },
1587
+ {
1588
+ codigo: "440",
1589
+ ispb: "82096447",
1590
+ nome: "CREDI&GENTE - COOPERATIVA DE CR\xC9DITO E INVESTIMENTOS",
1591
+ nomeReduzido: "COOP CREDI&GENTE",
1592
+ participaCompe: false
1593
+ },
1594
+ {
1595
+ codigo: "443",
1596
+ ispb: "39416705",
1597
+ nome: "OCTA SOCIEDADE DE CR\xC9DITO DIRETO S.A. - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
1598
+ nomeReduzido: "OCTA SCD S.A. - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
1599
+ participaCompe: false
1600
+ },
1601
+ {
1602
+ codigo: "444",
1603
+ ispb: "40654622",
1604
+ nome: "TRINUS SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1605
+ nomeReduzido: "TRINUS SCD S.A.",
1606
+ participaCompe: false
1607
+ },
1608
+ {
1609
+ codigo: "445",
1610
+ ispb: "35551187",
1611
+ nome: "PLANTAE S.A. - CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO",
1612
+ nomeReduzido: "PLANTAE CFI",
1613
+ participaCompe: false
1614
+ },
1615
+ {
1616
+ codigo: "447",
1617
+ ispb: "12392983",
1618
+ nome: "MIRAE ASSET (BRASIL) CORRETORA DE C\xC2MBIO, T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA.",
1619
+ nomeReduzido: "MIRAE ASSET (BRASIL) CCTVM LTDA.",
1620
+ participaCompe: false
1621
+ },
1622
+ {
1623
+ codigo: "448",
1624
+ ispb: "39669186",
1625
+ nome: "HEMERA DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA.",
1626
+ nomeReduzido: "HEMERA DTVM LTDA.",
1627
+ participaCompe: false
1628
+ },
1629
+ {
1630
+ codigo: "449",
1631
+ ispb: "37555231",
1632
+ nome: "DM SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1633
+ nomeReduzido: "DM",
1634
+ participaCompe: false
1635
+ },
1636
+ {
1637
+ codigo: "450",
1638
+ ispb: "13203354",
1639
+ nome: "FITS INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
1640
+ nomeReduzido: "FITS IP",
1641
+ participaCompe: false
1642
+ },
1643
+ {
1644
+ codigo: "451",
1645
+ ispb: "40475846",
1646
+ nome: "J17 - SOCIEDADE DE CR\xC9DITO DIRETO S/A",
1647
+ nomeReduzido: "J17 - SCD S/A",
1648
+ participaCompe: false
1649
+ },
1650
+ {
1651
+ codigo: "452",
1652
+ ispb: "39676772",
1653
+ nome: "CREDIFIT SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1654
+ nomeReduzido: "CREDIFIT SCD S.A.",
1655
+ participaCompe: false
1656
+ },
1657
+ {
1658
+ codigo: "454",
1659
+ ispb: "41592532",
1660
+ nome: "M\xC9RITO DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA.",
1661
+ nomeReduzido: "M\xC9RITO DTVM LTDA.",
1662
+ participaCompe: false
1663
+ },
1664
+ {
1665
+ codigo: "455",
1666
+ ispb: "38429045",
1667
+ nome: "VIS DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA",
1668
+ nomeReduzido: "VIS DTVM LTDA",
1669
+ participaCompe: false
1670
+ },
1671
+ {
1672
+ codigo: "456",
1673
+ ispb: "60498557",
1674
+ nome: "Banco MUFG Brasil S.A.",
1675
+ nomeReduzido: "BCO MUFG BRASIL S.A.",
1676
+ participaCompe: true
1677
+ },
1678
+ {
1679
+ codigo: "457",
1680
+ ispb: "39587424",
1681
+ nome: "UY3 SOCIEDADE DE CR\xC9DITO DIRETO S/A",
1682
+ nomeReduzido: "UY3 SCD S/A",
1683
+ participaCompe: false
1684
+ },
1685
+ {
1686
+ codigo: "458",
1687
+ ispb: "07253654",
1688
+ nome: "HEDGE INVESTMENTS DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA.",
1689
+ nomeReduzido: "HEDGE INVESTMENTS DTVM LTDA.",
1690
+ participaCompe: false
1691
+ },
1692
+ {
1693
+ codigo: "460",
1694
+ ispb: "42047025",
1695
+ nome: "UNAVANTI SOCIEDADE DE CR\xC9DITO DIRETO S/A",
1696
+ nomeReduzido: "UNAVANTI SCD S/A",
1697
+ participaCompe: false
1698
+ },
1699
+ {
1700
+ codigo: "461",
1701
+ ispb: "19540550",
1702
+ nome: "ASAAS GEST\xC3O FINANCEIRA INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
1703
+ nomeReduzido: "ASAAS IP S.A.",
1704
+ participaCompe: false
1705
+ },
1706
+ {
1707
+ codigo: "462",
1708
+ ispb: "39908427",
1709
+ nome: "STARK SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1710
+ nomeReduzido: "STARK SCD S.A.",
1711
+ participaCompe: false
1712
+ },
1713
+ {
1714
+ codigo: "463",
1715
+ ispb: "40434681",
1716
+ nome: "AZUMI DISTRIBUIDORA DE T\xEDTULOS E VALORES MOBILI\xE1RIOS LTDA.",
1717
+ nomeReduzido: "AZUMI DTVM",
1718
+ participaCompe: false
1719
+ },
1720
+ {
1721
+ codigo: "464",
1722
+ ispb: "60518222",
1723
+ nome: "Banco Sumitomo Mitsui Brasileiro S.A.",
1724
+ nomeReduzido: "BCO SUMITOMO MITSUI BRASIL S.A.",
1725
+ participaCompe: false
1726
+ },
1727
+ {
1728
+ codigo: "465",
1729
+ ispb: "40083667",
1730
+ nome: "CAPITAL CONSIG SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1731
+ nomeReduzido: "CAPITAL CONSIG SCD S.A.",
1732
+ participaCompe: false
1733
+ },
1734
+ {
1735
+ codigo: "467",
1736
+ ispb: "33886862",
1737
+ nome: "MASTER S/A CORRETORA DE C\xC2MBIO, T\xCDTULOS E VALORES MOBILI\xC1RIOS - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
1738
+ nomeReduzido: "MASTER S/A CCTVM - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
1739
+ participaCompe: false
1740
+ },
1741
+ {
1742
+ codigo: "468",
1743
+ ispb: "04862600",
1744
+ nome: "PORTOSEG S.A. - CREDITO, FINANCIAMENTO E INVESTIMENTO",
1745
+ nomeReduzido: "PORTOSEG S.A. CFI",
1746
+ participaCompe: false
1747
+ },
1748
+ {
1749
+ codigo: "469",
1750
+ ispb: "07138049",
1751
+ nome: "PICPAY INVEST DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA",
1752
+ nomeReduzido: "PICPAY INVEST",
1753
+ participaCompe: false
1754
+ },
1755
+ {
1756
+ codigo: "470",
1757
+ ispb: "18394228",
1758
+ nome: "CDC SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1759
+ nomeReduzido: "CDC SCD S.A.",
1760
+ participaCompe: false
1761
+ },
1762
+ {
1763
+ codigo: "473",
1764
+ ispb: "33466988",
1765
+ nome: "Banco Caixa Geral - Brasil S.A.",
1766
+ nomeReduzido: "BCO CAIXA GERAL BRASIL S.A.",
1767
+ participaCompe: false
1768
+ },
1769
+ {
1770
+ codigo: "475",
1771
+ ispb: "10371492",
1772
+ nome: "Banco Yamaha Motor do Brasil S.A.",
1773
+ nomeReduzido: "BCO YAMAHA MOTOR S.A.",
1774
+ participaCompe: false
1775
+ },
1776
+ {
1777
+ codigo: "476",
1778
+ ispb: "45860531",
1779
+ nome: "IDEA MAKER INSTITUICAO DE PAGAMENTO LTDA",
1780
+ nomeReduzido: "IDEA MAKER IP LTDA",
1781
+ participaCompe: false
1782
+ },
1783
+ {
1784
+ codigo: "477",
1785
+ ispb: "33042953",
1786
+ nome: "Citibank N.A.",
1787
+ nomeReduzido: "CITIBANK N.A.",
1788
+ participaCompe: true
1789
+ },
1790
+ {
1791
+ codigo: "478",
1792
+ ispb: "11760553",
1793
+ nome: "GAZINCRED S.A. SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO",
1794
+ nomeReduzido: "GAZINCRED S.A. SCFI",
1795
+ participaCompe: false
1796
+ },
1797
+ {
1798
+ codigo: "479",
1799
+ ispb: "60394079",
1800
+ nome: "Banco ItauBank S.A.",
1801
+ nomeReduzido: "BCO ITAUBANK S.A.",
1802
+ participaCompe: false
1803
+ },
1804
+ {
1805
+ codigo: "481",
1806
+ ispb: "43599047",
1807
+ nome: "SUPERL\xD3GICA SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1808
+ nomeReduzido: "SUPERL\xD3GICA SCD S.A.",
1809
+ participaCompe: false
1810
+ },
1811
+ {
1812
+ codigo: "482",
1813
+ ispb: "42259084",
1814
+ nome: "ARTTA SOCIEDADE DE CR\xC9DITO DIRETO S.A",
1815
+ nomeReduzido: "ARTTA SCD",
1816
+ participaCompe: false
1817
+ },
1818
+ {
1819
+ codigo: "484",
1820
+ ispb: "36864992",
1821
+ nome: "MAF DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS S.A.",
1822
+ nomeReduzido: "MAF DTVM SA",
1823
+ participaCompe: false
1824
+ },
1825
+ {
1826
+ codigo: "487",
1827
+ ispb: "62331228",
1828
+ nome: "DEUTSCHE BANK S.A. - BANCO ALEMAO",
1829
+ nomeReduzido: "DEUTSCHE BANK S.A.BCO ALEMAO",
1830
+ participaCompe: true
1831
+ },
1832
+ {
1833
+ codigo: "488",
1834
+ ispb: "46518205",
1835
+ nome: "JPMorgan Chase Bank, National Association",
1836
+ nomeReduzido: "JPMORGAN CHASE BANK",
1837
+ participaCompe: false
1838
+ },
1839
+ {
1840
+ codigo: "495",
1841
+ ispb: "44189447",
1842
+ nome: "Banco de La Provincia de Buenos Aires",
1843
+ nomeReduzido: "BCO LA PROVINCIA B AIRES BCE",
1844
+ participaCompe: false
1845
+ },
1846
+ {
1847
+ codigo: "496",
1848
+ ispb: "45283173",
1849
+ nome: "BBVA BRASIL BANCO DE INVESTIMENTO S.A.",
1850
+ nomeReduzido: "BBVA BRASIL BI S.A.",
1851
+ participaCompe: false
1852
+ },
1853
+ {
1854
+ codigo: "505",
1855
+ ispb: "32062580",
1856
+ nome: "BANCO UBS (BRASIL) S.A.",
1857
+ nomeReduzido: "BCO UBS BRASIL",
1858
+ participaCompe: true
1859
+ },
1860
+ {
1861
+ codigo: "506",
1862
+ ispb: "42066258",
1863
+ nome: "RJI CORRETORA DE TITULOS E VALORES MOBILIARIOS LTDA",
1864
+ nomeReduzido: "RJI",
1865
+ participaCompe: false
1866
+ },
1867
+ {
1868
+ codigo: "507",
1869
+ ispb: "37229413",
1870
+ nome: "SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO EF\xCD S.A.",
1871
+ nomeReduzido: "SCFI EF\xCD S.A.",
1872
+ participaCompe: false
1873
+ },
1874
+ {
1875
+ codigo: "508",
1876
+ ispb: "61384004",
1877
+ nome: "AVENUE SECURITIES BANCO DE INVESTIMENTO S.A.",
1878
+ nomeReduzido: "AVENUE SECURITIES BI S.A.",
1879
+ participaCompe: false
1880
+ },
1881
+ {
1882
+ codigo: "509",
1883
+ ispb: "13935893",
1884
+ nome: "CELCOIN INSTITUICAO DE PAGAMENTO S.A.",
1885
+ nomeReduzido: "CELCOIN IP S.A.",
1886
+ participaCompe: false
1887
+ },
1888
+ {
1889
+ codigo: "510",
1890
+ ispb: "39738065",
1891
+ nome: "FFCRED SOCIEDADE DE CR\xC9DITO DIRETO S.A..",
1892
+ nomeReduzido: "FFCRED SCD S.A.",
1893
+ participaCompe: false
1894
+ },
1895
+ {
1896
+ codigo: "511",
1897
+ ispb: "44683140",
1898
+ nome: "MAGNUM SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1899
+ nomeReduzido: "MAGNUM SCD",
1900
+ participaCompe: true
1901
+ },
1902
+ {
1903
+ codigo: "512",
1904
+ ispb: "36266751",
1905
+ nome: "FINVEST DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA.",
1906
+ nomeReduzido: "FINVEST DTVM",
1907
+ participaCompe: false
1908
+ },
1909
+ {
1910
+ codigo: "513",
1911
+ ispb: "44728700",
1912
+ nome: "ATF SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1913
+ nomeReduzido: "ATF SCD S.A.",
1914
+ participaCompe: false
1915
+ },
1916
+ {
1917
+ codigo: "514",
1918
+ ispb: "73302408",
1919
+ nome: "EXIM CORRETORA DE CAMBIO LTDA",
1920
+ nomeReduzido: "EXIM CC LTDA.",
1921
+ participaCompe: false
1922
+ },
1923
+ {
1924
+ codigo: "516",
1925
+ ispb: "36583700",
1926
+ nome: "QISTA S.A. - CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO",
1927
+ nomeReduzido: "QISTA S.A. CFI",
1928
+ participaCompe: false
1929
+ },
1930
+ {
1931
+ codigo: "517",
1932
+ ispb: "03816413",
1933
+ nome: "PAGUEVELOZ INSTITUI\xC7\xC3O DE PAGAMENTO LTDA.",
1934
+ nomeReduzido: "PAGUEVELOZ IP LTDA.",
1935
+ participaCompe: false
1936
+ },
1937
+ {
1938
+ codigo: "518",
1939
+ ispb: "37679449",
1940
+ nome: "MERCADO CR\xC9DITO SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO S.A.",
1941
+ nomeReduzido: "MERCADO CR\xC9DITO SCFI S.A.",
1942
+ participaCompe: false
1943
+ },
1944
+ {
1945
+ codigo: "519",
1946
+ ispb: "40768766",
1947
+ nome: "LIONS TRUST DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA.",
1948
+ nomeReduzido: "LIONS TRUST DTVM",
1949
+ participaCompe: false
1950
+ },
1951
+ {
1952
+ codigo: "520",
1953
+ ispb: "44705774",
1954
+ nome: "SOMAPAY SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1955
+ nomeReduzido: "SOMAPAY SCD S.A.",
1956
+ participaCompe: false
1957
+ },
1958
+ {
1959
+ codigo: "521",
1960
+ ispb: "44019481",
1961
+ nome: "PEAK SOCIEDADE DE EMPR\xC9STIMO ENTRE PESSOAS S.A.",
1962
+ nomeReduzido: "PEAK SEP S.A.",
1963
+ participaCompe: false
1964
+ },
1965
+ {
1966
+ codigo: "522",
1967
+ ispb: "47593544",
1968
+ nome: "RED SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1969
+ nomeReduzido: "RED SCD S.A.",
1970
+ participaCompe: false
1971
+ },
1972
+ {
1973
+ codigo: "523",
1974
+ ispb: "44292580",
1975
+ nome: "HR DIGITAL - SOCIEDADE DE CR\xC9DITO DIRETO S/A",
1976
+ nomeReduzido: "HR DIGITAL SCD",
1977
+ participaCompe: false
1978
+ },
1979
+ {
1980
+ codigo: "524",
1981
+ ispb: "45854066",
1982
+ nome: "WNT CAPITAL DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS S.A.",
1983
+ nomeReduzido: "WNT CAPITAL DTVM",
1984
+ participaCompe: false
1985
+ },
1986
+ {
1987
+ codigo: "525",
1988
+ ispb: "34265629",
1989
+ nome: "INTERCAM CORRETORA DE C\xC2MBIO LTDA.",
1990
+ nomeReduzido: "INTERCAM CC LTDA",
1991
+ participaCompe: false
1992
+ },
1993
+ {
1994
+ codigo: "526",
1995
+ ispb: "46026562",
1996
+ nome: "MONETARIE SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
1997
+ nomeReduzido: "MONETARIE SCD",
1998
+ participaCompe: false
1999
+ },
2000
+ {
2001
+ codigo: "527",
2002
+ ispb: "44478623",
2003
+ nome: "ATICCA - SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2004
+ nomeReduzido: "ATICCA SCD S.A.",
2005
+ participaCompe: false
2006
+ },
2007
+ {
2008
+ codigo: "528",
2009
+ ispb: "34829992",
2010
+ nome: "CBSF DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS S.A.- EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
2011
+ nomeReduzido: "CBSF DTVM -EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
2012
+ participaCompe: false
2013
+ },
2014
+ {
2015
+ codigo: "529",
2016
+ ispb: "17079937",
2017
+ nome: "PINBANK BRASIL INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
2018
+ nomeReduzido: "PINBANK IP",
2019
+ participaCompe: false
2020
+ },
2021
+ {
2022
+ codigo: "530",
2023
+ ispb: "47873449",
2024
+ nome: "SER FINANCE SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2025
+ nomeReduzido: "SER FINANCE SCD S.A.",
2026
+ participaCompe: false
2027
+ },
2028
+ {
2029
+ codigo: "531",
2030
+ ispb: "34337707",
2031
+ nome: "BMP SOCIEDADE DE CR\xC9DITO DIRETO S.A",
2032
+ nomeReduzido: "BMP SCD S.A.",
2033
+ participaCompe: false
2034
+ },
2035
+ {
2036
+ codigo: "532",
2037
+ ispb: "45745537",
2038
+ nome: "FUTURO SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2039
+ nomeReduzido: "FUTURO SCD",
2040
+ participaCompe: false
2041
+ },
2042
+ {
2043
+ codigo: "533",
2044
+ ispb: "22575466",
2045
+ nome: "SRM BANK INSTITUI\xC7\xC3O DE PAGAMENTO S/A",
2046
+ nomeReduzido: "SRM BANK",
2047
+ participaCompe: false
2048
+ },
2049
+ {
2050
+ codigo: "534",
2051
+ ispb: "00714671",
2052
+ nome: "EWALLY INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
2053
+ nomeReduzido: "EWALLY IP S.A.",
2054
+ participaCompe: false
2055
+ },
2056
+ {
2057
+ codigo: "535",
2058
+ ispb: "39519944",
2059
+ nome: "OPEA SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2060
+ nomeReduzido: "OPEA SCD",
2061
+ participaCompe: false
2062
+ },
2063
+ {
2064
+ codigo: "536",
2065
+ ispb: "20855875",
2066
+ nome: "NEON PAGAMENTOS S.A. - INSTITUI\xC7\xC3O DE PAGAMENTO",
2067
+ nomeReduzido: "NEON PAGAMENTOS S.A. IP",
2068
+ participaCompe: false
2069
+ },
2070
+ {
2071
+ codigo: "537",
2072
+ ispb: "45756448",
2073
+ nome: "MICROCASH SOCIEDADE DE CR\xC9DITO AO MICROEMPREENDEDOR E \xC0 EMPRESA DE PEQUENO PORTE LTDA.",
2074
+ nomeReduzido: "MICROCASH SCMEPP LTDA.",
2075
+ participaCompe: false
2076
+ },
2077
+ {
2078
+ codigo: "538",
2079
+ ispb: "20251847",
2080
+ nome: "SUDACRED SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2081
+ nomeReduzido: "SUDACRED SCD S.A.",
2082
+ participaCompe: false
2083
+ },
2084
+ {
2085
+ codigo: "539",
2086
+ ispb: "00122327",
2087
+ nome: "SANTINVEST S.A. - CREDITO, FINANCIAMENTO E INVESTIMENTOS",
2088
+ nomeReduzido: "SANTINVEST S.A. - CFI",
2089
+ participaCompe: false
2090
+ },
2091
+ {
2092
+ codigo: "540",
2093
+ ispb: "04849745",
2094
+ nome: "HBI SOCIEDADE DE CR\xC9DITO DIRETO S/A.",
2095
+ nomeReduzido: "HBI SCD",
2096
+ participaCompe: false
2097
+ },
2098
+ {
2099
+ codigo: "541",
2100
+ ispb: "00954288",
2101
+ nome: "FUNDO GARANTIDOR DE CREDITOS - FGC",
2102
+ nomeReduzido: "FDO GARANTIDOR CR\xC9DITOS",
2103
+ participaCompe: false
2104
+ },
2105
+ {
2106
+ codigo: "542",
2107
+ ispb: "18189547",
2108
+ nome: "CLOUDWALK INSTITUI\xC7\xC3O DE PAGAMENTO E SERVICOS LTDA",
2109
+ nomeReduzido: "CLOUDWALK IP LTDA",
2110
+ participaCompe: false
2111
+ },
2112
+ {
2113
+ codigo: "543",
2114
+ ispb: "92825397",
2115
+ nome: "COOPERATIVA DE ECONOMIA E CR\xC9DITO M\xDATUO DOS ELETRICIT\xC1RIOS E DOS TRABALHADORES DAS EMPRESAS DO SETOR DE ENERGIA - COOPCRECE",
2116
+ nomeReduzido: "COOPCRECE",
2117
+ participaCompe: false
2118
+ },
2119
+ {
2120
+ codigo: "544",
2121
+ ispb: "38593706",
2122
+ nome: "MULTICRED SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2123
+ nomeReduzido: "MULTICRED SCD S.A.",
2124
+ participaCompe: false
2125
+ },
2126
+ {
2127
+ codigo: "545",
2128
+ ispb: "17352220",
2129
+ nome: "SENSO CORRETORA DE CAMBIO E VALORES MOBILIARIOS S.A",
2130
+ nomeReduzido: "SENSO CCVM S.A.",
2131
+ participaCompe: false
2132
+ },
2133
+ {
2134
+ codigo: "546",
2135
+ ispb: "30980539",
2136
+ nome: "OKTO INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
2137
+ nomeReduzido: "OKTO IP",
2138
+ participaCompe: false
2139
+ },
2140
+ {
2141
+ codigo: "547",
2142
+ ispb: "45331622",
2143
+ nome: "BNK DIGITAL SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2144
+ nomeReduzido: "BNK DIGITAL SCD S.A.",
2145
+ participaCompe: false
2146
+ },
2147
+ {
2148
+ codigo: "548",
2149
+ ispb: "06249129",
2150
+ nome: "RPW S/A SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO",
2151
+ nomeReduzido: "RPW S.A. SCFI",
2152
+ participaCompe: false
2153
+ },
2154
+ {
2155
+ codigo: "550",
2156
+ ispb: "32074986",
2157
+ nome: "BEETELLER INSTITUI\xC7\xC3O DE PAGAMENTO LTDA.",
2158
+ nomeReduzido: "BEETELLER IP LTDA.",
2159
+ participaCompe: false
2160
+ },
2161
+ {
2162
+ codigo: "551",
2163
+ ispb: "48967968",
2164
+ nome: "VERT DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA",
2165
+ nomeReduzido: "VERT DTVM LTDA.",
2166
+ participaCompe: false
2167
+ },
2168
+ {
2169
+ codigo: "552",
2170
+ ispb: "32192325",
2171
+ nome: "UZZIPAY INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
2172
+ nomeReduzido: "UZZIPAY IP S.A.",
2173
+ participaCompe: false
2174
+ },
2175
+ {
2176
+ codigo: "553",
2177
+ ispb: "48707451",
2178
+ nome: "PERCAPITAL SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2179
+ nomeReduzido: "PERCAPITAL SCD S.A.",
2180
+ participaCompe: false
2181
+ },
2182
+ {
2183
+ codigo: "554",
2184
+ ispb: "28811341",
2185
+ nome: "BANCO STONEX S.A.",
2186
+ nomeReduzido: "BCO STONEX S.A.",
2187
+ participaCompe: false
2188
+ },
2189
+ {
2190
+ codigo: "555",
2191
+ ispb: "02682287",
2192
+ nome: "PAN FINANCEIRA S.A. - SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTOS",
2193
+ nomeReduzido: "PAN FINAN",
2194
+ participaCompe: false
2195
+ },
2196
+ {
2197
+ codigo: "556",
2198
+ ispb: "40333582",
2199
+ nome: "SAYGO CORRETORA DE C\xC2MBIO S.A.",
2200
+ nomeReduzido: "SAYGO C\xC2MBIO",
2201
+ participaCompe: false
2202
+ },
2203
+ {
2204
+ codigo: "557",
2205
+ ispb: "30944783",
2206
+ nome: "PAGPRIME INSTITUICAO DE PAGAMENTO LTDA",
2207
+ nomeReduzido: "PAGPRIME IP",
2208
+ participaCompe: false
2209
+ },
2210
+ {
2211
+ codigo: "559",
2212
+ ispb: "49288113",
2213
+ nome: "KANASTRA FINANCEIRA S.A, CREDITO, FINANCIAMENTO E INVESTIMENTO",
2214
+ nomeReduzido: "KANASTRA CFI",
2215
+ participaCompe: false
2216
+ },
2217
+ {
2218
+ codigo: "560",
2219
+ ispb: "21995256",
2220
+ nome: "MAG INSTITUICAO DE PAGAMENTO LTDA",
2221
+ nomeReduzido: "MAG IP LTDA.",
2222
+ participaCompe: false
2223
+ },
2224
+ {
2225
+ codigo: "561",
2226
+ ispb: "20757199",
2227
+ nome: "PAY4FUN INSTITUICAO DE PAGAMENTO S.A.",
2228
+ nomeReduzido: "PAY4FUN IP S.A.",
2229
+ participaCompe: false
2230
+ },
2231
+ {
2232
+ codigo: "562",
2233
+ ispb: "18684408",
2234
+ nome: "AZIMUT BRASIL DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA",
2235
+ nomeReduzido: "AZIMUT BRASIL DTVM LTDA",
2236
+ participaCompe: false
2237
+ },
2238
+ {
2239
+ codigo: "563",
2240
+ ispb: "40276692",
2241
+ nome: "PROTEGE CASH INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
2242
+ nomeReduzido: "PROTEGE CASH",
2243
+ participaCompe: false
2244
+ },
2245
+ {
2246
+ codigo: "564",
2247
+ ispb: "63019146",
2248
+ nome: "J17 - SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO S/A",
2249
+ nomeReduzido: "J17 CFI S.A.",
2250
+ participaCompe: false
2251
+ },
2252
+ {
2253
+ codigo: "565",
2254
+ ispb: "74014747",
2255
+ nome: "\xC1GORA CORRETORA DE TITULOS E VALORES MOBILIARIOS S.A.",
2256
+ nomeReduzido: "\xC1GORA CTVM S.A.",
2257
+ participaCompe: false
2258
+ },
2259
+ {
2260
+ codigo: "566",
2261
+ ispb: "23114447",
2262
+ nome: "FLAGSHIP INSTITUICAO DE PAGAMENTO LTDA",
2263
+ nomeReduzido: "FLAGSHIP IP LTDA",
2264
+ participaCompe: false
2265
+ },
2266
+ {
2267
+ codigo: "567",
2268
+ ispb: "33040601",
2269
+ nome: "MERCANTIL FINANCEIRA S.A. - SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO.",
2270
+ nomeReduzido: "MERCANTIL FINANCEIRA",
2271
+ participaCompe: false
2272
+ },
2273
+ {
2274
+ codigo: "568",
2275
+ ispb: "49933388",
2276
+ nome: "BRCONDOS SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2277
+ nomeReduzido: "BRCONDOS SCD S.A.",
2278
+ participaCompe: false
2279
+ },
2280
+ {
2281
+ codigo: "569",
2282
+ ispb: "12473687",
2283
+ nome: "CONTA PRONTA INSTITUICAO DE PAGAMENTO LTDA",
2284
+ nomeReduzido: "CONTA PRONTA IP",
2285
+ participaCompe: false
2286
+ },
2287
+ {
2288
+ codigo: "572",
2289
+ ispb: "51414521",
2290
+ nome: "ALL IN CRED SOCIEDADE DE CREDITO DIRETO S.A.",
2291
+ nomeReduzido: "ALL IN CRED SCD S.A.",
2292
+ participaCompe: false
2293
+ },
2294
+ {
2295
+ codigo: "573",
2296
+ ispb: "18282093",
2297
+ nome: "OXY COMPANHIA HIPOTEC\xC1RIA",
2298
+ nomeReduzido: "OXY CH",
2299
+ participaCompe: false
2300
+ },
2301
+ {
2302
+ codigo: "574",
2303
+ ispb: "48756121",
2304
+ nome: "A55 SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2305
+ nomeReduzido: "A55 SCD S.A.",
2306
+ participaCompe: false
2307
+ },
2308
+ {
2309
+ codigo: "575",
2310
+ ispb: "48584954",
2311
+ nome: "DGBK CREDIT S.A. - SOCIEDADE DE CR\xC9DITO DIRETO.",
2312
+ nomeReduzido: "DGBK CREDIT S.A. - SOCIEDADE DE CR\xC9DITO DIRETO.",
2313
+ participaCompe: false
2314
+ },
2315
+ {
2316
+ codigo: "576",
2317
+ ispb: "11351086",
2318
+ nome: "MERCADO BITCOIN INSTITUICAO DE PAGAMENTO LTDA",
2319
+ nomeReduzido: "MERCADO BITCOIN IP LTDA",
2320
+ participaCompe: false
2321
+ },
2322
+ {
2323
+ codigo: "577",
2324
+ ispb: "10663610",
2325
+ nome: "DESENVOLVE SP - AG\xCANCIA DE FOMENTO DO ESTADO DE S\xC3O PAULO S.A.",
2326
+ nomeReduzido: "AF DESENVOLVE SP S.A.",
2327
+ participaCompe: false
2328
+ },
2329
+ {
2330
+ codigo: "579",
2331
+ ispb: "49555647",
2332
+ nome: "QUADRA SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2333
+ nomeReduzido: "QUADRA SCD",
2334
+ participaCompe: false
2335
+ },
2336
+ {
2337
+ codigo: "580",
2338
+ ispb: "87437687",
2339
+ nome: "COOPERATIVA CENTRAL DE CR\xC9DITO, POUPAN\xC7A E INVESTIMENTO DO SUL E SUDESTE - CENTRAL SICREDI SUL/SUDESTE",
2340
+ nomeReduzido: "CCCPOUPINV SUL E SUDESTE - CENTRAL SUL/SUDESTE",
2341
+ participaCompe: false
2342
+ },
2343
+ {
2344
+ codigo: "581",
2345
+ ispb: "70119680",
2346
+ nome: "COOPERATIVA CENTRAL DE CR\xC9DITO, POUPAN\xC7A E INVESTIMENTO DO NORDESTE - CENTRAL SICREDI NORDESTE",
2347
+ nomeReduzido: "CENTRAL NORDESTE",
2348
+ participaCompe: false
2349
+ },
2350
+ {
2351
+ codigo: "582",
2352
+ ispb: "33737818",
2353
+ nome: "COOPERATIVA CENTRAL DE CR\xC9DITO, POUPAN\xC7A E INVESTIMENTO DE MATO GROSSO DO SUL, GOI\xC1S, DISTRITO FEDERAL E TOCANTINS - CENTRAL SICREDI BRASIL CENTRAL",
2354
+ nomeReduzido: "CCC POUP INV DE MS, GO, DF E TO",
2355
+ participaCompe: false
2356
+ },
2357
+ {
2358
+ codigo: "583",
2359
+ ispb: "33667205",
2360
+ nome: "COOPERATIVA CENTRAL DE CR\xC9DITO, POUPAN\xC7A E INVESTIMENTO DO CENTRO NORTE DO BRASIL - CENTRAL SICREDI CENTRO NORTE",
2361
+ nomeReduzido: "CCC POUP INV DO CENTRO NORTE DO BRASIL",
2362
+ participaCompe: false
2363
+ },
2364
+ {
2365
+ codigo: "584",
2366
+ ispb: "80230774",
2367
+ nome: "COOPERATIVA CENTRAL DE CR\xC9DITO, POUPAN\xC7A E INVESTIMENTO DOS ESTADOS DO PARAN\xC1, S\xC3O PAULO E RIO DE JANEIRO - CENTRAL SICREDI PR/SP/RJ",
2368
+ nomeReduzido: "CCC POUP E INV DOS ESTADOS DO PR, SP E RJ",
2369
+ participaCompe: false
2370
+ },
2371
+ {
2372
+ codigo: "585",
2373
+ ispb: "50946592",
2374
+ nome: "SETHI SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2375
+ nomeReduzido: "SETHI SCD SA",
2376
+ participaCompe: false
2377
+ },
2378
+ {
2379
+ codigo: "586",
2380
+ ispb: "35810871",
2381
+ nome: "Z1 INSTITUI\xC7\xC3O DE PAGAMENTO LTDA.",
2382
+ nomeReduzido: "Z1 IP LTDA.",
2383
+ participaCompe: false
2384
+ },
2385
+ {
2386
+ codigo: "587",
2387
+ ispb: "37678915",
2388
+ nome: "FIDD DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA.",
2389
+ nomeReduzido: "FIDD DTVM LTDA.",
2390
+ participaCompe: false
2391
+ },
2392
+ {
2393
+ codigo: "588",
2394
+ ispb: "20308187",
2395
+ nome: "AVANCARD PROVER INSTITUI\xC7\xC3O DE PAGAMENTO LTDA",
2396
+ nomeReduzido: "AVANCARD PROVER IP LTDA",
2397
+ participaCompe: false
2398
+ },
2399
+ {
2400
+ codigo: "589",
2401
+ ispb: "51212088",
2402
+ nome: "G5 SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2403
+ nomeReduzido: "G5 SCD SA",
2404
+ participaCompe: false
2405
+ },
2406
+ {
2407
+ codigo: "590",
2408
+ ispb: "40473435",
2409
+ nome: "REPASSES FINANCEIROS E SOLUCOES TECNOLOGICAS INSTITUICAO DE PAGAMENTO S.A.",
2410
+ nomeReduzido: "REPASSES FINANCEIROS E SOLUCOES TECNOLOGICAS IP S.A.",
2411
+ participaCompe: false
2412
+ },
2413
+ {
2414
+ codigo: "591",
2415
+ ispb: "02671743",
2416
+ nome: "BANVOX DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA",
2417
+ nomeReduzido: "BANVOX DTVM",
2418
+ participaCompe: false
2419
+ },
2420
+ {
2421
+ codigo: "592",
2422
+ ispb: "45548763",
2423
+ nome: "INSTITUI\xC7\xC3O DE PAGAMENTOS MAPS LTDA.",
2424
+ nomeReduzido: "MAPS IP LTDA.",
2425
+ participaCompe: false
2426
+ },
2427
+ {
2428
+ codigo: "593",
2429
+ ispb: "27084098",
2430
+ nome: "TRANSFEERA INSTITUI\xC7\xC3O DE PAGAMENTO S.A",
2431
+ nomeReduzido: "TRANSFEERA IP S.A.",
2432
+ participaCompe: false
2433
+ },
2434
+ {
2435
+ codigo: "594",
2436
+ ispb: "48703388",
2437
+ nome: "ASA SOCIEDADE DE CR\xC9DITO FINANCIAMENTO E INVESTIMENTO S.A.",
2438
+ nomeReduzido: "ASA SCFI S.A.",
2439
+ participaCompe: false
2440
+ },
2441
+ {
2442
+ codigo: "595",
2443
+ ispb: "19468242",
2444
+ nome: "IFOOD PAGO INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
2445
+ nomeReduzido: "IFOOD PAGO IP",
2446
+ participaCompe: false
2447
+ },
2448
+ {
2449
+ codigo: "596",
2450
+ ispb: "39696395",
2451
+ nome: "CACTVS INSTITUICAO DE PAGAMENTO S.A",
2452
+ nomeReduzido: "CACTVS IP S.A.",
2453
+ participaCompe: false
2454
+ },
2455
+ {
2456
+ codigo: "597",
2457
+ ispb: "34747388",
2458
+ nome: "ISSUER INSTITUICAO DE PAGAMENTO LTDA.",
2459
+ nomeReduzido: "ISSUER IP LTDA.",
2460
+ participaCompe: false
2461
+ },
2462
+ {
2463
+ codigo: "598",
2464
+ ispb: "50626276",
2465
+ nome: "KONECT SOCIEDADE DE CR\xC9DITO DIRETO S/A",
2466
+ nomeReduzido: "KONECT SCD S/A",
2467
+ participaCompe: false
2468
+ },
2469
+ {
2470
+ codigo: "599",
2471
+ ispb: "36321990",
2472
+ nome: "AGORACRED S/A SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO",
2473
+ nomeReduzido: "AGORACRED S/A SCFI",
2474
+ participaCompe: false
2475
+ },
2476
+ {
2477
+ codigo: "600",
2478
+ ispb: "59118133",
2479
+ nome: "Banco Luso Brasileiro S.A.",
2480
+ nomeReduzido: "BCO LUSO BRASILEIRO S.A.",
2481
+ participaCompe: true
2482
+ },
2483
+ {
2484
+ codigo: "604",
2485
+ ispb: "31895683",
2486
+ nome: "Banco Industrial do Brasil S.A.",
2487
+ nomeReduzido: "BCO INDUSTRIAL DO BRASIL S.A.",
2488
+ participaCompe: true
2489
+ },
2490
+ {
2491
+ codigo: "610",
2492
+ ispb: "78626983",
2493
+ nome: "Banco VR S.A.",
2494
+ nomeReduzido: "BCO VR S.A.",
2495
+ participaCompe: false
2496
+ },
2497
+ {
2498
+ codigo: "611",
2499
+ ispb: "61820817",
2500
+ nome: "Banco Paulista S.A.",
2501
+ nomeReduzido: "BCO PAULISTA S.A.",
2502
+ participaCompe: true
2503
+ },
2504
+ {
2505
+ codigo: "612",
2506
+ ispb: "31880826",
2507
+ nome: "Banco Guanabara S.A.",
2508
+ nomeReduzido: "BCO GUANABARA S.A.",
2509
+ participaCompe: true
2510
+ },
2511
+ {
2512
+ codigo: "613",
2513
+ ispb: "60850229",
2514
+ nome: "Omni Banco S.A.",
2515
+ nomeReduzido: "OMNI BANCO S.A.",
2516
+ participaCompe: false
2517
+ },
2518
+ {
2519
+ codigo: "614",
2520
+ ispb: "52440987",
2521
+ nome: "SANTS SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2522
+ nomeReduzido: "SANTS SCD S.A.",
2523
+ participaCompe: false
2524
+ },
2525
+ {
2526
+ codigo: "615",
2527
+ ispb: "37470405",
2528
+ nome: "SMART SOLUTIONS GROUP INSTITUICAO DE PAGAMENTO LTDA",
2529
+ nomeReduzido: "SMART SOLUTIONS GROUP IP LTDA",
2530
+ participaCompe: false
2531
+ },
2532
+ {
2533
+ codigo: "619",
2534
+ ispb: "49931906",
2535
+ nome: "TRIO INSTITUICAO DE PAGAMENTO LTDA.",
2536
+ nomeReduzido: "TRIO IP LTDA.",
2537
+ participaCompe: false
2538
+ },
2539
+ {
2540
+ codigo: "620",
2541
+ ispb: "51342763",
2542
+ nome: "REVOLUT SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2543
+ nomeReduzido: "REVOLUT SCD S.A.",
2544
+ participaCompe: false
2545
+ },
2546
+ {
2547
+ codigo: "623",
2548
+ ispb: "59285411",
2549
+ nome: "Banco Pan S.A.",
2550
+ nomeReduzido: "BANCO PAN",
2551
+ participaCompe: true
2552
+ },
2553
+ {
2554
+ codigo: "626",
2555
+ ispb: "61348538",
2556
+ nome: "BANCO C6 CONSIGNADO S.A.",
2557
+ nomeReduzido: "BCO C6 CONSIG",
2558
+ participaCompe: false
2559
+ },
2560
+ {
2561
+ codigo: "630",
2562
+ ispb: "58497702",
2563
+ nome: "BANCO LETSBANK S.A. - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
2564
+ nomeReduzido: "BANCO LETSBANK S.A. - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
2565
+ participaCompe: false
2566
+ },
2567
+ {
2568
+ codigo: "632",
2569
+ ispb: "52586293",
2570
+ nome: "Z-ON SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2571
+ nomeReduzido: "Z-ON SCD S.A.",
2572
+ participaCompe: false
2573
+ },
2574
+ {
2575
+ codigo: "633",
2576
+ ispb: "68900810",
2577
+ nome: "Banco Rendimento S.A.",
2578
+ nomeReduzido: "BCO RENDIMENTO S.A.",
2579
+ participaCompe: true
2580
+ },
2581
+ {
2582
+ codigo: "634",
2583
+ ispb: "17351180",
2584
+ nome: "BANCO TRIANGULO S.A.",
2585
+ nomeReduzido: "BCO TRIANGULO S.A.",
2586
+ participaCompe: false
2587
+ },
2588
+ {
2589
+ codigo: "636",
2590
+ ispb: "40112555",
2591
+ nome: "GIRO - SOCIEDADE DE CR\xC9DITO DIRETO S/A",
2592
+ nomeReduzido: "GIRO - SCD S/A",
2593
+ participaCompe: false
2594
+ },
2595
+ {
2596
+ codigo: "637",
2597
+ ispb: "60889128",
2598
+ nome: "BANCO SOFISA S.A.",
2599
+ nomeReduzido: "BCO SOFISA S.A.",
2600
+ participaCompe: true
2601
+ },
2602
+ {
2603
+ codigo: "643",
2604
+ ispb: "62144175",
2605
+ nome: "Banco Pine S.A.",
2606
+ nomeReduzido: "BCO PINE S.A.",
2607
+ participaCompe: true
2608
+ },
2609
+ {
2610
+ codigo: "644",
2611
+ ispb: "54647259",
2612
+ nome: "321 SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2613
+ nomeReduzido: "321 SCD S.A.",
2614
+ participaCompe: false
2615
+ },
2616
+ {
2617
+ codigo: "646",
2618
+ ispb: "91669747",
2619
+ nome: "DM SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO S.A",
2620
+ nomeReduzido: "DM SCFI",
2621
+ participaCompe: false
2622
+ },
2623
+ {
2624
+ codigo: "651",
2625
+ ispb: "25104230",
2626
+ nome: "PAGARE INSTITUICAO DE PAGAMENTO S.A.",
2627
+ nomeReduzido: "PAGARE IP S.A.",
2628
+ participaCompe: false
2629
+ },
2630
+ {
2631
+ codigo: "653",
2632
+ ispb: "61024352",
2633
+ nome: "BANCO PLENO S.A. - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
2634
+ nomeReduzido: "BM PLENO S.A. - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
2635
+ participaCompe: false
2636
+ },
2637
+ {
2638
+ codigo: "654",
2639
+ ispb: "92874270",
2640
+ nome: "BANCO DIGIMAIS S.A.",
2641
+ nomeReduzido: "BCO DIGIMAIS S.A.",
2642
+ participaCompe: false
2643
+ },
2644
+ {
2645
+ codigo: "655",
2646
+ ispb: "59588111",
2647
+ nome: "Banco Votorantim S.A.",
2648
+ nomeReduzido: "BCO VOTORANTIM S.A.",
2649
+ participaCompe: false
2650
+ },
2651
+ {
2652
+ codigo: "659",
2653
+ ispb: "35210410",
2654
+ nome: "ONEKEY PAYMENTS INSTITUICAO DE PAGAMENTO SA",
2655
+ nomeReduzido: "ONEKEY PAYMENTS IP S.A.",
2656
+ participaCompe: false
2657
+ },
2658
+ {
2659
+ codigo: "660",
2660
+ ispb: "34471744",
2661
+ nome: "PAGME INSTITUI\xC7\xC3O DE PAGAMENTO LTDA.",
2662
+ nomeReduzido: "PAGME IP LTDA",
2663
+ participaCompe: false
2664
+ },
2665
+ {
2666
+ codigo: "661",
2667
+ ispb: "55428859",
2668
+ nome: "FREEX SOCIEDADE CORRETORA DE C\xC2MBIO S.A.",
2669
+ nomeReduzido: "FREEX SCC S.A.",
2670
+ participaCompe: false
2671
+ },
2672
+ {
2673
+ codigo: "662",
2674
+ ispb: "32708748",
2675
+ nome: "WE PAY OUT INSTITUICAO DE PAGAMENTO LTDA.",
2676
+ nomeReduzido: "WE PAY OUT IP LTDA.",
2677
+ participaCompe: false
2678
+ },
2679
+ {
2680
+ codigo: "663",
2681
+ ispb: "44782130",
2682
+ nome: "ACTUAL DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS S.A.",
2683
+ nomeReduzido: "ACTUAL DTVM S.A.",
2684
+ participaCompe: false
2685
+ },
2686
+ {
2687
+ codigo: "664",
2688
+ ispb: "11414839",
2689
+ nome: "EAGLE INSTITUICAO DE PAGAMENTO LTDA.",
2690
+ nomeReduzido: "EAGLE IP LTDA.",
2691
+ participaCompe: false
2692
+ },
2693
+ {
2694
+ codigo: "665",
2695
+ ispb: "20018183",
2696
+ nome: "STARK BANK S.A. - INSTITUICAO DE PAGAMENTO",
2697
+ nomeReduzido: "STARK BANK S.A. - IP",
2698
+ participaCompe: false
2699
+ },
2700
+ {
2701
+ codigo: "667",
2702
+ ispb: "48552108",
2703
+ nome: "LIQUIDO INSTITUICAO DE PAGAMENTO LTDA",
2704
+ nomeReduzido: "LIQUIDO IP LTDA",
2705
+ participaCompe: false
2706
+ },
2707
+ {
2708
+ codigo: "668",
2709
+ ispb: "48632754",
2710
+ nome: "CELCOIN SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2711
+ nomeReduzido: "CELCOIN SCD",
2712
+ participaCompe: false
2713
+ },
2714
+ {
2715
+ codigo: "669",
2716
+ ispb: "47133056",
2717
+ nome: "TRANSFERO INSTITUICAO DE PAGAMENTO LTDA.",
2718
+ nomeReduzido: "TRANSFERO IP LTDA.",
2719
+ participaCompe: false
2720
+ },
2721
+ {
2722
+ codigo: "670",
2723
+ ispb: "11491029",
2724
+ nome: "BSN PAGAMENTOS INSTITUI\xC7\xC3O DE PAGAMENTO LTDA",
2725
+ nomeReduzido: "BSN",
2726
+ participaCompe: false
2727
+ },
2728
+ {
2729
+ codigo: "671",
2730
+ ispb: "26264220",
2731
+ nome: "ZERO INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
2732
+ nomeReduzido: "ZERO IP",
2733
+ participaCompe: false
2734
+ },
2735
+ {
2736
+ codigo: "672",
2737
+ ispb: "53505601",
2738
+ nome: "STONE SOCIEDADE DE CREDITO, FINANCIAMENTO E INVESTIMENTO S.A.",
2739
+ nomeReduzido: "STONE CFI S.A.",
2740
+ participaCompe: false
2741
+ },
2742
+ {
2743
+ codigo: "673",
2744
+ ispb: "08482873",
2745
+ nome: "COOPERATIVA DE CR\xC9DITO RURAL DO AGRESTE ALAGOANO - COOPERAGRE",
2746
+ nomeReduzido: "CCR DO AGRESTE ALAGOANO",
2747
+ participaCompe: false
2748
+ },
2749
+ {
2750
+ codigo: "674",
2751
+ ispb: "27970567",
2752
+ nome: "HINOVA PAY INSTITUICAO DE PAGAMENTO S.A.",
2753
+ nomeReduzido: "HINOVA PAY IP S.A.",
2754
+ participaCompe: false
2755
+ },
2756
+ {
2757
+ codigo: "675",
2758
+ ispb: "30723871",
2759
+ nome: "CASAS BAHIA PAY INSTITUI\xC7\xC3O DE PAGAMENTO LTDA.",
2760
+ nomeReduzido: "CASAS BAHIA PAY IP LTDA.",
2761
+ participaCompe: false
2762
+ },
2763
+ {
2764
+ codigo: "676",
2765
+ ispb: "35479592",
2766
+ nome: "DUFRIO FINANCEIRA, CR\xC9DITO, FINANCIAMENTO E INVESTIMENTOS S.A.",
2767
+ nomeReduzido: "DUFRIO CFI S.A.",
2768
+ participaCompe: false
2769
+ },
2770
+ {
2771
+ codigo: "678",
2772
+ ispb: "45716916",
2773
+ nome: "FIDEM SOCIEDADE DE CR\xC9DITO DIRETO S/A",
2774
+ nomeReduzido: "FIDEM SCD S/A",
2775
+ participaCompe: false
2776
+ },
2777
+ {
2778
+ codigo: "679",
2779
+ ispb: "36690516",
2780
+ nome: "PAY INSTITUICAO DE PAGAMENTO S.A.",
2781
+ nomeReduzido: "PAY IP S.A.",
2782
+ participaCompe: false
2783
+ },
2784
+ {
2785
+ codigo: "680",
2786
+ ispb: "55823094",
2787
+ nome: "DELTA GLOBAL SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2788
+ nomeReduzido: "DELTA GLOBAL SCD S.A.",
2789
+ participaCompe: false
2790
+ },
2791
+ {
2792
+ codigo: "681",
2793
+ ispb: "50871921",
2794
+ nome: "MT INSTITUICAO DE PAGAMENTO SA",
2795
+ nomeReduzido: "MT IP S.A.",
2796
+ participaCompe: false
2797
+ },
2798
+ {
2799
+ codigo: "682",
2800
+ ispb: "46505612",
2801
+ nome: "MONERY INSTITUICAO DE PAGAMENTO S.A.",
2802
+ nomeReduzido: "MONERY IP S.A.",
2803
+ participaCompe: false
2804
+ },
2805
+ {
2806
+ codigo: "683",
2807
+ ispb: "30507541",
2808
+ nome: "BRASIL CASH INSTITUICAO DE PAGAMENTO S.A",
2809
+ nomeReduzido: "BRASIL CASH IP S.A.",
2810
+ participaCompe: false
2811
+ },
2812
+ {
2813
+ codigo: "684",
2814
+ ispb: "56392166",
2815
+ nome: "HARMOS S.A. - SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO",
2816
+ nomeReduzido: "HARMOS S.A. - SCFI",
2817
+ participaCompe: false
2818
+ },
2819
+ {
2820
+ codigo: "685",
2821
+ ispb: "26615279",
2822
+ nome: "TYCOON TECHNOLOGY INSTITUICAO DE PAGAMENTO S.A",
2823
+ nomeReduzido: "TYCOON TECHNOLOGY IIP S.A",
2824
+ participaCompe: false
2825
+ },
2826
+ {
2827
+ codigo: "686",
2828
+ ispb: "12481100",
2829
+ nome: "BIZ INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
2830
+ nomeReduzido: "BIZ IP LTDA.",
2831
+ participaCompe: false
2832
+ },
2833
+ {
2834
+ codigo: "687",
2835
+ ispb: "35340796",
2836
+ nome: "INCO SOCIEDADE DE EMPR\xC9STIMO ENTRE PESSOAS S.A.",
2837
+ nomeReduzido: "INCO SEP S.A.",
2838
+ participaCompe: false
2839
+ },
2840
+ {
2841
+ codigo: "688",
2842
+ ispb: "43978697",
2843
+ nome: "KIKAI SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2844
+ nomeReduzido: "KIKAI SCD S.A.",
2845
+ participaCompe: false
2846
+ },
2847
+ {
2848
+ codigo: "689",
2849
+ ispb: "51118718",
2850
+ nome: "NVIO BRASIL SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2851
+ nomeReduzido: "NVIO BRASIL SCD S.A.",
2852
+ participaCompe: false
2853
+ },
2854
+ {
2855
+ codigo: "690",
2856
+ ispb: "16814330",
2857
+ nome: "BK INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
2858
+ nomeReduzido: "BK IP S.A.",
2859
+ participaCompe: false
2860
+ },
2861
+ {
2862
+ codigo: "691",
2863
+ ispb: "49686505",
2864
+ nome: "WASU - WALLET SUPPORT INSTITUI\xC7\xC3O DE PAGAMENTO LTDA",
2865
+ nomeReduzido: "WASU IP LTDA.",
2866
+ participaCompe: false
2867
+ },
2868
+ {
2869
+ codigo: "692",
2870
+ ispb: "56198117",
2871
+ nome: "SQUID SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2872
+ nomeReduzido: "SQUID SCD S.A.",
2873
+ participaCompe: false
2874
+ },
2875
+ {
2876
+ codigo: "693",
2877
+ ispb: "32820711",
2878
+ nome: "EFEX INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
2879
+ nomeReduzido: "EFEX IP",
2880
+ participaCompe: false
2881
+ },
2882
+ {
2883
+ codigo: "694",
2884
+ ispb: "54811417",
2885
+ nome: "WOOVI INSTITUICAO DE PAGAMENTO LTDA",
2886
+ nomeReduzido: "WOOVI IP LTDA.",
2887
+ participaCompe: false
2888
+ },
2889
+ {
2890
+ codigo: "695",
2891
+ ispb: "35523352",
2892
+ nome: "BEES INSTITUICAO DE PAGAMENTO LTDA.",
2893
+ nomeReduzido: "BEES IP LTDA.",
2894
+ participaCompe: false
2895
+ },
2896
+ {
2897
+ codigo: "696",
2898
+ ispb: "50032584",
2899
+ nome: "LOAN BRASIL SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2900
+ nomeReduzido: "LOAN BRASIL SCD S.A.",
2901
+ participaCompe: false
2902
+ },
2903
+ {
2904
+ codigo: "697",
2905
+ ispb: "45056494",
2906
+ nome: "JM CORRETORA DE C\xC2MBIO LTDA.",
2907
+ nomeReduzido: "JM CORRETORA DE C\xC2MBIO",
2908
+ participaCompe: false
2909
+ },
2910
+ {
2911
+ codigo: "698",
2912
+ ispb: "58367961",
2913
+ nome: "BIT SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2914
+ nomeReduzido: "BIT SCD S.A.",
2915
+ participaCompe: false
2916
+ },
2917
+ {
2918
+ codigo: "699",
2919
+ ispb: "59396084",
2920
+ nome: "BFC SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2921
+ nomeReduzido: "BFC SCD S.A.",
2922
+ participaCompe: false
2923
+ },
2924
+ {
2925
+ codigo: "700",
2926
+ ispb: "53822116",
2927
+ nome: "MW INSTITUICAO DE PAGAMENTO LTDA",
2928
+ nomeReduzido: "MW IP LTDA.",
2929
+ participaCompe: false
2930
+ },
2931
+ {
2932
+ codigo: "701",
2933
+ ispb: "51118615",
2934
+ nome: "INTEGRA\xC7\xC3O DE CR\xC9DITO E COBRAN\xC7A SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
2935
+ nomeReduzido: "INTEGRA\xC7\xC3O DE CR\xC9DITO E COBRAN\xC7A SCD",
2936
+ participaCompe: false
2937
+ },
2938
+ {
2939
+ codigo: "703",
2940
+ ispb: "10440482",
2941
+ nome: "GETNET ADQUIR\xCANCIA E SERVI\xC7OS PARA MEIOS DE PAGAMENTO S.A. INSTITUI\xC7\xC3O DE PAGAMENTO",
2942
+ nomeReduzido: "GETNET IP",
2943
+ participaCompe: false
2944
+ },
2945
+ {
2946
+ codigo: "704",
2947
+ ispb: "44663846",
2948
+ nome: "FESTOR INSTITUI\xC7\xC3O DE PAGAMENTO LTDA.",
2949
+ nomeReduzido: "FESTOR IP LTDA.",
2950
+ participaCompe: false
2951
+ },
2952
+ {
2953
+ codigo: "707",
2954
+ ispb: "62232889",
2955
+ nome: "Banco Daycoval S.A.",
2956
+ nomeReduzido: "BCO DAYCOVAL S.A",
2957
+ participaCompe: true
2958
+ },
2959
+ {
2960
+ codigo: "708",
2961
+ ispb: "33588252",
2962
+ nome: "BANCO INDUSCRED DE INVESTIMENTO S.A.",
2963
+ nomeReduzido: "BCO INDUSCRED DE INVESTIM. S/A",
2964
+ participaCompe: false
2965
+ },
2966
+ {
2967
+ codigo: "712",
2968
+ ispb: "78632767",
2969
+ nome: "OURIBANK S.A. BANCO M\xDALTIPLO",
2970
+ nomeReduzido: "OURIBANK S.A.",
2971
+ participaCompe: false
2972
+ },
2973
+ {
2974
+ codigo: "714",
2975
+ ispb: "00411939",
2976
+ nome: "FINAMAX S.A. - CREDITO, FINANCIAMENTO E INVESTIMENTO",
2977
+ nomeReduzido: "FINAMAX S.A. CFI",
2978
+ participaCompe: false
2979
+ },
2980
+ {
2981
+ codigo: "719",
2982
+ ispb: "33884941",
2983
+ nome: "BANCO MASTER M\xDALTIPLO S.A. - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
2984
+ nomeReduzido: "BANCO MASTER M\xDALTIPLO - EM LIQUIDA\xC7\xC3O EXTRAJUDICIAL",
2985
+ participaCompe: false
2986
+ },
2987
+ {
2988
+ codigo: "720",
2989
+ ispb: "80271455",
2990
+ nome: "BANCO RNX S.A.",
2991
+ nomeReduzido: "BCO RNX S.A.",
2992
+ participaCompe: false
2993
+ },
2994
+ {
2995
+ codigo: "741",
2996
+ ispb: "00517645",
2997
+ nome: "BANCO RIBEIRAO PRETO S.A.",
2998
+ nomeReduzido: "BCO RIBEIRAO PRETO S.A.",
2999
+ participaCompe: false
3000
+ },
3001
+ {
3002
+ codigo: "743",
3003
+ ispb: "00795423",
3004
+ nome: "Banco Semear S.A.",
3005
+ nomeReduzido: "BANCO SEMEAR",
3006
+ participaCompe: true
3007
+ },
3008
+ {
3009
+ codigo: "745",
3010
+ ispb: "33479023",
3011
+ nome: "Banco Citibank S.A.",
3012
+ nomeReduzido: "BCO CITIBANK S.A.",
3013
+ participaCompe: true
3014
+ },
3015
+ {
3016
+ codigo: "747",
3017
+ ispb: "01023570",
3018
+ nome: "Banco Rabobank International Brasil S.A.",
3019
+ nomeReduzido: "BCO RABOBANK INTL BRASIL S.A.",
3020
+ participaCompe: false
3021
+ },
3022
+ {
3023
+ codigo: "748",
3024
+ ispb: "01181521",
3025
+ nome: "BANCO COOPERATIVO SICREDI S.A.",
3026
+ nomeReduzido: "BCO COOPERATIVO SICREDI S.A.",
3027
+ participaCompe: true
3028
+ },
3029
+ {
3030
+ codigo: "751",
3031
+ ispb: "29030467",
3032
+ nome: "Scotiabank Brasil S.A. Banco M\xFAltiplo",
3033
+ nomeReduzido: "Scotiabank Brasil",
3034
+ participaCompe: false
3035
+ },
3036
+ {
3037
+ codigo: "752",
3038
+ ispb: "01522368",
3039
+ nome: "Banco BNP Paribas Brasil S.A.",
3040
+ nomeReduzido: "BCO BNP PARIBAS BRASIL S A",
3041
+ participaCompe: true
3042
+ },
3043
+ {
3044
+ codigo: "753",
3045
+ ispb: "74828799",
3046
+ nome: "Novo Banco Continental S.A. - Banco M\xFAltiplo",
3047
+ nomeReduzido: "NOVO BCO CONTINENTAL S.A. - BM",
3048
+ participaCompe: true
3049
+ },
3050
+ {
3051
+ codigo: "754",
3052
+ ispb: "76543115",
3053
+ nome: "Banco Sistema S.A.",
3054
+ nomeReduzido: "BANCO SISTEMA",
3055
+ participaCompe: false
3056
+ },
3057
+ {
3058
+ codigo: "755",
3059
+ ispb: "62073200",
3060
+ nome: "Bank of America Merrill Lynch Banco M\xFAltiplo S.A.",
3061
+ nomeReduzido: "BOFA MERRILL LYNCH BM S.A.",
3062
+ participaCompe: false
3063
+ },
3064
+ {
3065
+ codigo: "756",
3066
+ ispb: "02038232",
3067
+ nome: "BANCO COOPERATIVO SICOOB S.A. - BANCO SICOOB",
3068
+ nomeReduzido: "BANCO SICOOB S.A.",
3069
+ participaCompe: true
3070
+ },
3071
+ {
3072
+ codigo: "757",
3073
+ ispb: "02318507",
3074
+ nome: "BANCO KEB HANA DO BRASIL S.A.",
3075
+ nomeReduzido: "BCO KEB HANA DO BRASIL S.A.",
3076
+ participaCompe: true
3077
+ },
3078
+ {
3079
+ codigo: "759",
3080
+ ispb: "42963742",
3081
+ nome: "BANSUR JM SOCIEDADE DE CR\xC9DITO DIRETO S/A",
3082
+ nomeReduzido: "BANSUR JM SCD S.A.",
3083
+ participaCompe: false
3084
+ },
3085
+ {
3086
+ codigo: "760",
3087
+ ispb: "34139916",
3088
+ nome: "EMCASH SERVI\xC7OS FINANCEIROS SOCIEDADE DE EMPR\xC9STIMO ENTRE PESSOAS S.A.",
3089
+ nomeReduzido: "EMCASH SERV FINANC SEP S.A.",
3090
+ participaCompe: false
3091
+ },
3092
+ {
3093
+ codigo: "761",
3094
+ ispb: "53842122",
3095
+ nome: "URBANO S.A. - SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO",
3096
+ nomeReduzido: "URBANO S.A. SCFI",
3097
+ participaCompe: false
3098
+ },
3099
+ {
3100
+ codigo: "763",
3101
+ ispb: "56106523",
3102
+ nome: "VUE INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
3103
+ nomeReduzido: "VUE IP S.A.",
3104
+ participaCompe: false
3105
+ },
3106
+ {
3107
+ codigo: "764",
3108
+ ispb: "04306351",
3109
+ nome: "INDEPEND\xCANCIA COOPERATIVA DE CR\xC9DITO E INVESTIMENTO - INDEPEND\xCANCIA COOPERATIVA DE CR\xC9DITO",
3110
+ nomeReduzido: "INDEPEND\xCANCIA CC",
3111
+ participaCompe: false
3112
+ },
3113
+ {
3114
+ codigo: "765",
3115
+ ispb: "37753531",
3116
+ nome: "PAGSMILE INSTITUI\xC7\xC3O DE PAGAMENTO LTDA.",
3117
+ nomeReduzido: "PAGSMILE IP LTDA.",
3118
+ participaCompe: false
3119
+ },
3120
+ {
3121
+ codigo: "766",
3122
+ ispb: "52833288",
3123
+ nome: "LB PAY INSTITUI\xC7\xC3O DE PAGAMENTO LTDA",
3124
+ nomeReduzido: "LB PAY IP LTDA",
3125
+ participaCompe: false
3126
+ },
3127
+ {
3128
+ codigo: "767",
3129
+ ispb: "62264924",
3130
+ nome: "QORE DISTRIBUIDORA DE TITULOS E VALORES MOBILI\xC1RIOS LTDA",
3131
+ nomeReduzido: "QORE",
3132
+ participaCompe: false
3133
+ },
3134
+ {
3135
+ codigo: "768",
3136
+ ispb: "20443996",
3137
+ nome: "BECKER FINANCEIRA S.A. - CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO",
3138
+ nomeReduzido: "BECKER FINANCEIRA SA - CFI",
3139
+ participaCompe: false
3140
+ },
3141
+ {
3142
+ codigo: "769",
3143
+ ispb: "24313102",
3144
+ nome: "99PAY INSTITUICAO DE PAGAMENTO S.A.",
3145
+ nomeReduzido: "99PAY IP S.A.",
3146
+ participaCompe: false
3147
+ },
3148
+ {
3149
+ codigo: "771",
3150
+ ispb: "57824223",
3151
+ nome: "WX INSTITUICAO DE PAGAMENTO LTDA",
3152
+ nomeReduzido: "WX IP LTDA.",
3153
+ participaCompe: false
3154
+ },
3155
+ {
3156
+ codigo: "772",
3157
+ ispb: "20833992",
3158
+ nome: "COOPERATIVA DE CR\xC9DITO M\xDATUO DOS EMPREGADOS DO CENTRO UNIVERSIT\xC1RIO NEWTON PAIVA LTDA. - CREDIPAIVA",
3159
+ nomeReduzido: "CC MECUNP",
3160
+ participaCompe: false
3161
+ },
3162
+ {
3163
+ codigo: "773",
3164
+ ispb: "53908413",
3165
+ nome: "KIWIFY INSTITUICAO DE PAGAMENTO LTDA",
3166
+ nomeReduzido: "KIWIFY IP",
3167
+ participaCompe: false
3168
+ },
3169
+ {
3170
+ codigo: "774",
3171
+ ispb: "33959738",
3172
+ nome: "MOVA SOCIEDADE DE EMPR\xC9STIMO ENTRE PESSOAS S.A.",
3173
+ nomeReduzido: "MOVA SEP S.A.",
3174
+ participaCompe: false
3175
+ },
3176
+ {
3177
+ codigo: "775",
3178
+ ispb: "47381104",
3179
+ nome: "CONTAAZUL INSTITUICAO DE PAGAMENTO LTDA.",
3180
+ nomeReduzido: "CONTAAZUL IP LTDA.",
3181
+ participaCompe: false
3182
+ },
3183
+ {
3184
+ codigo: "780",
3185
+ ispb: "12102128",
3186
+ nome: "SAFETYPAY BRASIL INSTITUICAO DE PAGAMENTO LTDA",
3187
+ nomeReduzido: "SAFETYPAY BRASIL IP LTDA",
3188
+ participaCompe: false
3189
+ },
3190
+ {
3191
+ codigo: "781",
3192
+ ispb: "58006471",
3193
+ nome: "BARU DISTRIBUIDORA DE T\xCDTULOS E VALORES MOBILI\xC1RIOS LTDA.",
3194
+ nomeReduzido: "BARU DTVM LTDA.",
3195
+ participaCompe: false
3196
+ },
3197
+ {
3198
+ codigo: "783",
3199
+ ispb: "31680151",
3200
+ nome: "SWAP INSTITUI\xC7\xC3O DE PAGAMENTO S.A.",
3201
+ nomeReduzido: "SWAP IP S.A.",
3202
+ participaCompe: false
3203
+ },
3204
+ {
3205
+ codigo: "785",
3206
+ ispb: "53058329",
3207
+ nome: "LA FINTECA INSTITUICAO DE PAGAMENTO LTDA",
3208
+ nomeReduzido: "LA FINTECA IP LTDA",
3209
+ participaCompe: false
3210
+ },
3211
+ {
3212
+ codigo: "786",
3213
+ ispb: "52076716",
3214
+ nome: "AWX BRASIL INSTITUICAO DE PAGAMENTO LTDA",
3215
+ nomeReduzido: "AWX BRASIL IP LTDA.",
3216
+ participaCompe: false
3217
+ },
3218
+ {
3219
+ codigo: "787",
3220
+ ispb: "10789035",
3221
+ nome: "ATTRUS INSTITUI\xC7\xC3O DE PAGAMENTO S/A",
3222
+ nomeReduzido: "ATTRUS IP S/A",
3223
+ participaCompe: false
3224
+ },
3225
+ {
3226
+ codigo: "788",
3227
+ ispb: "35713491",
3228
+ nome: "PROTOTYPE INSTITUICAO DE PAGAMENTO S.A.",
3229
+ nomeReduzido: "PROTOTYPE IP S.A.",
3230
+ participaCompe: false
3231
+ },
3232
+ {
3233
+ codigo: "789",
3234
+ ispb: "57654096",
3235
+ nome: "APUSDIGITAL INSTITUICAO DE PAGAMENTO LTDA",
3236
+ nomeReduzido: "APUSDIGITAL IP LTDA.",
3237
+ participaCompe: false
3238
+ },
3239
+ {
3240
+ codigo: "790",
3241
+ ispb: "54024532",
3242
+ nome: "MAX INSTITUI\xC7\xC3O DE PAGAMENTO LTDA",
3243
+ nomeReduzido: "MAX IP",
3244
+ participaCompe: false
3245
+ },
3246
+ {
3247
+ codigo: "791",
3248
+ ispb: "62448932",
3249
+ nome: "MULTIPLIKE FINANCEIRA S.A. SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO",
3250
+ nomeReduzido: "MULTIPLIKE FINANCEIRA S.A. SCFI",
3251
+ participaCompe: false
3252
+ },
3253
+ {
3254
+ codigo: "792",
3255
+ ispb: "44921281",
3256
+ nome: "NIXFIN SOCIEDADE DE CR\xC9DITO DIRETO S.A.",
3257
+ nomeReduzido: "NIXFIN SCD",
3258
+ participaCompe: false
3259
+ },
3260
+ {
3261
+ codigo: "793",
3262
+ ispb: "61021673",
3263
+ nome: "MAGALUPAY - SOCIEDADE DE CR\xC9DITO, FINANCIAMENTO E INVESTIMENTO S.A.",
3264
+ nomeReduzido: "MAGALUPAY SCFI S.A.",
3265
+ participaCompe: false
3266
+ },
3267
+ {
3268
+ codigo: "794",
3269
+ ispb: "44323831",
3270
+ nome: "ATUAL SOCIEDADE CORRETORA DE C\xC2MBIO LTDA",
3271
+ nomeReduzido: "ATUAL CC LTDA",
3272
+ participaCompe: false
3273
+ },
3274
+ {
3275
+ codigo: "795",
3276
+ ispb: "52067630",
3277
+ nome: "BANCO TRATON BRASIL S.A.",
3278
+ nomeReduzido: "BANCO TRATON BRASIL S.A.",
3279
+ participaCompe: false
3280
+ }
3281
+ ];
3282
+
3283
+ // src/bancos/lookup.ts
3284
+ var bancos = bancos_default;
3285
+ function normalizeCodigo(codigo) {
3286
+ const digits = codigo.replace(/\D/g, "");
3287
+ if (digits.length === 0) {
3288
+ return "";
3289
+ }
3290
+ return digits.padStart(3, "0").slice(-3);
3291
+ }
3292
+ function normalizeIspb(ispb) {
3293
+ const digits = ispb.replace(/\D/g, "");
3294
+ if (digits.length === 0) {
3295
+ return "";
3296
+ }
3297
+ return digits.padStart(8, "0");
3298
+ }
3299
+ function getBancos() {
3300
+ return bancos;
3301
+ }
3302
+ function getBancoPorCodigo(codigo) {
3303
+ const normalized = normalizeCodigo(codigo);
3304
+ if (normalized.length !== 3) {
3305
+ return void 0;
3306
+ }
3307
+ return bancos.find((banco) => banco.codigo === normalized);
3308
+ }
3309
+ function getBancoPorIspb(ispb) {
3310
+ const normalized = normalizeIspb(ispb);
3311
+ if (normalized.length !== 8) {
3312
+ return void 0;
3313
+ }
3314
+ return bancos.find((banco) => banco.ispb === normalized);
3315
+ }
3316
+
3317
+ // src/bancos/constants.ts
3318
+ var BANCOS_STR_URL = "https://www.bcb.gov.br/content/estabilidadefinanceira/str1/ParticipantesSTR.csv";
3319
+ var BANCOS_GOLDEN_COMPE_BB = "001";
3320
+ var BANCOS_GOLDEN_COMPE_ITAU = "341";
3321
+ var BANCOS_GOLDEN_COMPE_NUBANK = "260";
3322
+
3323
+ // src/bancos/version.ts
3324
+ var BANCOS_DATA_VERSION = metadata_default;
3325
+
3326
+ export { BANCOS_DATA_VERSION, BANCOS_GOLDEN_COMPE_BB, BANCOS_GOLDEN_COMPE_ITAU, BANCOS_GOLDEN_COMPE_NUBANK, BANCOS_STR_URL, getBancoPorCodigo, getBancoPorIspb, getBancos };
3327
+ //# sourceMappingURL=bancos.js.map
3328
+ //# sourceMappingURL=bancos.js.map