Operation keyword: categorisation
categorisation
;Key | Type | Description | Optional |
---|---|---|---|
accounts | Array of account objects | A ist of bank account objects | |
account_number | String | IBAN | Yes |
bank | String | Name of an account holder's bank | Yes |
country | String | Name of an account holder's transactions country | Yes |
currencies | String | A list of currency objects | |
code | String | Currency code | Yes |
credit_turnover | Float | The amount of money spent since the first transaction until the last one | Yes |
debit_turnover | Float | The amount of money gained since the first transaction until the last one | Yes |
end_balance | Float | Balance parsed after all of the transactions | Yes |
start_balance | Float | Balance parsed at the beginning | Yes |
transactions | Array of transaction objects | A list of transaction objects | Yes |
amount | Float | The amount of money earned/spent | |
category_id | Integer | Category ID assigned by the categorisation solution | |
title | String | Title assigned by the categorisation solution | |
date | String YYYY-MM-DD | Transaction's date field | |
info | String | Transaction's description field | Yes |
transaction_id | String | Transaction's ID, read from Nordigen json format input data only | Yes |
partner | String | Transaction's counterparty name field (e.g. the company's name where you made the purchase from) | Yes |
holders | Array of account holder objects | A list of an account holders | Yes |
name | String | The account holder's name | Yes |
is_joint_ownership | Boolean | An indicator of whether the uploaded statement has joint account transactions | Yes |
is_shared_ownership | Boolean | An indicator of whether the uploaded statement has shared (multiple) account transactions | Yes |
period_end | String YYYY-MM-DD | Date of the last parsed transaction | Yes |
period_start | String YYYY-MM-DD | Date of the first parsed transaction | Yes |
category_tree_version | String | Version of the category tree applied | |
status | String | Processing record state | |
type | String | Redundant field, it will be removed in the next iteration |