Skip to content

Commit

Permalink
ReadMe Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahal Hussain committed Oct 10, 2023
1 parent 738c737 commit 314bf89
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
15 changes: 8 additions & 7 deletions examples/dotnet/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,21 @@ Brazilian commercial banks list
Each of the Collection has the following information (schema):

| Column | Description | Observations |
|-------------------|:---------------------------------------:|:--------------------------------------------------------------------------:|
|:------:|:-----------:|:------------:|
| COMPE | Code - COMPE | 3 digits |
| ISPB | Code - ISPB | 8 digits |
| Document | Document - CNPJ | 14 numbers - 18 digits (formatted) |
| LongName | Long name | According to BACEN - STR |
| LongName | Long name | According to BACEN - STR |
| ShortName | Short name | According to BACEN - STR|
| Network | Network | RSFN, Internet, null |
| Type | Type | commercial, multiple, savings, null |
| PixType | Type of PIX/SPI participant | DRCT - Directly, INDR - Indirectly, null |
| Charge | If does charge operations | true, false, null |
| CreditDocument | If does DOC/TED operations | true, false, null |
| LegalCheque | If it belongs to the "Cheque Legal" | true, false |
| SalaryPortability | If does/accept salary portability | "Banco folha e Destinatário" - both operations, "Destinatário" - only receive, null |
| Products | List of products offered | In Portuguese only |
| Charge | If does charge operations | true, false, null |
| CreditDocument | If does DOC/TED operations | true, false, null |
| LegalCheque | If it belongs to the "Cheque Legal" | true, false |
| DeetctaFlow | If it belongs to the "Detecta Flow" | true, false |
| SalaryPortability | If does/accept salary portability | "Banco folha e Destinatário" - both operations, "Destinatário" - only receive, null |
| Products | List of products offered | In Portuguese only |
| Url | Website | - |
| DateOperationStarted | Commercial operation start date | - |
| DatePixStarted | PIX operation start date | Only for those PSP of SPI |
Expand Down
6 changes: 3 additions & 3 deletions examples/php/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ Each of the Collection has the following information (schema):
| COMPE | Code - COMPE | 3 digits |
| ISPB | Code - ISPB | 8 digits |
| Document | Document - CNPJ | 14 numbers - 18 digits (formatted) |
| LongName | Long name | According to BACEN - STR |
| ShortName | Short name | According to BACEN - STR |
| LongName | Long name | According to BACEN - STR |
| ShortName | Short name | According to BACEN - STR|
| Network | Network | RSFN, Internet, null |
| Type | Type | commercial, multiple, savings, null |
| PixType | Type of PIX/SPI participant | DRCT - Directly, INDR - Indirectly, null |
| Charge | If does charge operations | true, false, null |
| CreditDocument | If does DOC/TED operations | true, false, null |
| LegalCheque | If it belongs to the "Cheque Legal" | true, false |
| DetectaFlow | If it belogns to the "Detecta Flow" | true, false |
| DeetctaFlow | If it belongs to the "Detecta Flow" | true, false |
| SalaryPortability | If does/accept salary portability | "Banco folha e Destinatário" - both operations, "Destinatário" - only receive, null |
| Products | List of products offered | In Portuguese only |
| Url | Website | - |
Expand Down

0 comments on commit 314bf89

Please sign in to comment.