Introduction to Balances
Find out in what range the customer's balances are.
This report is appropriate for B2B and B2C use cases.
What it solves
To get a quick overview of a customer's overall financial situation, it's worth taking a look at their account balances. Balances provide an overview that shows when the balance was at its lowest or highest. In addition, the average is also shown, as well as the basic income and spending.
These values can be used to quickly assess whether the customer is a reliable partner or whether the financial situation is rather uncomfortable.
Balances Report
The Balance Report is based on the daily balances of one or more accounts.
A separate section is created for each account to see the differences between accounts.
For example, if a client has transferred the money of all accounts to one account in order to be better off, this can be seen from the balances, because the values of the other accounts are stable on average, but at one point they decrease, while another account increases unusually.
Used data fields
The data basis for this report are the daily balances.
The report response itself is divided into the following sections.
Main Section
The main part of the report can be found at $.reports.balances
and the type
will be BALANCES
.
This gives you a quick overview of the transactions used in the report through aggregated values that can serve as a summary.
A full API schema can be seen here: https://docs.finapi.io/?product=di#get-/cases/-caseId-/reports
Field | Description | Mandatory |
---|---|---|
| Timestamp of when the report was created, in the format ' | yes |
| ID of the case in which the report was created. | yes |
| Defines the type of the report. | yes |
| Timestamp of the start date of the reporting period under review in the format ' | no |
| Timestamp of the end date of the reporting period under review in the format ' | no |
| The number of full days, that the reporting period under review contains. | no |
| The total count of positive transactions in the report. | yes |
| The total count of negative transactions in the report. | yes |
| The total income. | yes |
| The total spending. | yes |
| The total balance. | yes |
| List of accounts-related data with the relevant balances information. | no |
| List of reports, created automatically with the specified frequency (defined by | no |
Account Data Section
The account data section can be found under the accountData
field.
It contains data about the account at the first level.
If more than one account is included in the report, they will be displayed individually in the list.
Field | Description | Mandatory |
---|---|---|
| Name of the bank. | yes |
| Unique identifier of the Bank, generated by finAPI. | yes |
| IBAN of the bank account. | no |
| Unique identifier of the bank account belonging to the imported bank connection. | no |
| Date of the account first transaction, regardless of the report period under review, in the format ' | |
| Type of the account. Can be:
| |
| Detailed values of the balances | no |
| Monthly data about balances in the account. |
Balances Section
This section displays the values of the balances for the given account.
Field | Description | Mandatory |
---|---|---|
| Timestamp of the date, when user's first daily balance data was retrieved for the given account in the report period under review in the format | no |
| The number of days, daily balances for which were retrieved for the given account in the report period under review. | no |
| Latest account's balance. | yes |
| The average balance amount during the period specified in | yes |
| The lowest balance available on the account within specified | yes |
| Date on which the given account had the lowest balance available within the given period. Date format | yes |
| The highest balance available on the account within the specified | yes |
| Date on which the given account had the highest balance available within the given period. Date format | yes |
| The maximum allowed overdraft for the given account if provided by a bank. This field is optional because the limit cannot be determined for all banks. | no |
| Spendings of the account within | yes |
| Income of the account within | yes |
Monthly Data Section
In this section, the balances are broken down on a monthly basis. This makes it possible to see the financial development.
If showOnlyCompleteMonths=false
, the list of months is calculated between transactionsStartDate of the report and endDate of the report, hence both complete and incomplete months are included.
If showOnlyCompleteMonths=true
, only the list of complete months between transactionsStartDate of the report and endDate of the report, is included.
Field | Description | Mandatory |
---|---|---|
| Month for which the values are calculated. | no |
| The lowest balance available on the account within the month. | no |
| The highest balance available on the account within the month. | no |
| The average balance amount on the account within the month. | no |
| The number of daily balances which were retrieved for the given account within the month. | no |
| The number af days with positive balance within the month. | no |
| The number af days with negative balance within the month. | no |
| The date of the month with the lowest balance within the month. | no |
| The date of the month with the highest balance within the month. | no |