---
title: "Get a Risk Insights"
method: GET
path: "/risk/v1/risk-insights/{id}"
tags: ["Risk.Risk Insights"]
---

# Get a Risk Insights

`GET /risk/v1/risk-insights/{id}`

Get a risk insights report of a user.

## Path parameters

- `id` string, required

## Response `200`

A successful response.

- V1RiskInsights
  - `accountActivity` V1AccountActivity, required
    - `activityIncNineMonths` number, float, required — The number of days where transactions exist per the defined period.
    - `activityIncOneMonth` number, float, required — The number of days where incoming transactions exist per the defined period.
    - `activityIncOneWeek` number, float, required — The number of days where incoming transactions exist per the defined period.
    - `activityIncSixMonths` number, float, required — The number of days where incoming transactions exist per the defined period.
    - `activityIncThreeMonths` number, float, required — The number of days where incoming transactions exist per the defined period.
    - `activityIncTotal` number, float, required — The number of days where incoming transactions exist per the defined period.
    - `activityIncTwelveMonths` number, float, required — The number of days where incoming transactions exist per the defined period.
    - `activityNineMonths` number, float, required — The number of days where transactions exist per the defined period.
    - `activityOneMonth` number, float, required — The number of days where transactions exist per the defined period.
    - `activityOneWeek` number, float, required — The number of days where transactions exist per the defined period.
    - `activityOutNineMonths` number, float, required — The number of days where transactions exist per the defined period.
    - `activityOutOneMonth` number, float, required — The number of days where outgoing transactions exist per the defined period.
    - `activityOutOneWeek` number, float, required — The number of days where outgoing transactions exist per the defined period.
    - `activityOutSixMonths` number, float, required — The number of days where outgoing transactions exist per the defined period.
    - `activityOutThreeMonths` number, float, required — The number of days where outgoing transactions exist per the defined period.
    - `activityOutTotal` number, float, required — The number of days where outgoing transactions exist per the defined period.
    - `activityOutTwelveMonths` number, float, required — The number of days where outgoing transactions exist per the defined period.
    - `activitySixMonths` number, float, required — The number of days where transactions exist per the defined period.
    - `activityThreeMonths` number, float, required — The number of days where transactions exist per the defined period.
    - `activityTotal` number, float, required — The number of days where transactions exist per the defined period.
    - `activityTwelveMonths` number, float, required — The number of days where transactions exist per the defined period.
    - `averageTransactionsPerDay` number, float, required — The average number of transactions per day.
    - `daysOfIncTransactions` integer, required — The number of days where any incoming transaction exists.
    - `daysOfOutTransactions` integer, required — The number of days where any outgoing transaction exists.
    - `daysOfTransactions` integer, required — The number of days where any transaction exists.
    - `daysSinceFirstTransactions` integer, required — The number of days since the first transaction was made.
    - `daysSinceLastTransactions` integer, required — The number of days since the last transaction was made.
  - `accountOverview` V1AccountOverview, required
    - `numAccountHolders` integer, required — The number of account holders.
    - `numAccountTypes` integer, required — The number of unique account types.
    - `numAccounts` integer, required — The number of accounts.
    - `numCurrencies` integer, required — The number of unique currencies of the accounts.
  - `accounts` V1Account[] — Contains user accounts data.
    - `accountNumber` string — Account's unique identifier number.
    - `holderNames` string[] — Names of account holders. Availability of this data depends on the chosen provider.
    - `id` string — Account's internal identifier.
    - `name` string — Account's display name.
  - `atmWithdrawals` V1AtmWithdrawals, required
    - `atmExpensesRatioNineMonths` number, float — The ratio between the sum of atm withdrawals to total expenses within the time period. Omitted if no expenses were found.
    - `atmExpensesRatioOneMonth` number, float — The ratio between the sum of atm withdrawals to total expenses within the time period. Omitted if no expenses were found.
    - `atmExpensesRatioOneWeek` number, float — The ratio between the sum of atm withdrawals to total expenses within the time period. Omitted if no expenses were found.
    - `atmExpensesRatioSixMonths` number, float — The ratio between the sum of atm withdrawals to total expenses within the time period. Omitted if no expenses were found.
    - `atmExpensesRatioThreeMonths` number, float — The ratio between the sum of atm withdrawals to total expenses within the time period. Omitted if no expenses were found.
    - `atmExpensesRatioTotal` number, float — The ratio between the sum of atm withdrawals to total expenses within the time period. Omitted if no expenses were found.
    - `atmExpensesRatioTwelveMonths` number, float — The ratio between the sum of atm withdrawals to total expenses within the time period. Omitted if no expenses were found.
    - `sumNineMonths` number, float, required — The sum of all atm withdrawals within the time period.
    - `sumOneMonth` number, float, required — The sum of all atm withdrawals within the time period.
    - `sumOneWeek` number, float, required — The sum of all atm withdrawals within the time period.
    - `sumSixMonths` number, float, required — The sum of all atm withdrawals within the time period.
    - `sumThreeMonths` number, float, required — The sum of all atm withdrawals within the time period.
    - `sumTotal` number, float, required — The sum of all atm withdrawals within the time period.
    - `sumTwelveMonths` number, float, required — The sum of all atm withdrawals within the time period.
  - `balances` V1BalanceStats, required
    - `changeInFirstLastBalance` number, float, required — The difference between last balance and first balance.
    - `firstBalance` number, float, required — The total balance at the first day of transactions.
    - `lastBalance` number, float, required — The total balance on the last day of transactions.
    - `maxBalanceNineMonths` number, float — The maximum balance within the defined time period, despite `dataAvailability` for that period.
    - `maxBalanceOneMonth` number, float, required — The maximum balance within the defined time period, despite `dataAvailability` for that period.
    - `maxBalanceOneWeek` number, float, required — The maximum balance within the defined time period, despite `dataAvailability` for that period.
    - `maxBalanceSixMonths` number, float, required — The maximum balance within the defined time period, despite `dataAvailability` for that period.
    - `maxBalanceThreeMonths` number, float, required — The maximum balance within the defined time period, despite `dataAvailability` for that period.
    - `maxBalanceTotal` number, float, required — The maximum balance within the defined time period, despite `dataAvailability` for that period.
    - `maxBalanceTwelveMonths` number, float, required — The maximum balance within the defined time period, despite `dataAvailability` for that period.
    - `meanBalanceNineMonths` number, float, required — The mean balance within the defined time period, despite `dataAvailability` for that period.
    - `meanBalanceOneMonth` number, float, required — The mean balance within the defined time period, despite `dataAvailability` for that period.
    - `meanBalanceOneWeek` number, float, required — The mean balance within the defined time period, despite `dataAvailability` for that period.
    - `meanBalanceSixMonths` number, float, required — The mean balance within the defined time period, despite `dataAvailability` for that period.
    - `meanBalanceThreeMonths` number, float, required — The mean balance within the defined time period, despite `dataAvailability` for that period.
    - `meanBalanceTotal` number, float, required — The mean balance within the defined time period, despite `dataAvailability` for that period.
    - `meanBalanceTwelveMonths` number, float, required — The mean balance within the defined time period, despite `dataAvailability` for that period.
    - `minBalanceNineMonths` number, float, required — The minimum balance within the defined time period, despite `dataAvailability` for that period.
    - `minBalanceOneMonth` number, float, required — The minimum balance within the defined time period, despite `dataAvailability` for that period.
    - `minBalanceOneWeek` number, float, required — The minimum balance within the defined time period, despite `dataAvailability` for that period.
    - `minBalanceSixMonths` number, float, required — The minimum balance within the defined time period, despite `dataAvailability` for that period.
    - `minBalanceThreeMonths` number, float, required — The minimum balance within the defined time period, despite `dataAvailability` for that period.
    - `minBalanceTotal` number, float, required — The minimum balance within the defined time period, despite `dataAvailability` for that period.
    - `minBalanceTwelveMonths` number, float, required — The minimum balance within the defined time period, despite `dataAvailability` for that period.
    - `stdBalanceNineMonths` number, float, required — The standard deviation of the balance within the defined time period, despite `dataAvailability` for that period.
    - `stdBalanceOneMonth` number, float, required — The standard deviation of the balance within the defined time period, despite `dataAvailability` for that period.
    - `stdBalanceOneWeek` number, float, required — The standard deviation of the balance within the defined time period, despite `dataAvailability` for that period.
    - `stdBalanceSixMonths` number, float, required — The standard deviation of the balance within the defined time period, despite `dataAvailability` for that period.
    - `stdBalanceThreeMonths` number, float, required — The standard deviation of the balance within the defined time period, despite `dataAvailability` for that period.
    - `stdBalanceTotal` number, float, required — The standard deviation of the balance within the defined time period, despite `dataAvailability` for that period.
    - `stdBalanceTwelveMonths` number, float, required — The standard deviation of the balance within the defined time period, despite `dataAvailability` for that period.
  - `cashFlow` V1CashFlowStats, required
    - `negativeNineMonths` number, float, required — The total amount of outgoing transactions within the defined time period, despite `dataAvailability` for that period. Own transfers excluded.
    - `negativeOneMonth` number, float, required — The total amount of outgoing transactions within the defined time period, despite `dataAvailability` for that period. Own transfers excluded.
    - `negativeOneWeek` number, float, required — The total amount of outgoing transactions within the defined time period, despite `dataAvailability` for that period. Own transfers excluded.
    - `negativeSixMonths` number, float, required — The total amount of outgoing transactions within the defined time period, despite `dataAvailability` for that period. Own transfers excluded.
    - `negativeThreeMonths` number, float, required — The total amount of outgoing transactions within the defined time period, despite `dataAvailability` for that period. Own transfers excluded.
    - `negativeTotal` number, float, required — The total amount of outgoing transactions within the defined time period, despite `dataAvailability` for that period. Own transfers excluded.
    - `negativeTwelveMonths` number, float, required — The total amount of outgoing transactions within the defined time period, despite `dataAvailability` for that period. Own transfers excluded.
    - `positiveNegativeRatioNineMonths` number, float — The ratio of positive cash flow to negative cash flow. Omitted if no negative cash flow was found.
    - `positiveNegativeRatioOneMonth` number, float — The ratio of positive cash flow to negative cash flow. Omitted if no negative cash flow was found.
    - `positiveNegativeRatioOneWeek` number, float — The ratio of positive cash flow to negative cash flow. Omitted if no negative cash flow was found.
    - `positiveNegativeRatioSixMonths` number, float — The ratio of positive cash flow to negative cash flow. Omitted if no negative cash flow was found.
    - `positiveNegativeRatioThreeMonths` number, float — The ratio of positive cash flow to negative cash flow. Omitted if no negative cash flow was found.
    - `positiveNegativeRatioTotal` number, float — The ratio of positive cash flow to negative cash flow. Omitted if no negative cash flow was found.
    - `positiveNegativeRatioTwelveMonths` number, float — The ratio of positive cash flow to negative cash flow. Omitted if no negative cash flow was found.
    - `positiveNineMonths` number, float, required — The total amount of outgoing transactions within the defined time period, despite `dataAvailability` for that period. Own transfers excluded.
    - `positiveOneMonth` number, float, required — The total amount of incoming transactions within the defined time period, despite `dataAvailability` for that period. Own transfers excluded.
    - `positiveOneWeek` number, float, required — The total amount of incoming transactions within the defined time period, despite `dataAvailability` for that period. Own transfers excluded.
    - `positiveSixMonths` number, float, required — The total amount of incoming transactions within the defined time period, despite `dataAvailability` for that period. Own transfers excluded.
    - `positiveThreeMonths` number, float, required — The total amount of incoming transactions within the defined time period, despite `dataAvailability` for that period. Own transfers excluded.
    - `positiveTotal` number, float, required — The total amount of incoming transactions within the defined time period, despite `dataAvailability` for that period. Own transfers excluded.
    - `positiveTwelveMonths` number, float, required — The total amount of incoming transactions within the defined time period, despite `dataAvailability` for that period. Own transfers excluded.
  - `collections` V1Collections, required
    - `numNineMonths` integer, required — The number of payments to collection agencies within the defined time period, despite `dataAvailability` for that period.
    - `numOneMonth` integer, required — The number of payments to collection agencies within the defined time period, despite `dataAvailability` for that period.
    - `numOneWeek` integer, required — The number of payments to collection agencies within the defined time period, despite `dataAvailability` for that period.
    - `numSixMonths` integer, required — The number of payments to collection agencies within the defined time period, despite `dataAvailability` for that period.
    - `numThreeMonths` integer, required — The number of payments to collection agencies within the defined time period, despite `dataAvailability` for that period.
    - `numTotal` integer, required — The number of payments to collection agencies within the defined time period, despite `dataAvailability` for that period.
    - `numTwelveMonths` integer, required — The number of payments to collection agencies within the defined time period, despite `dataAvailability` for that period.
    - `sumNineMonths` number, float, required — The sum of payments to collection agencies within the defined time period, despite `dataAvailability` for that period.
    - `sumOneMonth` number, float, required — The sum of payments to collection agencies within the defined time period, despite `dataAvailability` for that period.
    - `sumOneWeek` number, float, required — The sum of payments to collection agencies within the defined time period, despite `dataAvailability` for that period.
    - `sumSixMonths` number, float, required — The sum of payments to collection agencies within the defined time period, despite `dataAvailability` for that period.
    - `sumThreeMonths` number, float, required — The sum of payments to collection agencies within the defined time period, despite `dataAvailability` for that period.
    - `sumTotal` number, float, required — The sum of payments to collection agencies within the defined time period, despite `dataAvailability` for that period.
    - `sumTwelveMonths` number, float, required — The sum of payments to collection agencies within the defined time period, despite `dataAvailability` for that period.
  - `createdTime` string, date-time, required — The creation time of the risk insights report triggered by the specific TinkLink session and the following creation of the report.
  - `currencyCode` string, required — The currency code which follows ISO-4217 standard.
  - `dataAvailability` V1DataAvailability[], required — A list of DataAvailability periods that correspond to the transaction history of the end user. The presence of a period in DataAvailability suggests complete data, implying a 0 value indicates no transactions and the 0 can be computed. Absence from this list suggests the 0 is due to insufficient data and a 0 would represent a calculation of “n.a.“.
  - `externalReference` string — An external reference given by the client when creating the risk insights report.
  - `gamblingVsIncome` V1GamblingVsIncome, required
    - `gamblingIncomeRatioNineMonths` number, float — The ratio between the sum of gambling expenditure to the sum of all incoming amounts within the defined time period, despite `dataAvailability` for that period. Omitted if no income was found.
    - `gamblingIncomeRatioOneMonth` number, float — The ratio between the sum of gambling expenditure to the sum of all incoming amounts within the defined time period, despite `dataAvailability` for that period. Omitted if no income was found.
    - `gamblingIncomeRatioOneWeek` number, float — The ratio between the sum of gambling expenditure to the sum of all incoming amounts within the defined time period, despite `dataAvailability` for that period. Omitted if no income was found.
    - `gamblingIncomeRatioSixMonths` number, float — The ratio between the sum of gambling expenditure to the sum of all incoming amounts within the defined time period, despite `dataAvailability` for that period. Omitted if no income was found.
    - `gamblingIncomeRatioThreeMonths` number, float — The ratio between the sum of gambling expenditure to the sum of all incoming amounts within the defined time period, despite `dataAvailability` for that period. Omitted if no income was found.
    - `gamblingIncomeRatioTotal` number, float — The ratio between the sum of gambling expenditure to the sum of all incoming amounts within the defined time period, despite `dataAvailability` for that period. Omitted if no income was found.
    - `gamblingIncomeRatioTwelveMonths` number, float — The ratio between the sum of gambling expenditure to the sum of all incoming amounts within the defined time period, despite `dataAvailability` for that period. Omitted if no income was found.
    - `sumGamblingNineMonths` number, float, required — Total amount spent on gambling within the defined time period, despite `dataAvailability` for that period.
    - `sumGamblingOneMonth` number, float, required — Total amount spent on gambling within the defined time period, despite `dataAvailability` for that period.
    - `sumGamblingOneWeek` number, float, required — Total amount spent on gambling within the defined time period, despite `dataAvailability` for that period.
    - `sumGamblingSixMonths` number, float, required — Total amount spent on gambling within the defined time period, despite `dataAvailability` for that period.
    - `sumGamblingThreeMonths` number, float, required — Total amount spent on gambling within the defined time period, despite `dataAvailability` for that period.
    - `sumGamblingTotal` number, float, required — Total amount spent on gambling within the defined time period, despite `dataAvailability` for that period.
    - `sumGamblingTwelveMonths` number, float, required — Total amount spent on gambling within the defined time period, despite `dataAvailability` for that period.
  - `highBalances` object, required — Features detailing how many days during a given period the end-user has had a balance (see balances for more information) above a certain threshold (different per market) in terms of the total end-of-day balance summed across all accounts.
  - `id` string, required — The reference identifier of the Risk Insights report.
  - `identity` V1Identity, required
    - `name` string — The name of the end-user that is logging in to their bank.
    - `ssn` string — The end-user's social security number (depending on the availability of such from the underlying bank, cannot be assumed to be populated per default).
  - `loans` V1Loans, required
    - `numLoansNineMonths` integer, required — The number of loans within the defined time period, despite `dataAvailability` for that period.
    - `numLoansOneMonth` integer, required — The number of loans within the defined time period, despite `dataAvailability` for that period.
    - `numLoansOneWeek` integer, required — The number of loans within the defined time period, despite `dataAvailability` for that period.
    - `numLoansSixMonths` integer, required — The number of loans within the defined time period, despite `dataAvailability` for that period.
    - `numLoansThreeMonths` integer, required — The number of loans within the defined time period, despite `dataAvailability` for that period.
    - `numLoansTotal` integer, required — The number of loans within the defined time period, despite `dataAvailability` for that period.
    - `numLoansTwelveMonths` integer, required — The number of loans within the defined time period, despite `dataAvailability` for that period.
    - `numRepaymentsNineMonths` integer, required — The number of repayments within the defined time period, despite `dataAvailability` for that period.
    - `numRepaymentsOneMonth` integer, required — The number of repayments within the defined time period, despite `dataAvailability` for that period.
    - `numRepaymentsOneWeek` integer, required — The number of repayments within the defined time period, despite `dataAvailability` for that period.
    - `numRepaymentsSixMonths` integer, required — The number of repayments within the defined time period, despite `dataAvailability` for that period.
    - `numRepaymentsThreeMonths` integer, required — The number of repayments within the defined time period, despite `dataAvailability` for that period.
    - `numRepaymentsTotal` integer, required — The number of repayments within the defined time period, despite `dataAvailability` for that period.
    - `numRepaymentsTwelveMonths` integer, required — The number of repayments within the defined time period, despite `dataAvailability` for that period.
    - `repaymentLoanRatioNineMonths` number, float — The ratio between the sum of all repayments and the sum of all loans within the defined time period, despite `dataAvailability` for that period. Omitted if no loans were found.
    - `repaymentLoanRatioOneMonth` number, float — The ratio between the sum of all repayments and the sum of all loans within the defined time period, despite `dataAvailability` for that period. Omitted if no loans were found.
    - `repaymentLoanRatioOneWeek` number, float — The ratio between the sum of all repayments and the sum of all loans within the defined time period, despite `dataAvailability` for that period. Omitted if no loans were found.
    - `repaymentLoanRatioSixMonths` number, float — The ratio between the sum of all repayments and the sum of all loans within the defined time period, despite `dataAvailability` for that period. Omitted if no loans were found.
    - `repaymentLoanRatioThreeMonths` number, float — The ratio between the sum of all repayments and the sum of all loans within the defined time period, despite `dataAvailability` for that period. Omitted if no loans were found.
    - `repaymentLoanRatioTotal` number, float — The ratio between the sum of all repayments and the sum of all loans within the defined time period, despite `dataAvailability` for that period. Omitted if no loans were found.
    - `repaymentLoanRatioTwelveMonths` number, float — The ratio between the sum of all repayments and the sum of all loans within the defined time period, despite `dataAvailability` for that period. Omitted if no loans were found.
    - `sumLoansNineMonths` number, float, required — The sum of all loans taken within the defined time period, despite `dataAvailability` for that period.
    - `sumLoansOneMonth` number, float, required — The sum of all loans taken within the defined time period, despite `dataAvailability` for that period.
    - `sumLoansOneWeek` number, float, required — The sum of all loans taken within the defined time period, despite `dataAvailability` for that period.
    - `sumLoansSixMonths` number, float, required — The sum of all loans taken within the defined time period, despite `dataAvailability` for that period.
    - `sumLoansThreeMonths` number, float, required — The sum of all loans taken within the defined time period, despite `dataAvailability` for that period.
    - `sumLoansTotal` number, float, required — The sum of all loans taken within the defined time period, despite `dataAvailability` for that period.
    - `sumLoansTwelveMonths` number, float, required — The sum of all loans taken within the defined time period, despite `dataAvailability` for that period.
    - `sumRepaymentsNineMonths` number, float, required — The sum of all repayments within the defined time period, despite `dataAvailability` for that period.
    - `sumRepaymentsOneMonth` number, float, required — The sum of all repayments within the defined time period, despite `dataAvailability` for that period.
    - `sumRepaymentsOneWeek` number, float, required — The sum of all repayments within the defined time period, despite `dataAvailability` for that period.
    - `sumRepaymentsSixMonths` number, float, required — The sum of all repayments within the defined time period, despite `dataAvailability` for that period.
    - `sumRepaymentsThreeMonths` number, float, required — The sum of all repayments within the defined time period, despite `dataAvailability` for that period.
    - `sumRepaymentsTotal` number, float, required — The sum of all repayments within the defined time period, despite `dataAvailability` for that period.
    - `sumRepaymentsTwelveMonths` number, float, required — The sum of all repayments within the defined time period, despite `dataAvailability` for that period.
  - `lowBalances` object, required — The number of days the end-user has transactions that results in a balance (see balances for more information) lower than a set amount (market dependent) in terms of the total end-of-day balance summed across all accounts.
  - `overdrafts` V1Overdrafts, required
    - `numDaysInOverdraftNineMonths` integer, required — The number of days where the end of day balance was negative on any account within the defined time period, despite `dataAvailability` for that period.
    - `numDaysInOverdraftOneMonth` integer, required — The number of days where the end of day balance was negative on any account within the defined time period, despite `dataAvailability` for that period.
    - `numDaysInOverdraftOneWeek` integer, required — The number of days where the end of day balance was negative on any account within the defined time period, despite `dataAvailability` for that period.
    - `numDaysInOverdraftSixMonths` integer, required — The number of days where the end of day balance was negative on any account within the defined time period, despite `dataAvailability` for that period.
    - `numDaysInOverdraftThreeMonths` integer, required — The number of days where the end of day balance was negative on any account within the defined time period, despite `dataAvailability` for that period.
    - `numDaysInOverdraftTotal` integer, required — The number of days where the end of day balance was negative on any account within the defined time period, despite `dataAvailability` for that period.
    - `numDaysInOverdraftTwelveMonths` integer, required — The number of days where the end of day balance was negative on any account within the defined time period, despite `dataAvailability` for that period.
    - `numNineMonths` integer, required — The number of transactions resulting in a negative balance within the defined time period, despite `dataAvailability` for that period.
    - `numOneMonth` integer, required — The number of transactions resulting in a negative balance within the defined time period, despite `dataAvailability` for that period.
    - `numOneWeek` integer, required — The number of transactions resulting in a negative balance within the defined time period, despite `dataAvailability` for that period.
    - `numSixMonths` integer, required — The number of transactions resulting in a negative balance within the defined time period, despite `dataAvailability` for that period.
    - `numThreeMonths` integer, required — The number of transactions resulting in a negative balance within the defined time period, despite `dataAvailability` for that period.
    - `numTotal` integer, required — The number of transactions resulting in a negative balance within the defined time period, despite `dataAvailability` for that period.
    - `numTwelveMonths` integer, required — The number of transactions resulting in a negative balance within the defined time period, despite `dataAvailability` for that period.
  - `transactionStats` V1TransactionStats, required — Transaction stats.
    - `maxIncAmountNineMonths` number, float, required — The largest incoming transaction within the defined time period, despite `dataAvailability` for that period.
    - `maxIncAmountOneMonth` number, float, required — The largest incoming transaction within the defined time period, despite `dataAvailability` for that period.
    - `maxIncAmountOneWeek` number, float, required — The largest incoming transaction within the defined time period, despite `dataAvailability` for that period.
    - `maxIncAmountSixMonths` number, float, required — The largest incoming transaction within the defined time period, despite `dataAvailability` for that period.
    - `maxIncAmountThreeMonths` number, float, required — The largest incoming transaction within the defined time period, despite `dataAvailability` for that period.
    - `maxIncAmountTotal` number, float, required — The largest incoming transaction within the defined time period, despite `dataAvailability` for that period.
    - `maxIncAmountTwelveMonths` number, float, required — The largest incoming transaction within the defined time period, despite `dataAvailability` for that period.
    - `maxOutAmountNineMonths` number, float, required — The largest outgoing transaction within the defined time period, despite `dataAvailability` for that period.
    - `maxOutAmountOneMonth` number, float, required — The largest outgoing transaction within the defined time period, despite `dataAvailability` for that period.
    - `maxOutAmountOneWeek` number, float, required — The largest outgoing transaction within the defined time period, despite `dataAvailability` for that period.
    - `maxOutAmountSixMonths` number, float, required — The largest outgoing transaction within the defined time period, despite `dataAvailability` for that period.
    - `maxOutAmountThreeMonths` number, float, required — The largest outgoing transaction within the defined time period, despite `dataAvailability` for that period.
    - `maxOutAmountTotal` number, float, required — The largest outgoing transaction of all transactions.
    - `maxOutAmountTwelveMonths` number, float, required — The largest outgoing transaction within the defined time period, despite `dataAvailability` for that period.
    - `meanAmountNineMonths` number, float, required — Mean transaction amount within the defined time period, despite `dataAvailability` for that period.
    - `meanAmountOneMonth` number, float, required — Mean transaction amount within the defined time period, despite `dataAvailability` for that period.
    - `meanAmountOneWeek` number, float, required — Mean transaction amount within the defined time period, despite `dataAvailability` for that period.
    - `meanAmountSixMonths` number, float, required — Mean transaction amount within the defined time period, despite `dataAvailability` for that period.
    - `meanAmountThreeMonths` number, float, required — Mean transaction amount within the defined time period, despite `dataAvailability` for that period.
    - `meanAmountTotal` number, float, required — Mean transaction amount for all transactions.
    - `meanAmountTwelveMonths` number, float, required — Mean transaction amount within the defined time period, despite `dataAvailability` for that period.
    - `meanIncAmountNineMonths` number, float, required — Mean incoming transaction amount within the defined time period, despite `dataAvailability` for that period.
    - `meanIncAmountOneMonth` number, float, required — Mean incoming transaction amount within the defined time period, despite `dataAvailability` for that period.
    - `meanIncAmountOneWeek` number, float, required — Mean incoming transaction amount within the defined time period, despite `dataAvailability` for that period.
    - `meanIncAmountSixMonths` number, float, required — Mean incoming transaction amount within the defined time period, despite `dataAvailability` for that period.
    - `meanIncAmountThreeMonths` number, float, required — Mean incoming transaction amount within the defined time period, despite `dataAvailability` for that period.
    - `meanIncAmountTotal` number, float, required — Mean incoming transaction amount for all transactions.
    - `meanIncAmountTwelveMonths` number, float, required — Mean incoming transaction amount within the defined time period, despite `dataAvailability` for that period.
    - `meanOutAmountNineMonths` number, float, required — Mean outgoing transaction amount within the defined time period, regardless of transaction history length.
    - `meanOutAmountOneMonth` number, float, required — Mean outgoing transaction amount within the defined time period, despite `dataAvailability` for that period.
    - `meanOutAmountOneWeek` number, float, required — Mean outgoing transaction amount within the defined time period, despite `dataAvailability` for that period.
    - `meanOutAmountSixMonths` number, float, required — Mean outgoing transaction amount within the defined time period, regardless of transaction history length.
    - `meanOutAmountThreeMonths` number, float, required — Mean outgoing transaction amount within the defined time period, despite `dataAvailability` for that period.
    - `meanOutAmountTotal` number, float, required — Mean outgoing transaction amount for all transactions.
    - `meanOutAmountTwelveMonths` number, float, required — Mean outgoing transaction amount within the defined time period, despite `dataAvailability` for that period.
    - `numIncTransactionsNineMonths` integer, required — The number of incoming transactions within the defined time period, despite `dataAvailability` for that period.
    - `numIncTransactionsOneMonth` integer, required — The number of incoming transactions within the defined time period, despite `dataAvailability` for that period.
    - `numIncTransactionsOneWeek` integer, required — The number of incoming transactions within the defined time period, despite `dataAvailability` for that period.
    - `numIncTransactionsSixMonths` integer, required — The number of incoming transactions within the defined time period, despite `dataAvailability` for that period.
    - `numIncTransactionsThreeMonths` integer, required — The number of incoming transactions within the defined time period, despite `dataAvailability` for that period.
    - `numIncTransactionsTotal` integer, required — The total number of incoming transactions.
    - `numIncTransactionsTwelveMonths` integer, required — The number of incoming transactions within the defined time period, despite `dataAvailability` for that period.
    - `numOutTransactionsNineMonths` integer, required — The number of outgoing transactions within the defined time period, despite `dataAvailability` for that period.
    - `numOutTransactionsOneMonth` integer, required — The number of outgoing transactions within the defined time period, despite `dataAvailability` for that period.
    - `numOutTransactionsOneWeek` integer, required — The number of outgoing transactions within the defined time period, despite `dataAvailability` for that period.
    - `numOutTransactionsSixMonths` integer, required — The number of outgoing transactions within the defined time period, despite `dataAvailability` for that period.
    - `numOutTransactionsThreeMonths` integer, required — The number of outgoing transactions within the defined time period, despite `dataAvailability` for that period.
    - `numOutTransactionsTotal` integer, required — The total number of outgoing transactions.
    - `numOutTransactionsTwelveMonths` integer, required — The number of outgoing transactions within the defined time period, despite `dataAvailability` for that period.
    - `numTransactionsNineMonths` integer, required — The number of transactions within the defined time period, despite `dataAvailability` for that period.
    - `numTransactionsOneMonth` integer, required — The number of transactions within the defined time period, despite `dataAvailability` for that period.
    - `numTransactionsOneWeek` integer, required — The number of transactions within the defined time period, despite `dataAvailability` for that period.
    - `numTransactionsSixMonths` integer, required — The number of transactions within the defined time period, despite `dataAvailability` for that period.
    - `numTransactionsThreeMonths` integer, required — The number of transactions within the defined time period, despite `dataAvailability` for that period.
    - `numTransactionsTotal` integer, required — The total number of transactions.
    - `numTransactionsTwelveMonths` integer, required — The number of transactions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueIncTransactionsNineMonths` integer, required — The number of incoming transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueIncTransactionsOneMonth` integer, required — The number of incoming transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueIncTransactionsOneWeek` integer, required — The number of incoming transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueIncTransactionsSixMonths` integer, required — The number of incoming transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueIncTransactionsThreeMonths` integer, required — The number of incoming transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueIncTransactionsTotal` integer, required — The total number of incoming transactions with unique descriptions.
    - `numUniqueIncTransactionsTwelveMonths` integer, required — The number of incoming transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueOutTransactionsNineMonths` integer, required — The number of outgoing transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueOutTransactionsOneMonth` integer, required — The number of outgoing transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueOutTransactionsOneWeek` integer, required — The number of outgoing transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueOutTransactionsSixMonths` integer, required — The number of outgoing transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueOutTransactionsThreeMonths` integer, required — The number of outgoing transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueOutTransactionsTotal` integer, required — The total number of outgoing transactions with unique descriptions.
    - `numUniqueOutTransactionsTwelveMonths` integer, required — The number of outgoing transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueTransactionsNineMonths` integer, required — The number of transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueTransactionsOneMonth` integer, required — The number of transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueTransactionsOneWeek` integer, required — The number of transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueTransactionsSixMonths` integer, required — The number of transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueTransactionsThreeMonths` integer, required — The number of transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `numUniqueTransactionsTotal` integer, required — The total number of transactions with unique descriptions.
    - `numUniqueTransactionsTwelveMonths` integer, required — The number of transactions with unique descriptions within the defined time period, despite `dataAvailability` for that period.
    - `sumAmountsNineMonths` number, float, required — The sum of all transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumAmountsOneMonth` number, float, required — The sum of all transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumAmountsOneWeek` number, float, required — The sum of all transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumAmountsSixMonths` number, float, required — The sum of all transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumAmountsThreeMonths` number, float, required — The sum of all transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumAmountsTotal` number, float, required — The sum of all transaction amounts.
    - `sumAmountsTwelveMonths` number, float, required — The sum of all transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumIncAmountsNineMonths` number, float, required — The sum of all incoming transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumIncAmountsOneMonth` number, float, required — The sum of all incoming transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumIncAmountsOneWeek` number, float, required — The sum of all incoming transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumIncAmountsSixMonths` number, float, required — The sum of all incoming transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumIncAmountsThreeMonths` number, float, required — The sum of all incoming transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumIncAmountsTotal` number, float, required — The sum of all incoming transaction amounts.
    - `sumIncAmountsTwelveMonths` number, float, required — The sum of all incoming transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumOutAmountsNineMonths` number, float, required — The sum of all outgoing transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumOutAmountsOneMonth` number, float, required — The sum of all outgoing transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumOutAmountsOneWeek` number, float, required — The sum of all outgoing transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumOutAmountsSixMonths` number, float, required — The sum of all outgoing transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumOutAmountsThreeMonths` number, float, required — The sum of all outgoing transaction amounts within the defined time period, despite `dataAvailability` for that period.
    - `sumOutAmountsTotal` number, float, required — The sum of all outgoing transaction amounts.
    - `sumOutAmountsTwelveMonths` number, float, required — The sum of all outgoing transaction amounts within the defined time period, despite `dataAvailability` for that period.
  - `userId` string — The internal identifier of the user linked to the request.

## Other responses

- `400` — The request does not pass validation. This could for example be a malformed authorization header. Check the error message or the documentation of each field for more information.
- `401` — Authorization token is missing or invalid.
- `404` — Not found.
- `default` — An unexpected error response.

---

[API](https://skmtc.net/tink/apis/tink-api.md) · [All operations](https://skmtc.net/tink/apis/tink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tink/tink-api/revisions/23d8982b533d/schema)
