Overview

Each step the applicant completes the webhook will return a response with that completed information. After all steps are completed a final Webhook is sent with all data

ParameterDescriptionData
security_keyA key generated when the /create endpoint is hit. This can be used as an additional level of secure ingestion of your webhooks.string
typeWhich type of verificationBankVerification, IdentityVerification, EmploymentVerification, CreditVerification, Complete
hasFinancialDataDoes this response include financial data. 0 is no, 1 is yes0.1
typewhat type of verification you are recievingBankVerification, IdVerification, EmploymentVerification,

Bank Verification

The Bank verification will be the first webhook response as it is the first verification step.

While unavailable through the API, reports can be configured to send credit-only, or debit-only transactions. Please contact support to configure what transaction types get sent through the webhook.

Applicant Data

ParameterDescriptionDatasection
applicantIdThe identification of the applicantstring
hasFinancialDataDenoted whether the document has financial information0(no),1(yes)
typeShows what kind of verification is doneBank Verification
is_archivedDenotes wether the applicant has been archived0(no),1(yes)applicantData
typestandardapplicantData
addressThe address as it appears on the applicants bank statementstringapplicantData
app_titletitle of the application usedstringapplicantData
namethe name as it appears on the applicants bank statementstringapplicantData
user_namethe name given my the applicant in pre-screening questionsstringapplicantData
phoneThe applicant's phone numberintapplicantData
emailThe applicant's email addressstringapplicantData
dateCreatedThe date the Applicant completed the applicationstringapplicantData
avg_closing_balancethe average closing balance of all accounts at end of monthintapplicantData
days_of_activityaccount days of activityintapplicantData
monthly_incomethe average total income of an applicant from bank statement information all sourcesintapplicantFinancialData
monthly_payroll_incomethe average monthly payroll income of the applicant as seen on the bank statementintapplicantFinancialData
total_loandenotes the total amount of loansintapplicantFinancialData
nsfdenotes whether the bank statement shows any nsf transactions0(no), 1(yes)applicantFinancialData
overdraft_daysdays in overdraftapplicantFinancialData
paydaydenotes whether or not the bank statement shows regular payroll income0(no), 1(yes)applicantFinancialData
payday_transactionslist of all transactions identified as paydayapplicantFinancialData
credit_card_detecteddenotes if a credit card is found under the applicant's filetrue, falseapplicantFinancialData
credits_totaltotal credits all timeintapplicantFinancialData
debits_totaltotal debits all timeintapplicantFinancialData
payroll_transactionslist of all transactions identified as payrollapplicantFinancialData
bill_transactionslist of all transactions that are billsapplicantFinancialData
nsf_transactionsany transaction that was nsfapplicantFinancialData
debt_transactionsany transaction that is a debt paymentapplicantFinancialData
govt_income_transactionsany transaction that is a government incomeapplicantFinancialData
rent_transactionsany transaction that is rentapplicantFinancialData

Income Source

This following block is sent out with the bank webhook when the income source module is enabled.

ParameterDescriptionData
employer_nameThe name of the employerstring
num_transactionDenotes the number of transactions detectedint
date_of_last_transactionDenotes the date of the last transactiondate
amount_last_paymentDenotes the amount of the last paymentint
supervisor_nameShows the name of the applicant's supervisorstring
supervisor_phoneShows the phone number of the applicant's supervisorstring
supervisor_emailShows the email address of the applicant's supervisorstring
job_titleThe applicant's job titlestring
start_dateThe start date of the source of incomedate
end_dateThe end date of the source of incomedate
source_typeThe type of the income sourceemployment, government, other
applicant_commentAny additional comments the applicant wants to addstring
added_byIf the income source was automatically detected or if it was added by the useruser, system
supported_by_transactionsIf income source has supported transactions0(no), 1(yes)
leaving_soonShows if the applicant will leave their current employer0(no), 1(yes)
contact_consentGets consent from applicant to contact the employer0(no), 1(yes)
"applicantId": "fvCO6bAQDFUbmvBY4vYMj1jD4XNJ1D06PuBhwvJ8jK7QuAiI0XQw1CLohAze",
    "hasFinancialData": "1",
    "type": "BankVerification",
    "applicantData": {
        "is_archived": 0,
        "type": "standard",
        "address": "2992 Cameron Road, Malakoff, NY, US",
        "error": "",
        "app_title": "API Test",
        "name": "Alberta Bobbeth Charleson",
        "user_name": "123 123",
        "phone": "123",
        "email": "[email protected]",
        "dateCreated": "2022-07-28 11:03:49 EDT",
        "answers": {
            "mandatory": {
                "rent": {
                    "radioAnswer": "yes",
                    "textAnswer": "790"
                },
                "rentBudget": {
                    "radioAnswer": "yes",
                    "textAnswer": "1200"
                }
            },
            "custom": [],
            "additional": []
        },
        "avg_closing_balance": "21480.84",
        "days_of_activity": 365
    },
    "applicantFinancialData": {
        "monthly_income": "3512.06",
        "monthly_payroll_income": "2638.75",
        "total_loan": "408.33",
        "overdraft_days": "0.00",
        "nsf": 0,
        "payday": 0,
        "payday_transactions": {
            "depository": [
                {
                    "transactions": []
                }
            ]
        },
        "credit_card_detected": false,
        "credits_total": 42144.69,
        "debits_total": 12857.789999999997,
        "payroll_transactions": {
            "depository": [
                {
                    "transactions": [
                        {
                            "date": "2022-06-30",
                            "name": "Uber",
                            "credit": 300,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-06-30",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-06-23",
                            "name": "Uber",
                            "credit": 350,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-06-16",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-06-15",
                            "name": "Uber",
                            "credit": 400,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-06-15",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-06-09",
                            "name": "Uber",
                            "credit": 200,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-06-02",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-06-02",
                            "name": "Uber",
                            "credit": 300,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-05-26",
                            "name": "Uber",
                            "credit": 375,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-05-19",
                            "name": "Uber",
                            "credit": 350,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-05-19",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-05-12",
                            "name": "Uber",
                            "credit": 300,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-05-05",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-05-05",
                            "name": "Uber",
                            "credit": 275,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-04-28",
                            "name": "Uber",
                            "credit": 400,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-04-21",
                            "name": "Uber",
                            "credit": 350,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-04-21",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-04-14",
                            "name": "Uber",
                            "credit": 200,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-04-07",
                            "name": "Uber",
                            "credit": 300,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-03-31",
                            "name": "Uber",
                            "credit": 250,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-03-24",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-03-24",
                            "name": "Uber",
                            "credit": 350,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-03-17",
                            "name": "Uber",
                            "credit": 300,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-03-10",
                            "name": "Uber",
                            "credit": 350,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-03-10",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-03-03",
                            "name": "Uber",
                            "credit": 400,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-02-24",
                            "name": "Uber",
                            "credit": 375,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-02-24",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-02-17",
                            "name": "Uber",
                            "credit": 450,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-02-10",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-02-10",
                            "name": "Uber",
                            "credit": 350,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-02-03",
                            "name": "Uber",
                            "credit": 400,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-01-28",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-01-28",
                            "name": "Uber",
                            "credit": 275,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-01-21",
                            "name": "Uber",
                            "credit": 300,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-01-14",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-01-14",
                            "name": "Uber",
                            "credit": 250,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-01-07",
                            "name": "Uber",
                            "credit": 450,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-12-30",
                            "name": "Uber",
                            "credit": 490,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-12-30",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-12-23",
                            "name": "Uber",
                            "credit": 350,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-12-16",
                            "name": "Uber",
                            "credit": 275,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-12-16",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-12-09",
                            "name": "Uber",
                            "credit": 375,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-12-02",
                            "name": "Uber",
                            "credit": 300,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-12-02",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-11-25",
                            "name": "Uber",
                            "credit": 425,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-11-18",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-11-18",
                            "name": "Uber",
                            "credit": 200,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-11-11",
                            "name": "Uber",
                            "credit": 300,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-11-04",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-11-04",
                            "name": "Uber",
                            "credit": 400,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-10-28",
                            "name": "Uber",
                            "credit": 350,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-10-21",
                            "name": "Uber",
                            "credit": 275,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-10-21",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-10-14",
                            "name": "Uber",
                            "credit": 350,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-10-07",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-10-07",
                            "name": "Uber",
                            "credit": 300,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-09-30",
                            "name": "Uber",
                            "credit": 250,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-09-23",
                            "name": "Uber",
                            "credit": 400,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-09-23",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-09-16",
                            "name": "Uber",
                            "credit": 300,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-09-09",
                            "name": "Uber",
                            "credit": 225,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-09-09",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-09-02",
                            "name": "Uber",
                            "credit": 425,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-08-26",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-08-26",
                            "name": "Uber",
                            "credit": 350,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-08-19",
                            "name": "Uber",
                            "credit": 300,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-08-12",
                            "name": "PAY - Boring Company",
                            "credit": 1200,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-08-12",
                            "name": "Uber",
                            "credit": 350,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-08-05",
                            "name": "Uber",
                            "credit": 250,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-07-29",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-07-29",
                            "name": "Uber",
                            "credit": 425,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-07-22",
                            "name": "Uber",
                            "credit": 275,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-07-15",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-07-15",
                            "name": "Uber",
                            "credit": 300,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-07-08",
                            "name": "Uber",
                            "credit": 250,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-07-01",
                            "name": "Uber",
                            "credit": 375,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-07-01",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "debit": 0,
                            "category": "",
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        }
                    ]
                }
            ]
        },
        "bill_transactions": {
            "depository": [
                {
                    "transactions": [
                        {
                            "date": "2021-12-05",
                            "name": "AT&T DOMESTIC LD #881728290974019",
                            "credit": 0,
                            "debit": 69.99,
                            "category": "",
                            "flags": [
                                "is_bill"
                            ],
                            "humanFlags": "Bill"
                        },
                        {
                            "date": "2021-11-05",
                            "name": "AT&T DOMESTIC LD #881728290974532",
                            "credit": 0,
                            "debit": 69.99,
                            "category": "",
                            "flags": [
                                "is_bill"
                            ],
                            "humanFlags": "Bill"
                        },
                        {
                            "date": "2021-10-05",
                            "name": "AT&T DOMESTIC LD #881728290974532",
                            "credit": 0,
                            "debit": 69.99,
                            "category": "",
                            "flags": [
                                "is_bill"
                            ],
                            "humanFlags": "Bill"
                        },
                        {
                            "date": "2021-09-05",
                            "name": "AT&T DOMESTIC LD #881728217655611",
                            "credit": 0,
                            "debit": 69.99,
                            "category": "",
                            "flags": [
                                "is_bill"
                            ],
                            "humanFlags": "Bill"
                        },
                        {
                            "date": "2021-08-05",
                            "name": "AT&T DOMESTIC LD #881728217645612",
                            "credit": 0,
                            "debit": 69.99,
                            "category": "",
                            "flags": [
                                "is_bill"
                            ],
                            "humanFlags": "Bill"
                        },
                        {
                            "date": "2021-07-05",
                            "name": "AT&T DOMESTIC LD #881728212312312",
                            "credit": 0,
                            "debit": 69.99,
                            "category": "",
                            "flags": [
                                "is_bill"
                            ],
                            "humanFlags": "Bill"
                        }
                    ]
                }
            ]
        },
        "nsf_transactions": {
            "depository": [
                {
                    "transactions": []
                }
            ]
        },
        "debt_transactions": {
            "depository": [
                {
                    "transactions": [
                        {
                            "date": "2022-05-10",
                            "name": "Dodge Auto Finance ID# 00123487",
                            "credit": 0,
                            "debit": 200,
                            "flags": [
                                "is_debt"
                            ],
                            "humanFlags": "Debt"
                        },
                        {
                            "date": "2022-05-10",
                            "name": "Dodge Auto Finance ID# 00123487",
                            "credit": 0,
                            "debit": 200,
                            "flags": [
                                "is_debt"
                            ],
                            "humanFlags": "Debt"
                        },
                        {
                            "date": "2022-04-10",
                            "name": "Dodge Auto Finance ID# 00123487",
                            "credit": 0,
                            "debit": 200,
                            "flags": [
                                "is_debt"
                            ],
                            "humanFlags": "Debt"
                        },
                        {
                            "date": "2022-03-10",
                            "name": "Dodge Auto Finance ID# 00123487",
                            "credit": 0,
                            "debit": 200,
                            "flags": [
                                "is_debt"
                            ],
                            "humanFlags": "Debt"
                        },
                        {
                            "date": "2022-02-10",
                            "name": "Dodge Auto Finance ID# 00123487",
                            "credit": 0,
                            "debit": 200,
                            "flags": [
                                "is_debt"
                            ],
                            "humanFlags": "Debt"
                        },
                        {
                            "date": "2022-01-10",
                            "name": "Dodge Auto Finance ID# 00123487",
                            "credit": 0,
                            "debit": 200,
                            "flags": [
                                "is_debt"
                            ],
                            "humanFlags": "Debt"
                        },
                        {
                            "date": "2021-12-10",
                            "name": "Dodge Auto Finance ID# 00123487",
                            "credit": 0,
                            "debit": 200,
                            "flags": [
                                "is_debt"
                            ],
                            "humanFlags": "Debt"
                        },
                        {
                            "date": "2021-11-10",
                            "name": "Dodge Auto Finance ID# 00123487",
                            "credit": 0,
                            "debit": 200,
                            "flags": [
                                "is_debt"
                            ],
                            "humanFlags": "Debt"
                        },
                        {
                            "date": "2021-10-10",
                            "name": "Dodge Auto Finance ID# 00123487",
                            "credit": 0,
                            "debit": 200,
                            "flags": [
                                "is_debt"
                            ],
                            "humanFlags": "Debt"
                        },
                        {
                            "date": "2021-09-10",
                            "name": "Dodge Auto Finance ID# 00123487",
                            "credit": 0,
                            "debit": 200,
                            "flags": [
                                "is_debt"
                            ],
                            "humanFlags": "Debt"
                        },
                        {
                            "date": "2021-08-10",
                            "name": "Dodge Auto Finance ID# 00123487",
                            "credit": 0,
                            "debit": 200,
                            "flags": [
                                "is_debt"
                            ],
                            "humanFlags": "Debt"
                        },
                        {
                            "date": "2021-07-10",
                            "name": "Dodge Auto Finance ID# 00123487",
                            "credit": 0,
                            "debit": 200,
                            "flags": [
                                "is_debt"
                            ],
                            "humanFlags": "Debt"
                        },
                        {
                            "date": "2021-07-05",
                            "name": "Pre-Authorized LENDER Other Reference # 4780",
                            "credit": 0,
                            "debit": 2500,
                            "flags": [
                                "is_debt"
                            ],
                            "humanFlags": "Debt"
                        }
                    ]
                }
            ]
        },
        "govt_income_transactions": {
            "depository": [
                {
                    "transactions": []
                }
            ]
        },
        "rent_transactions": {
            "depository": [
                {
                    "transactions": []
                }
            ]
        },
        "monthly_telecom_payments": 69.99,
        "all_transactions": [],
        "all_transactions_counter": 0,
        "all_income": {
            "depository": [
                {
                    "transactions": [
                        {
                            "date": "2022-06-30",
                            "name": "Uber",
                            "credit": 300,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-06-30",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-06-23",
                            "name": "Uber",
                            "credit": 350,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-06-16",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-06-15",
                            "name": "Uber",
                            "credit": 400,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-06-15",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-06-15",
                            "name": "etransfer",
                            "credit": 2500,
                            "flags": [
                                ""
                            ],
                            "humanFlags": "-"
                        },
                        {
                            "date": "2022-06-09",
                            "name": "Uber",
                            "credit": 200,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-06-02",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-06-02",
                            "name": "Uber",
                            "credit": 300,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-05-26",
                            "name": "Uber",
                            "credit": 375,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-05-19",
                            "name": "Uber",
                            "credit": 350,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-05-19",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-05-12",
                            "name": "Uber",
                            "credit": 300,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-05-05",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-05-05",
                            "name": "Uber",
                            "credit": 275,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-04-28",
                            "name": "Uber",
                            "credit": 400,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-04-21",
                            "name": "Uber",
                            "credit": 350,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-04-21",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-04-14",
                            "name": "Uber",
                            "credit": 200,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-04-07",
                            "name": "Uber",
                            "credit": 300,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-03-31",
                            "name": "Uber",
                            "credit": 250,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-03-24",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-03-24",
                            "name": "Uber",
                            "credit": 350,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-03-17",
                            "name": "Uber",
                            "credit": 300,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-03-10",
                            "name": "Uber",
                            "credit": 350,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-03-10",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-03-03",
                            "name": "Uber",
                            "credit": 400,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-02-24",
                            "name": "Uber",
                            "credit": 375,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-02-24",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-02-17",
                            "name": "Uber",
                            "credit": 450,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-02-10",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-02-10",
                            "name": "Uber",
                            "credit": 350,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-02-03",
                            "name": "Uber",
                            "credit": 400,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-01-28",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-01-28",
                            "name": "Uber",
                            "credit": 275,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-01-21",
                            "name": "Uber",
                            "credit": 300,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-01-14",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-01-14",
                            "name": "Uber",
                            "credit": 250,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-01-07",
                            "name": "Uber",
                            "credit": 450,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2022-01-01",
                            "name": "AON INSURANCE AON 55 - YEARLY PAYMENT DISCOUNT",
                            "credit": 3750,
                            "flags": [
                                ""
                            ],
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-12-30",
                            "name": "Uber",
                            "credit": 490,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-12-30",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-12-23",
                            "name": "Uber",
                            "credit": 350,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-12-16",
                            "name": "Uber",
                            "credit": 275,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-12-16",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-12-09",
                            "name": "Uber",
                            "credit": 375,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-12-02",
                            "name": "Uber",
                            "credit": 300,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-12-02",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-11-25",
                            "name": "Uber",
                            "credit": 425,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-11-18",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-11-18",
                            "name": "Uber",
                            "credit": 200,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-11-11",
                            "name": "Uber",
                            "credit": 300,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-11-04",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-11-04",
                            "name": "Uber",
                            "credit": 400,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-11-03",
                            "name": "e-Transfer In Other Reference # 7016667",
                            "credit": 1560,
                            "flags": [
                                ""
                            ],
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-10-28",
                            "name": "Uber",
                            "credit": 350,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-10-26",
                            "name": "e-Transfer In Other Reference # 706810",
                            "credit": 90,
                            "flags": [
                                ""
                            ],
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-10-26",
                            "name": "e-Transfer In Other Reference # 701110",
                            "credit": 50,
                            "flags": [
                                ""
                            ],
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-10-26",
                            "name": "Cash Deposit",
                            "credit": 89.69,
                            "flags": [
                                ""
                            ],
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-10-21",
                            "name": "Uber",
                            "credit": 275,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-10-21",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-10-14",
                            "name": "Uber",
                            "credit": 350,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-10-07",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-10-07",
                            "name": "Uber",
                            "credit": 300,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-09-30",
                            "name": "Uber",
                            "credit": 250,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-09-23",
                            "name": "Uber",
                            "credit": 400,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-09-23",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-09-16",
                            "name": "Uber",
                            "credit": 300,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-09-09",
                            "name": "Uber",
                            "credit": 225,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-09-09",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-09-02",
                            "name": "Uber",
                            "credit": 425,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-08-26",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-08-26",
                            "name": "Uber",
                            "credit": 350,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-08-19",
                            "name": "Uber",
                            "credit": 300,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-08-12",
                            "name": "PAY - Boring Company",
                            "credit": 1200,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-08-12",
                            "name": "Uber",
                            "credit": 350,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-08-05",
                            "name": "Uber",
                            "credit": 250,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-07-29",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-07-29",
                            "name": "Uber",
                            "credit": 425,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-07-22",
                            "name": "Uber",
                            "credit": 275,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-07-19",
                            "name": "VIP NAILS & SPA \/ Ref1:7230013657 Ref2:0616113657 Ref3:405031 15 Expires:20220619",
                            "credit": 20,
                            "flags": [
                                ""
                            ],
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-07-18",
                            "name": "Deposit Home Banking Transfer \/ From Share 01 Internet Access 12\/23\/2021 17:07 36330431",
                            "credit": 520,
                            "flags": [
                                ""
                            ],
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-07-16",
                            "name": "Deposit Cash App*Cash Out San \/ Francisco CA %% Card 18 #684861 #000011301500",
                            "credit": 340,
                            "flags": [
                                ""
                            ],
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-07-16",
                            "name": "Venmo",
                            "credit": 560,
                            "flags": [
                                ""
                            ],
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-07-15",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-07-15",
                            "name": "Uber",
                            "credit": 300,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-07-14",
                            "name": "Deposit by Check",
                            "credit": 500,
                            "flags": [
                                ""
                            ],
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-07-13",
                            "name": "Cheque Deposit Ontario Trillium",
                            "credit": 500,
                            "flags": [
                                ""
                            ],
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-07-08",
                            "name": "Uber",
                            "credit": 250,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-07-01",
                            "name": "Uber",
                            "credit": 375,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        },
                        {
                            "date": "2021-07-01",
                            "name": "PAY - Boring Company",
                            "credit": 500,
                            "flags": [
                                "is_payroll"
                            ],
                            "humanFlags": "Payroll"
                        }
                    ]
                }
            ]
        },
        "all_income_counter": 92,
        "bill_income_counter": 6,
        "govt_income_counter": 0,
        "rent_transactions_count": 0,
        "debt_transactions_count": 13,
        "payroll_transactions_count": 80,
        "payday_count": 0,
        "pdfUrl": "https:\/\/rentify-qa.herokuapp.com\/utilities\/generateReportPdf\/fvCO6bAQDFUbmvBY4vYMj1jD4XNJ1D06PuBhwvJ8jK7QuAiI0XQw1CLohAze\/x1mWQqxv6vag0RKopQDGvShsJwWgeKM9B8ONcSSC9qHpeHRn6B5BCp3CEyxvYECVBC1izu78ziQxGuJpKpxH42TQWMY6VGrB6HBm",
        "authAccounts": [],
        "authNumbers": [],
        "balances": [
            {
                "date": "2021-07-01",
                "balance": 33662.35
            },
            {
                "date": "2021-07-02",
                "balance": 33162.35
            },
            {
                "date": "2021-07-03",
                "balance": 32787.35
            },
            {
                "date": "2021-07-04",
                "balance": 35287.35
            },
            {
                "date": "2021-07-05",
                "balance": 35320.35
            },
            {
                "date": "2021-07-06",
                "balance": 35569.97
            },
            {
                "date": "2021-07-07",
                "balance": 35569.97
            },
            {
                "date": "2021-07-08",
                "balance": 38069.97
            },
            {
                "date": "2021-07-09",
                "balance": 38069.97
            },
            {
                "date": "2021-07-10",
                "balance": 38019.97
            },
            {
                "date": "2021-07-11",
                "balance": 37819.97
            },
            {
                "date": "2021-07-12",
                "balance": 37819.97
            },
            {
                "date": "2021-07-13",
                "balance": 38519.97
            },
            {
                "date": "2021-07-14",
                "balance": 38019.97
            },
            {
                "date": "2021-07-15",
                "balance": 37519.97
            },
            {
                "date": "2021-07-16",
                "balance": 36719.97
            },
            {
                "date": "2021-07-17",
                "balance": 36159.97
            },
            {
                "date": "2021-07-18",
                "balance": 35819.97
            },
            {
                "date": "2021-07-19",
                "balance": 35299.97
            },
            {
                "date": "2021-07-20",
                "balance": 35299.97
            },
            {
                "date": "2021-07-21",
                "balance": 35299.97
            },
            {
                "date": "2021-07-22",
                "balance": 35279.97
            },
            {
                "date": "2021-07-23",
                "balance": 35279.97
            },
            {
                "date": "2021-07-24",
                "balance": 35279.97
            },
            {
                "date": "2021-07-25",
                "balance": 35279.97
            },
            {
                "date": "2021-07-26",
                "balance": 35279.97
            },
            {
                "date": "2021-07-27",
                "balance": 35279.97
            },
            {
                "date": "2021-07-28",
                "balance": 35279.97
            },
            {
                "date": "2021-07-29",
                "balance": 35004.97
            },
            {
                "date": "2021-07-30",
                "balance": 34579.97
            },
            {
                "date": "2021-07-31",
                "balance": 34579.97
            },
            {
                "date": "2021-08-01",
                "balance": 34579.97
            },
            {
                "date": "2021-08-02",
                "balance": 34579.97
            },
            {
                "date": "2021-08-03",
                "balance": 34579.97
            },
            {
                "date": "2021-08-04",
                "balance": 34579.97
            },
            {
                "date": "2021-08-05",
                "balance": 34079.97
            },
            {
                "date": "2021-08-06",
                "balance": 34229.97
            },
            {
                "date": "2021-08-07",
                "balance": 34229.97
            },
            {
                "date": "2021-08-08",
                "balance": 34229.97
            },
            {
                "date": "2021-08-09",
                "balance": 34229.97
            },
            {
                "date": "2021-08-10",
                "balance": 34049.96
            },
            {
                "date": "2021-08-11",
                "balance": 34049.96
            },
            {
                "date": "2021-08-12",
                "balance": 34249.96
            },
            {
                "date": "2021-08-13",
                "balance": 32699.96
            },
            {
                "date": "2021-08-14",
                "balance": 32699.96
            },
            {
                "date": "2021-08-15",
                "balance": 32699.96
            },
            {
                "date": "2021-08-16",
                "balance": 32699.96
            },
            {
                "date": "2021-08-17",
                "balance": 32699.96
            },
            {
                "date": "2021-08-18",
                "balance": 32699.96
            },
            {
                "date": "2021-08-19",
                "balance": 32819.96
            },
            {
                "date": "2021-08-20",
                "balance": 32819.96
            },
            {
                "date": "2021-08-21",
                "balance": 32819.96
            },
            {
                "date": "2021-08-22",
                "balance": 32819.96
            },
            {
                "date": "2021-08-23",
                "balance": 32819.96
            },
            {
                "date": "2021-08-24",
                "balance": 32819.96
            },
            {
                "date": "2021-08-25",
                "balance": 32819.96
            },
            {
                "date": "2021-08-26",
                "balance": 32519.96
            },
            {
                "date": "2021-08-27",
                "balance": 32169.96
            },
            {
                "date": "2021-08-28",
                "balance": 32169.96
            },
            {
                "date": "2021-08-29",
                "balance": 32169.96
            },
            {
                "date": "2021-08-30",
                "balance": 32169.96
            },
            {
                "date": "2021-08-31",
                "balance": 32169.96
            },
            {
                "date": "2021-09-01",
                "balance": 32169.96
            },
            {
                "date": "2021-09-02",
                "balance": 31669.96
            },
            {
                "date": "2021-09-03",
                "balance": 31669.96
            },
            {
                "date": "2021-09-04",
                "balance": 31669.96
            },
            {
                "date": "2021-09-05",
                "balance": 31314.95
            },
            {
                "date": "2021-09-06",
                "balance": 31244.96
            },
            {
                "date": "2021-09-07",
                "balance": 31244.96
            },
            {
                "date": "2021-09-08",
                "balance": 31244.96
            },
            {
                "date": "2021-09-09",
                "balance": 31464.95
            },
            {
                "date": "2021-09-10",
                "balance": 30739.95
            },
            {
                "date": "2021-09-11",
                "balance": 30739.95
            },
            {
                "date": "2021-09-12",
                "balance": 30739.95
            },
            {
                "date": "2021-09-13",
                "balance": 30739.95
            },
            {
                "date": "2021-09-14",
                "balance": 30739.95
            },
            {
                "date": "2021-09-15",
                "balance": 30739.95
            },
            {
                "date": "2021-09-16",
                "balance": 30939.95
            },
            {
                "date": "2021-09-17",
                "balance": 30939.95
            },
            {
                "date": "2021-09-18",
                "balance": 30939.95
            },
            {
                "date": "2021-09-19",
                "balance": 30939.95
            },
            {
                "date": "2021-09-20",
                "balance": 30939.95
            },
            {
                "date": "2021-09-21",
                "balance": 30939.95
            },
            {
                "date": "2021-09-22",
                "balance": 30939.95
            },
            {
                "date": "2021-09-23",
                "balance": 30639.95
            },
            {
                "date": "2021-09-24",
                "balance": 30139.95
            },
            {
                "date": "2021-09-25",
                "balance": 30139.95
            },
            {
                "date": "2021-09-26",
                "balance": 30139.95
            },
            {
                "date": "2021-09-27",
                "balance": 29739.95
            },
            {
                "date": "2021-09-28",
                "balance": 29759.95
            },
            {
                "date": "2021-09-29",
                "balance": 29787.95
            },
            {
                "date": "2021-09-30",
                "balance": 29857.18
            },
            {
                "date": "2021-10-01",
                "balance": 29857.18
            },
            {
                "date": "2021-10-02",
                "balance": 29857.18
            },
            {
                "date": "2021-10-03",
                "balance": 29857.18
            },
            {
                "date": "2021-10-04",
                "balance": 29857.18
            },
            {
                "date": "2021-10-05",
                "balance": 29677.17
            },
            {
                "date": "2021-10-06",
                "balance": 29607.18
            },
            {
                "date": "2021-10-07",
                "balance": 29827.17
            },
            {
                "date": "2021-10-08",
                "balance": 29527.17
            },
            {
                "date": "2021-10-09",
                "balance": 29527.17
            },
            {
                "date": "2021-10-10",
                "balance": 29027.17
            },
            {
                "date": "2021-10-11",
                "balance": 29027.17
            },
            {
                "date": "2021-10-12",
                "balance": 29027.17
            },
            {
                "date": "2021-10-13",
                "balance": 29027.17
            },
            {
                "date": "2021-10-14",
                "balance": 29227.17
            },
            {
                "date": "2021-10-15",
                "balance": 29227.17
            },
            {
                "date": "2021-10-16",
                "balance": 29227.17
            },
            {
                "date": "2021-10-17",
                "balance": 29227.17
            },
            {
                "date": "2021-10-18",
                "balance": 29227.17
            },
            {
                "date": "2021-10-19",
                "balance": 29227.17
            },
            {
                "date": "2021-10-20",
                "balance": 29227.17
            },
            {
                "date": "2021-10-21",
                "balance": 28877.17
            },
            {
                "date": "2021-10-22",
                "balance": 28377.17
            },
            {
                "date": "2021-10-23",
                "balance": 28377.17
            },
            {
                "date": "2021-10-24",
                "balance": 28377.17
            },
            {
                "date": "2021-10-25",
                "balance": 28377.17
            },
            {
                "date": "2021-10-26",
                "balance": 28102.17
            },
            {
                "date": "2021-10-27",
                "balance": 27872.48
            },
            {
                "date": "2021-10-28",
                "balance": 27932.77
            },
            {
                "date": "2021-10-29",
                "balance": 27932.77
            },
            {
                "date": "2021-10-30",
                "balance": 27932.77
            },
            {
                "date": "2021-10-31",
                "balance": 27932.77
            },
            {
                "date": "2021-11-01",
                "balance": 27932.77
            },
            {
                "date": "2021-11-02",
                "balance": 27932.77
            },
            {
                "date": "2021-11-03",
                "balance": 27582.77
            },
            {
                "date": "2021-11-04",
                "balance": 26022.77
            },
            {
                "date": "2021-11-05",
                "balance": 25122.77
            },
            {
                "date": "2021-11-06",
                "balance": 25272.77
            },
            {
                "date": "2021-11-07",
                "balance": 25272.77
            },
            {
                "date": "2021-11-08",
                "balance": 25272.77
            },
            {
                "date": "2021-11-09",
                "balance": 25272.77
            },
            {
                "date": "2021-11-10",
                "balance": 25342.76
            },
            {
                "date": "2021-11-11",
                "balance": 25542.76
            },
            {
                "date": "2021-11-12",
                "balance": 25542.76
            },
            {
                "date": "2021-11-13",
                "balance": 25542.76
            },
            {
                "date": "2021-11-14",
                "balance": 25542.76
            },
            {
                "date": "2021-11-15",
                "balance": 25542.76
            },
            {
                "date": "2021-11-16",
                "balance": 25542.76
            },
            {
                "date": "2021-11-17",
                "balance": 25542.76
            },
            {
                "date": "2021-11-18",
                "balance": 25242.76
            },
            {
                "date": "2021-11-19",
                "balance": 25042.76
            },
            {
                "date": "2021-11-20",
                "balance": 25042.76
            },
            {
                "date": "2021-11-21",
                "balance": 25042.76
            },
            {
                "date": "2021-11-22",
                "balance": 24542.76
            },
            {
                "date": "2021-11-23",
                "balance": 24542.76
            },
            {
                "date": "2021-11-24",
                "balance": 24542.76
            },
            {
                "date": "2021-11-25",
                "balance": 24662.76
            },
            {
                "date": "2021-11-26",
                "balance": 24662.76
            },
            {
                "date": "2021-11-27",
                "balance": 24662.76
            },
            {
                "date": "2021-11-28",
                "balance": 24662.76
            },
            {
                "date": "2021-11-29",
                "balance": 24662.76
            },
            {
                "date": "2021-11-30",
                "balance": 24662.76
            },
            {
                "date": "2021-12-01",
                "balance": 24662.76
            },
            {
                "date": "2021-12-02",
                "balance": 24237.76
            },
            {
                "date": "2021-12-03",
                "balance": 23737.76
            },
            {
                "date": "2021-12-04",
                "balance": 23737.76
            },
            {
                "date": "2021-12-05",
                "balance": 23437.76
            },
            {
                "date": "2021-12-06",
                "balance": 23587.76
            },
            {
                "date": "2021-12-07",
                "balance": 23587.76
            },
            {
                "date": "2021-12-08",
                "balance": 23587.76
            },
            {
                "date": "2021-12-09",
                "balance": 23657.75
            },
            {
                "date": "2021-12-10",
                "balance": 23282.75
            },
            {
                "date": "2021-12-11",
                "balance": 23282.75
            },
            {
                "date": "2021-12-12",
                "balance": 23282.75
            },
            {
                "date": "2021-12-13",
                "balance": 23282.75
            },
            {
                "date": "2021-12-14",
                "balance": 23282.75
            },
            {
                "date": "2021-12-15",
                "balance": 23282.75
            },
            {
                "date": "2021-12-16",
                "balance": 23482.75
            },
            {
                "date": "2021-12-17",
                "balance": 22982.75
            },
            {
                "date": "2021-12-18",
                "balance": 22982.75
            },
            {
                "date": "2021-12-19",
                "balance": 22982.75
            },
            {
                "date": "2021-12-20",
                "balance": 22982.75
            },
            {
                "date": "2021-12-21",
                "balance": 22982.75
            },
            {
                "date": "2021-12-22",
                "balance": 22982.75
            },
            {
                "date": "2021-12-23",
                "balance": 22707.75
            },
            {
                "date": "2021-12-24",
                "balance": 22707.75
            },
            {
                "date": "2021-12-25",
                "balance": 22707.75
            },
            {
                "date": "2021-12-26",
                "balance": 22707.75
            },
            {
                "date": "2021-12-27",
                "balance": 22707.75
            },
            {
                "date": "2021-12-28",
                "balance": 22707.75
            },
            {
                "date": "2021-12-29",
                "balance": 22707.75
            },
            {
                "date": "2021-12-30",
                "balance": 22357.75
            },
            {
                "date": "2021-12-31",
                "balance": 21857.75
            },
            {
                "date": "2022-01-01",
                "balance": 21367.75
            },
            {
                "date": "2022-01-02",
                "balance": 21367.75
            },
            {
                "date": "2022-01-03",
                "balance": 21367.75
            },
            {
                "date": "2022-01-04",
                "balance": 21367.75
            },
            {
                "date": "2022-01-05",
                "balance": 17617.75
            },
            {
                "date": "2022-01-06",
                "balance": 17617.75
            },
            {
                "date": "2022-01-07",
                "balance": 17767.75
            },
            {
                "date": "2022-01-08",
                "balance": 17767.75
            },
            {
                "date": "2022-01-09",
                "balance": 17767.75
            },
            {
                "date": "2022-01-10",
                "balance": 17317.75
            },
            {
                "date": "2022-01-11",
                "balance": 17317.75
            },
            {
                "date": "2022-01-12",
                "balance": 17317.75
            },
            {
                "date": "2022-01-13",
                "balance": 17317.75
            },
            {
                "date": "2022-01-14",
                "balance": 17517.75
            },
            {
                "date": "2022-01-15",
                "balance": 17267.75
            },
            {
                "date": "2022-01-16",
                "balance": 17267.75
            },
            {
                "date": "2022-01-17",
                "balance": 17267.75
            },
            {
                "date": "2022-01-18",
                "balance": 17267.75
            },
            {
                "date": "2022-01-19",
                "balance": 17267.75
            },
            {
                "date": "2022-01-20",
                "balance": 17267.75
            },
            {
                "date": "2022-01-21",
                "balance": 16767.75
            },
            {
                "date": "2022-01-22",
                "balance": 16767.75
            },
            {
                "date": "2022-01-23",
                "balance": 16767.75
            },
            {
                "date": "2022-01-24",
                "balance": 16767.75
            },
            {
                "date": "2022-01-25",
                "balance": 16767.75
            },
            {
                "date": "2022-01-26",
                "balance": 16767.75
            },
            {
                "date": "2022-01-27",
                "balance": 16767.75
            },
            {
                "date": "2022-01-28",
                "balance": 16467.75
            },
            {
                "date": "2022-01-29",
                "balance": 16192.75
            },
            {
                "date": "2022-01-30",
                "balance": 16192.75
            },
            {
                "date": "2022-01-31",
                "balance": 16192.75
            },
            {
                "date": "2022-02-01",
                "balance": 16192.75
            },
            {
                "date": "2022-02-02",
                "balance": 15692.75
            },
            {
                "date": "2022-02-03",
                "balance": 16248.98
            },
            {
                "date": "2022-02-04",
                "balance": 16248.98
            },
            {
                "date": "2022-02-05",
                "balance": 15848.98
            },
            {
                "date": "2022-02-06",
                "balance": 15848.98
            },
            {
                "date": "2022-02-07",
                "balance": 15848.98
            },
            {
                "date": "2022-02-08",
                "balance": 15848.98
            },
            {
                "date": "2022-02-09",
                "balance": 15848.98
            },
            {
                "date": "2022-02-10",
                "balance": 16198.98
            },
            {
                "date": "2022-02-11",
                "balance": 15998.98
            },
            {
                "date": "2022-02-12",
                "balance": 15348.98
            },
            {
                "date": "2022-02-13",
                "balance": 15348.98
            },
            {
                "date": "2022-02-14",
                "balance": 15348.98
            },
            {
                "date": "2022-02-15",
                "balance": 15348.98
            },
            {
                "date": "2022-02-16",
                "balance": 15348.98
            },
            {
                "date": "2022-02-17",
                "balance": 16225.27
            },
            {
                "date": "2022-02-18",
                "balance": 16225.27
            },
            {
                "date": "2022-02-19",
                "balance": 15775.27
            },
            {
                "date": "2022-02-20",
                "balance": 15775.27
            },
            {
                "date": "2022-02-21",
                "balance": 15775.27
            },
            {
                "date": "2022-02-22",
                "balance": 15775.27
            },
            {
                "date": "2022-02-23",
                "balance": 15818.56
            },
            {
                "date": "2022-02-24",
                "balance": 15910.38
            },
            {
                "date": "2022-02-25",
                "balance": 15410.38
            },
            {
                "date": "2022-02-26",
                "balance": 15410.38
            },
            {
                "date": "2022-02-27",
                "balance": 15410.38
            },
            {
                "date": "2022-02-28",
                "balance": 15035.38
            },
            {
                "date": "2022-03-01",
                "balance": 15035.38
            },
            {
                "date": "2022-03-02",
                "balance": 15062.36
            },
            {
                "date": "2022-03-03",
                "balance": 15120.8
            },
            {
                "date": "2022-03-04",
                "balance": 15120.8
            },
            {
                "date": "2022-03-05",
                "balance": 14720.8
            },
            {
                "date": "2022-03-06",
                "balance": 14870.8
            },
            {
                "date": "2022-03-07",
                "balance": 14870.8
            },
            {
                "date": "2022-03-08",
                "balance": 14870.8
            },
            {
                "date": "2022-03-09",
                "balance": 14908.91
            },
            {
                "date": "2022-03-10",
                "balance": 15168.23
            },
            {
                "date": "2022-03-11",
                "balance": 14968.23
            },
            {
                "date": "2022-03-12",
                "balance": 14968.23
            },
            {
                "date": "2022-03-13",
                "balance": 14968.23
            },
            {
                "date": "2022-03-14",
                "balance": 14968.23
            },
            {
                "date": "2022-03-15",
                "balance": 14968.23
            },
            {
                "date": "2022-03-16",
                "balance": 14968.23
            },
            {
                "date": "2022-03-17",
                "balance": 14318.23
            },
            {
                "date": "2022-03-18",
                "balance": 14318.23
            },
            {
                "date": "2022-03-19",
                "balance": 14318.23
            },
            {
                "date": "2022-03-20",
                "balance": 14318.23
            },
            {
                "date": "2022-03-21",
                "balance": 14318.23
            },
            {
                "date": "2022-03-22",
                "balance": 14318.23
            },
            {
                "date": "2022-03-23",
                "balance": 14318.23
            },
            {
                "date": "2022-03-24",
                "balance": 14018.23
            },
            {
                "date": "2022-03-25",
                "balance": 13668.23
            },
            {
                "date": "2022-03-26",
                "balance": 13668.23
            },
            {
                "date": "2022-03-27",
                "balance": 13668.23
            },
            {
                "date": "2022-03-28",
                "balance": 13668.23
            },
            {
                "date": "2022-03-29",
                "balance": 13668.23
            },
            {
                "date": "2022-03-30",
                "balance": 13668.23
            },
            {
                "date": "2022-03-31",
                "balance": 13168.23
            },
            {
                "date": "2022-04-01",
                "balance": 13168.23
            },
            {
                "date": "2022-04-02",
                "balance": 13168.23
            },
            {
                "date": "2022-04-03",
                "balance": 13168.23
            },
            {
                "date": "2022-04-04",
                "balance": 13168.23
            },
            {
                "date": "2022-04-05",
                "balance": 12918.23
            },
            {
                "date": "2022-04-06",
                "balance": 12918.23
            },
            {
                "date": "2022-04-07",
                "balance": 13068.23
            },
            {
                "date": "2022-04-08",
                "balance": 13068.23
            },
            {
                "date": "2022-04-09",
                "balance": 13068.23
            },
            {
                "date": "2022-04-10",
                "balance": 12768.23
            },
            {
                "date": "2022-04-11",
                "balance": 12768.23
            },
            {
                "date": "2022-04-12",
                "balance": 12768.23
            },
            {
                "date": "2022-04-13",
                "balance": 12768.23
            },
            {
                "date": "2022-04-14",
                "balance": 12968.23
            },
            {
                "date": "2022-04-15",
                "balance": 12768.23
            },
            {
                "date": "2022-04-16",
                "balance": 12768.23
            },
            {
                "date": "2022-04-17",
                "balance": 12768.23
            },
            {
                "date": "2022-04-18",
                "balance": 12768.23
            },
            {
                "date": "2022-04-19",
                "balance": 12911.01
            },
            {
                "date": "2022-04-20",
                "balance": 12911.01
            },
            {
                "date": "2022-04-21",
                "balance": 13031.01
            },
            {
                "date": "2022-04-22",
                "balance": 12531.01
            },
            {
                "date": "2022-04-23",
                "balance": 12531.01
            },
            {
                "date": "2022-04-24",
                "balance": 12531.01
            },
            {
                "date": "2022-04-25",
                "balance": 12531.01
            },
            {
                "date": "2022-04-26",
                "balance": 12531.01
            },
            {
                "date": "2022-04-27",
                "balance": 12531.01
            },
            {
                "date": "2022-04-28",
                "balance": 12181.01
            },
            {
                "date": "2022-04-29",
                "balance": 12181.01
            },
            {
                "date": "2022-04-30",
                "balance": 12181.01
            },
            {
                "date": "2022-05-01",
                "balance": 12181.01
            },
            {
                "date": "2022-05-02",
                "balance": 12181.01
            },
            {
                "date": "2022-05-03",
                "balance": 12181.01
            },
            {
                "date": "2022-05-04",
                "balance": 12181.01
            },
            {
                "date": "2022-05-05",
                "balance": 11006.01
            },
            {
                "date": "2022-05-06",
                "balance": 11506.01
            },
            {
                "date": "2022-05-07",
                "balance": 11506.01
            },
            {
                "date": "2022-05-08",
                "balance": 11506.01
            },
            {
                "date": "2022-05-09",
                "balance": 11506.01
            },
            {
                "date": "2022-05-10",
                "balance": 11156.01
            },
            {
                "date": "2022-05-11",
                "balance": 11356.01
            },
            {
                "date": "2022-05-12",
                "balance": 11556.01
            },
            {
                "date": "2022-05-13",
                "balance": 11556.01
            },
            {
                "date": "2022-05-14",
                "balance": 11556.01
            },
            {
                "date": "2022-05-15",
                "balance": 11556.01
            },
            {
                "date": "2022-05-16",
                "balance": 11556.01
            },
            {
                "date": "2022-05-17",
                "balance": 11556.01
            },
            {
                "date": "2022-05-18",
                "balance": 11556.01
            },
            {
                "date": "2022-05-19",
                "balance": 11256.01
            },
            {
                "date": "2022-05-20",
                "balance": 10756.01
            },
            {
                "date": "2022-05-21",
                "balance": 10756.01
            },
            {
                "date": "2022-05-22",
                "balance": 10756.01
            },
            {
                "date": "2022-05-23",
                "balance": 10756.01
            },
            {
                "date": "2022-05-24",
                "balance": 10756.01
            },
            {
                "date": "2022-05-25",
                "balance": 10756.01
            },
            {
                "date": "2022-05-26",
                "balance": 10406.01
            },
            {
                "date": "2022-05-27",
                "balance": 10406.01
            },
            {
                "date": "2022-05-28",
                "balance": 10406.01
            },
            {
                "date": "2022-05-29",
                "balance": 10406.01
            },
            {
                "date": "2022-05-30",
                "balance": 10406.01
            },
            {
                "date": "2022-05-31",
                "balance": 10406.01
            },
            {
                "date": "2022-06-01",
                "balance": 10406.01
            },
            {
                "date": "2022-06-02",
                "balance": 10031.01
            },
            {
                "date": "2022-06-03",
                "balance": 9731.01
            },
            {
                "date": "2022-06-04",
                "balance": 9731.01
            },
            {
                "date": "2022-06-05",
                "balance": 9231.01
            },
            {
                "date": "2022-06-06",
                "balance": 9231.01
            },
            {
                "date": "2022-06-07",
                "balance": 9231.01
            },
            {
                "date": "2022-06-08",
                "balance": 9231.01
            },
            {
                "date": "2022-06-09",
                "balance": 9381.01
            },
            {
                "date": "2022-06-10",
                "balance": 9381.01
            },
            {
                "date": "2022-06-11",
                "balance": 9381.01
            },
            {
                "date": "2022-06-12",
                "balance": 9381.01
            },
            {
                "date": "2022-06-13",
                "balance": 9381.01
            },
            {
                "date": "2022-06-14",
                "balance": 9381.01
            },
            {
                "date": "2022-06-15",
                "balance": 8281.01
            },
            {
                "date": "2022-06-16",
                "balance": 5879.12
            },
            {
                "date": "2022-06-17",
                "balance": 6025.45
            },
            {
                "date": "2022-06-18",
                "balance": 6025.45
            },
            {
                "date": "2022-06-19",
                "balance": 6025.45
            },
            {
                "date": "2022-06-20",
                "balance": 6025.45
            },
            {
                "date": "2022-06-21",
                "balance": 6025.45
            },
            {
                "date": "2022-06-22",
                "balance": 6025.45
            },
            {
                "date": "2022-06-23",
                "balance": 5525.45
            },
            {
                "date": "2022-06-24",
                "balance": 5525.45
            },
            {
                "date": "2022-06-25",
                "balance": 5525.45
            },
            {
                "date": "2022-06-26",
                "balance": 5525.45
            },
            {
                "date": "2022-06-27",
                "balance": 5525.45
            },
            {
                "date": "2022-06-28",
                "balance": 5525.45
            },
            {
                "date": "2022-06-29",
                "balance": 5525.45
            },
            {
                "date": "2022-06-30",
                "balance": 5175.45
            }
        ],
        "accounts_currency": {
            "depository": [
                ""
            ]
        },
        "automatedScoreResults": {
            "score": 94
        },
        "current_balance": 5175.45,
        "current_balance_chequing": 0,
        "balance_trend": "DECREASING",
        "balance_min": 4675.45,
        "balance_max": 38519.97,
        "total_monthly_income": "3512.06",
        "monthly_employer_income": 2369.97,
        "monthly_government_income": 0,
        "monthly_utility_payments": 0,
        "overdraft_count": 0,
        "total_overdraft_days": "0.00",
        "nsf_count": 0,
        "count_days_negative_balance": 0,
        "monthly_free_cash_flow": 2407.15,
        "credit_card_count": 0,
        "credit_card_paid_regularly": false,
        "average_monthly_loan_payments": 408.33,
        "loan_change_90_days": 4300,
        "loan_change_180_days": 3700,
        "count_distinct_micro_lenders": 1,
        "average_monthly_micro_loan_payments": 208.33,
        "micro_loan_change_90_days": 2500,
        "micro_loan_change_180_days": 2500,
        "micro_loan_payments_average_size": 2500,
        "average_monthly_auto_loan_payments": 200,
        "average_monthly_mortgage_payments": 0,
        "average_monthly_student_loan_payments": 0,
        "rent_payment_count": 0,
        "average_days_between_rent_payments": 0,
        "rent_payment_average_values": 0,
    }
}

ID Verification

ParameterDescriptionData
partner_responseShows if ID verification was completedComplete, Incomplete
approval_statusShows verified if all the checks passedrequires review, verified, failed
nameOnCardname that is extracted from cardnull, string
faceMatchErrordoes the face match the id0(no),1(yes)
invalidPhotoErrordoes the id match a known structure0(no),1(yes)
unsupportedIdhErrorId not supported0(no),1(yes)
additionalChecksAdditional validity checks for the ID and selfies
selfieLivelinessCheckChecks if it's a person and not a still image0(no),1(yes)
faceMatchCheck if the face matches the ID0(no),1(yes)
statedNameIdNameMatchChecks if the name on the ID matches the stated applicant name0(no),1(yes)
bankNameIdNameMatchChecks if the name on the ID matches the applicant's name on the bank0(no),1(yes)
addressMatchChecks if the address on the ID matches the address of the applicant's financial institution0(no),1(yes)
addressThe applicant's address on the IDstring
idNumberThe unique number of the the IDstring
typeThe type of IDstring
birthdateThe applicant's date of birthdate
expirationDateThe date the ID expiresdate
issueDateThe date the ID is issueddate
issuingAuthorityThe country that issued the IDstring
sexThe sex of the applicant on the IDstring
{
  "applicantId": "o81xaNpVYSnnRcMU2WuiOuyO05g4uZkvxPXxLkNrhqAUcRKlttDsG6a1kVdE",
  "hasFinancialData": "1",
  "type": "IdentityVerification",
  "applicantIdentityData": {
    "status": "Complete",
    "approval_status": "requires review",
    "nameOnCard": "ALEXANDER J SAMPLE",
    "faceMatchError": 0,
    "invalidPhotoError": 0,
    "unsupportedIdhError": 0,
    "fetchType": "persona",
    "additionalChecks": {
      "id": [
        {
          "check_name": "id_aamva_database_lookup",
          "status": "passed"
        },
        {
          "check_name": "id_account_comparison",
          "status": "passed"
        },
        {
          "check_name": "id_age_comparison",
          "status": "passed"
        },
        {
          "check_name": "id_barcode_detection",
          "status": "passed"
        },
        {
          "check_name": "id_barcode_inconsistency_detection",
          "status": "passed"
        },
        {
          "check_name": "id_blur_detection",
          "status": "passed"
        },
        {
          "check_name": "id_color_inconsistency_detection",
          "status": "passed"
        },
        {
          "check_name": "id_disallowed_country_detection",
          "status": "passed"
        },
        {
          "check_name": "id_disallowed_type_detection",
          "status": "passed"
        },
        {
          "check_name": "id_double_side_detection",
          "status": "passed"
        },
        {
          "check_name": "id_electronic_replica_detection",
          "status": "passed"
        },
        {
          "check_name": "id_entity_detection",
          "status": "passed"
        },
        {
          "check_name": "id_expired_detection",
          "status": "passed"
        },
        {
          "check_name": "id_extracted_properties_detection",
          "status": "passed"
        },
        {
          "check_name": "id_extraction_inconsistency_detection",
          "status": "passed"
        },
        {
          "check_name": "id_glare_detection",
          "status": "passed"
        },
        {
          "check_name": "id_handwriting_detection",
          "status": "passed"
        },
        {
          "check_name": "id_inquiry_comparison",
          "status": "passed"
        },
        {
          "check_name": "id_mrz_detection",
          "status": "passed"
        },
        {
          "check_name": "id_mrz_inconsistency_detection",
          "status": "passed"
        },
        {
          "check_name": "id_po_box_detection",
          "status": "passed"
        },
        {
          "check_name": "id_portrait_clarity_detection",
          "status": "passed"
        },
        {
          "check_name": "id_portrait_detection",
          "status": "passed"
        },
        {
          "check_name": "id_real_id_detection",
          "status": "passed"
        },
        {
          "check_name": "id_tamper_detection",
          "status": "passed"
        },
        {
          "check_name": "id_unprocessable_submission_detection",
          "status": "passed"
        },
        {
          "check_name": "id_valid_dates_detection",
          "status": "passed"
        },
        {
          "check_name": "id_compromised_detection",
          "status": "passed"
        },
        {
          "check_name": "id_selfie_comparison",
          "status": "passed"
        },
        {
          "check_name": "id_repeat_detection",
          "status": "passed"
        },
        {
          "check_name": "id_inconsistent_repeat_detection",
          "status": "passed"
        },
        {
          "check_name": "id_age_inconsistency_detection",
          "status": "passed"
        },
        {
          "check_name": "id_public_figure_detection",
          "status": "passed"
        }
      ],
      "selfie": [
        {
          "check_name": "selfie_id_comparison",
          "status": "passed"
        },
        {
          "check_name": "selfie_pose_detection",
          "status": "passed"
        },
        {
          "check_name": "selfie_multiple_faces_detection",
          "status": "passed"
        },
        {
          "check_name": "selfie_pose_repeat_detection",
          "status": "passed"
        },
        {
          "check_name": "selfie_account_comparison",
          "status": "passed"
        },
        {
          "check_name": "selfie_suspicious_entity_detection",
          "status": "passed"
        },
        {
          "check_name": "selfie_liveness_detection",
          "status": "passed"
        },
        {
          "check_name": "selfie_glasses_detection",
          "status": "passed"
        },
        {
          "check_name": "selfie_glare_detection",
          "status": "passed"
        },
        {
          "check_name": "selfie_public_figure_detection",
          "status": "passed"
        },
        {
          "check_name": "selfie_age_comparison",
          "status": "passed"
        },
        {
          "check_name": "selfie_face_covering_detection",
          "status": "passed"
        }
      ]
    },
    "selfieLivelinessCheck ": 1,
    "faceMatch": 1,
    "statedNameIdNameMatch": 0,
    "bankNameIdNameMatch": 0,
    "addressMatch": 0,
    "address": "600 CALIFORNIA STREET, SAN FRANCISCO, 94109, CA, US",
    "idNumber": "I1234562",
    "type": "dl",
    "birthdate": "1977-07-17",
    "expirationDate": "2028-02-27",
    "issueDate": "2022-02-27",
    "issuingAuthority": "CA",
    "sex": "Male"
  }
}

Employment Verification

ParameterDescriptionData
paystubsA list of paystubs
total_gross_incomeThe total gross income across all payroll connects
total_net_incomeThe total net income across all payroll connects
average_monthly_gross_income_1_yearThe average monthly gross income as received for over the period of one year
average_monthly_net_incomeThe average monthly net income
average_monthly_gross_income_1_year_combinedThe average monthly gross income as received over the period of one year for both connected employments
average_monthly_net_income_combinedThe average monthly net income for both connected employments
employerInfoThe employer's information
identityInfoThe applicant's information as declared with the first employer
additional_employmentsThe applicant's information as declared with the second employer
employment_connect_countThe number of payroll connects
  "applicantEmploymentData": {
    "identityInfo": {
      "first_name": "Jane",
      "last_name": "Appleseed",
      "address": "123 S. Main St, Salt Lake City, UT, 84111, ",
      "email": "[email protected]",
      "phone": "8018881111",
      "dob": "1984-04-12T00:00:00.000Z",
      "additional_employments": [
        {
          "first_name": "Jane",
          "last_name": "Appleseed",
          "address": "123 S. Main St, Salt Lake City, UT, 84111, ",
          "email": "[email protected]",
          "phone": "8018881111",
          "dob": "1984-04-12T00:00:00.000Z"
        }
      ]
    },
    "employments": [
      {
        "paystub_info": {
          "paystubs": [
            {
              "id": "2023-04-25T00:00:00.000Z123 Speakeasy",
              "deductions": [],
              "earnings": [],
              "pay_date": "2023-04-25",
              "gross_pay_amount": "340.68",
              "net_pay_amount": "291.96",
              "gross_pay_ytd": "2283.87",
              "total_taxes": 0
            },
            {
              "id": "2023-04-18T00:00:00.000Z123 Speakeasy",
              "deductions": [],
              "earnings": [],
              "pay_date": "2023-04-18",
              "gross_pay_amount": "232.32",
              "net_pay_amount": "199.09",
              "gross_pay_ytd": "1943.19",
              "total_taxes": 0
            },
            {
              "id": "2023-04-11T00:00:00.000Z123 Speakeasy",
              "deductions": [],
              "earnings": [],
              "pay_date": "2023-04-11",
              "gross_pay_amount": "388.56",
              "net_pay_amount": "332.99",
              "gross_pay_ytd": "1710.87",
              "total_taxes": 0
            },
            {
              "id": "2023-04-04T00:00:00.000Z123 Speakeasy",
              "deductions": [],
              "earnings": [],
              "pay_date": "2023-04-04",
              "gross_pay_amount": "231.88",
              "net_pay_amount": "198.72",
              "gross_pay_ytd": "1322.31",
              "total_taxes": 0
            },
            {
              "id": "2023-03-28T00:00:00.000Z123 Speakeasy",
              "deductions": [],
              "earnings": [],
              "pay_date": "2023-03-28",
              "gross_pay_amount": "165",
              "net_pay_amount": "141.41",
              "gross_pay_ytd": "1090.43",
              "total_taxes": 0
            },
            {
              "id": "2023-03-21T00:00:00.000Z123 Speakeasy",
              "deductions": [],
              "earnings": [],
              "pay_date": "2023-03-21",
              "gross_pay_amount": "358.82",
              "net_pay_amount": "307.51",
              "gross_pay_ytd": "925.43",
              "total_taxes": 0
            },
            {
              "id": "2023-03-14T00:00:00.000Z123 Speakeasy",
              "deductions": [],
              "earnings": [],
              "pay_date": "2023-03-14",
              "gross_pay_amount": "390.39",
              "net_pay_amount": "334.57",
              "gross_pay_ytd": "566.61",
              "total_taxes": 0
            },
            {
              "id": "2023-03-07T00:00:00.000Z123 Speakeasy",
              "deductions": [],
              "earnings": [],
              "pay_date": "2023-03-07",
              "gross_pay_amount": "176.22",
              "net_pay_amount": "151.01",
              "gross_pay_ytd": "176.22",
              "total_taxes": 0
            }
          ],
          "total_gross_income": "2283.87",
          "total_net_income": "1957.26",
          "average_monthly_gross_income_1_year": "1141.94",
          "average_monthly_net_income": "978.63",
          "average_monthly_gross_income_1_year_combined": 2283.88,
          "average_monthly_net_income_combined": 1957.26
        },
        "employerInfo": {
          "employer_name": "Acme Inc.",
          "status": "active",
          "title": "Logistics",
          "start_date": "2023-02-24T00:00:00.000Z",
          "termination_date": "",
          "employer_phone_number": "",
          "employer_address": "12345 Enterprise Rd, Salt Lake City, UT, 84111, USA"
        },
        "identityInfo": {
          "first_name": "Jane",
          "last_name": "Appleseed",
          "address": "123 S. Main St, Salt Lake City, UT, 84111, ",
          "email": "[email protected]",
          "phone": "8018881111",
          "dob": "1984-04-12T00:00:00.000Z",
          "additional_employments": [
            {
              "first_name": "Jane",
              "last_name": "Appleseed",
              "address": "123 S. Main St, Salt Lake City, UT, 84111, ",
              "email": "[email protected]",
              "phone": "8018881111",
              "dob": "1984-04-12T00:00:00.000Z"
            }
          ]
        }
      },
      {
        "paystub_info": {
          "paystubs": [
            {
              "id": "2023-04-25T00:00:00.000ZThe Walt Disney Company",
              "deductions": [],
              "earnings": [],
              "pay_date": "2023-04-25",
              "gross_pay_amount": "340.68",
              "net_pay_amount": "291.96",
              "gross_pay_ytd": "2283.87",
              "total_taxes": 0
            },
            {
              "id": "2023-04-18T00:00:00.000ZThe Walt Disney Company",
              "deductions": [],
              "earnings": [],
              "pay_date": "2023-04-18",
              "gross_pay_amount": "232.32",
              "net_pay_amount": "199.09",
              "gross_pay_ytd": "1943.19",
              "total_taxes": 0
            },
            {
              "id": "2023-04-11T00:00:00.000ZThe Walt Disney Company",
              "deductions": [],
              "earnings": [],
              "pay_date": "2023-04-11",
              "gross_pay_amount": "388.56",
              "net_pay_amount": "332.99",
              "gross_pay_ytd": "1710.87",
              "total_taxes": 0
            },
            {
              "id": "2023-04-04T00:00:00.000ZThe Walt Disney Company",
              "deductions": [],
              "earnings": [],
              "pay_date": "2023-04-04",
              "gross_pay_amount": "231.88",
              "net_pay_amount": "198.72",
              "gross_pay_ytd": "1322.31",
              "total_taxes": 0
            },
            {
              "id": "2023-03-28T00:00:00.000ZThe Walt Disney Company",
              "deductions": [],
              "earnings": [],
              "pay_date": "2023-03-28",
              "gross_pay_amount": "165",
              "net_pay_amount": "141.41",
              "gross_pay_ytd": "1090.43",
              "total_taxes": 0
            },
            {
              "id": "2023-03-21T00:00:00.000ZThe Walt Disney Company",
              "deductions": [],
              "earnings": [],
              "pay_date": "2023-03-21",
              "gross_pay_amount": "358.82",
              "net_pay_amount": "307.51",
              "gross_pay_ytd": "925.43",
              "total_taxes": 0
            },
            {
              "id": "2023-03-14T00:00:00.000ZThe Walt Disney Company",
              "deductions": [],
              "earnings": [],
              "pay_date": "2023-03-14",
              "gross_pay_amount": "390.39",
              "net_pay_amount": "334.57",
              "gross_pay_ytd": "566.61",
              "total_taxes": 0
            },
            {
              "id": "2023-03-07T00:00:00.000ZThe Walt Disney Company",
              "deductions": [],
              "earnings": [],
              "pay_date": "2023-03-07",
              "gross_pay_amount": "176.22",
              "net_pay_amount": "151.01",
              "gross_pay_ytd": "176.22",
              "total_taxes": 0
            }
          ],
          "total_gross_income": "2283.87",
          "total_net_income": "1957.26",
          "average_monthly_gross_income_1_year": "1141.94",
          "average_monthly_net_income": "978.63"
        },
        "employerInfo": {
          "employer_name": "Acme Inc.",
          "status": "active",
          "title": "Logistics",
          "start_date": "2023-02-24T00:00:00.000Z",
          "termination_date": "",
          "employer_phone_number": "",
          "employer_address": "12345 Enterprise Rd, Salt Lake City, UT, 84111, USA"
        }
      }
    ],
    "employment_connect_count": 2
  },

Credit Report Verification

ParameterDescriptionData
NameName as it appears in credit bureaustring
AddressAddress as it appears in credit bureaustring
Scorecredit scoreint (3)
Bankruptciesif there are bankruptcies on profile0(no),1(yes)
numberOfCollectionsnumber of outstanding collections on profileint
numberOfLatePaymentsnumber of late debt payments on profileint
"applicantId": "L54afa0QtFGUQEQdzoqmuaptQdloS9iLM4o1oVMnLS2eNsg0gAY2I",
    "hasFinancialData": "0",
    "type": "CREDITverification",
"creditverification": {
            "name": "George Perry",
            "address": "312 AURORA DR NE",
            "score": "650",
            "bankruptcy": 0,
            "numberofcollections": "1",
            "numberoflatepayments": "2",
        }

Full Response

{
    "applicantId": "lWlzJiKI57SBgXVgQOiiieEULw5Kd3jW2ozKXUUkOyafaTDtrtckdRdMXNZj",
    "hasFinancialData": "1",
    "type": "Complete",
    "applicantData": {
        "is_archived": 0,
        "type": "standard",
        "address": "478 Plaid Street, Gingham, AB, CA T0B 0Z0",
        "error": "",
        "app_title": "plaid",
        "name": "Alberta Bobbeth Charleson",
        "user_name": "Rentify 024",
        "phone": "555-555-5555",
        "email": "[email protected]",
        "dateCreated": "2022-04-06 16:11:43 EDT",
        "answers": {
            "mandatory": {
                "rent": {
                    "radioAnswer": "yes",
                    "textAnswer": "600"
                },
                "rentBudget": {
                    "radioAnswer": "yes",
                    "textAnswer": "600"
                }
            },
            "custom": [],
            "additional": []
        },
        "closing_balance": "-4214.81",
        "days_of_activity": 730
    },
    "applicantFinancialData": {
        "monthly_income": "0.00",
        "monthly_income_transfers": "4.41",
        "monthly_payroll_income": 0,
        "total_loan": "0.00",
        "overdraft_days": 0,
        "nsf": 0,
        "payday": 0,
        "payday_transactions": {
            "depository": [
                {
                    "transactions": []
                },
                {
                    "transactions": []
                }
            ]
        },
        "credit_card_detected": false,
        "credit_balance": true,
        "credits_total": 12605.5,
        "debits_total": 3555.170000000001,
        "payroll_transactions": {
            "depository": [
                {
                    "transactions": []
                },
                {
                    "transactions": []
                }
            ]
        },
        "bill_transactions": {
            "depository": [
                {
                    "transactions": []
                },
                {
                    "transactions": []
                }
            ]
        },
        "nsf_transactions": {
            "depository": [
                {
                    "transactions": []
                },
                {
                    "transactions": []
                }
            ]
        },
        "debt_transactions": {
            "depository": [
                {
                    "transactions": []
                },
                {
                    "transactions": []
                }
            ]
        },
        "govt_income_transactions": {
            "depository": [
                {
                    "transactions": []
                },
                {
                    "transactions": []
                }
            ]
        },
        "rent_transactions": {
            "depository": [
                {
                    "transactions": []
                },
                {
                    "transactions": []
                }
            ]
        },
        "all_transactions": [],
        "all_transactions_counter": 0,
        "all_income": {
            "depository": [
                {
                    "transactions": [
                        {
                            "date": "2022-03-31",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2022-03-01",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2022-01-30",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-12-31",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-12-01",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-11-01",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-10-02",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-09-02",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-08-03",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-07-04",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-06-04",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-05-05",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-04-05",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-03-06",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-02-04",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-01-05",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-12-06",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-11-06",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-10-07",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-09-07",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-08-08",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-07-09",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-06-09",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-05-10",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-04-10",
                            "name": "INTRST PYMNT",
                            "credit": 4.22,
                            "flags": "-",
                            "humanFlags": "-"
                        }
                    ]
                },
                {
                    "transactions": [
                        {
                            "date": "2022-04-03",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2022-03-04",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2022-02-02",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2022-01-03",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-12-04",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-11-04",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-10-05",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-09-05",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-08-06",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-07-07",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-06-07",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-05-08",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-04-08",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-03-09",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-02-07",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2021-01-08",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-12-09",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-11-09",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-10-10",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-09-10",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-08-11",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-07-12",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-06-12",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-05-13",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        },
                        {
                            "date": "2020-04-13",
                            "name": "United Airlines",
                            "credit": 500,
                            "flags": "-",
                            "humanFlags": "-"
                        }
                    ]
                }
            ]
        },
        "all_income_counter": 50,
        "bill_income_counter": 0,
        "govt_income_counter": 0,
        "rent_transactions_count": 0,
        "debt_transactions_count": 0,
        "payroll_transactions_count": 0,
        "payday_count": 0,
        "pdfUrl": "https:\/\/rentify-rc.herokuapp.com\/utilities\/generateReportPdf\/lWlzJiKI57SBgXVgQOiiieEULw5Kd3jW2ozKXUUkOyafaTDtrtckdRdMXNZj\/UqDBmAkYqPhdlDjbOuXLU98TdJzhSVvef9SdgFC3V3iJHQmauMnja0IZG7Fs0b6pS7Q2xt2lrv66RusRS3RiaP8qw6DkYGKnsgar",
        "authAccounts": [
            {
                "account_id": "popRWVgzEKcAKMqjwAAjUEmw4QMBxGHKx48A5",
                "balances": {
                    "available": 100,
                    "current": 110,
                    "iso_currency_code": "CAD",
                    "limit": null,
                    "unofficial_currency_code": null
                },
                "mask": "0000",
                "name": "Plaid Checking",
                "official_name": "Plaid Gold Standard 0% Interest Checking",
                "subtype": "checking",
                "type": "depository"
            },
            {
                "account_id": "opNmwVbr8qtmqPleQmmeHk1Ql4eVb3cK3aGWg",
                "balances": {
                    "available": 200,
                    "current": 210,
                    "iso_currency_code": "CAD",
                    "limit": null,
                    "unofficial_currency_code": null
                },
                "mask": "1111",
                "name": "Plaid Saving",
                "official_name": "Plaid Silver Standard 0.1% Interest Saving",
                "subtype": "savings",
                "type": "depository"
            }
        ],
        "authNumbers": {
            "ach": [],
            "bacs": [],
            "eft": [
                {
                    "account": "111122220000",
                    "account_id": "popRWVgzEKcAKMqjwAAjUEmw4QMBxGHKx48A5",
                    "branch": "01533",
                    "institution": "114"
                },
                {
                    "account": "111122221111",
                    "account_id": "opNmwVbr8qtmqPleQmmeHk1Ql4eVb3cK3aGWg",
                    "branch": "01533",
                    "institution": "114"
                }
            ],
            "international": []
        },
        "balances": [
            {
                "date": "2020-04-09",
                "balance": 729.5
            },
            {
                "date": "2020-04-10",
                "balance": -8726.11
            },
            {
                "date": "2020-04-11",
                "balance": -8815.51
            },
            {
                "date": "2020-04-12",
                "balance": -8831.84
            },
            {
                "date": "2020-04-13",
                "balance": -8331.84
            },
            {
                "date": "2020-04-14",
                "balance": -8331.84
            },
            {
                "date": "2020-04-15",
                "balance": -8362.24
            },
            {
                "date": "2020-04-16",
                "balance": -8362.24
            },
            {
                "date": "2020-04-17",
                "balance": -8362.24
            },
            {
                "date": "2020-04-18",
                "balance": -8362.24
            },
            {
                "date": "2020-04-19",
                "balance": -8362.24
            },
            {
                "date": "2020-04-20",
                "balance": -8362.24
            },
            {
                "date": "2020-04-21",
                "balance": -8362.24
            },
            {
                "date": "2020-04-22",
                "balance": -8362.24
            },
            {
                "date": "2020-04-23",
                "balance": -8362.24
            },
            {
                "date": "2020-04-24",
                "balance": -8362.24
            },
            {
                "date": "2020-04-25",
                "balance": -8362.24
            },
            {
                "date": "2020-04-26",
                "balance": -8362.24
            },
            {
                "date": "2020-04-27",
                "balance": -8362.24
            },
            {
                "date": "2020-04-28",
                "balance": -8368.570000000002
            },
            {
                "date": "2020-04-29",
                "balance": -8368.570000000002
            },
            {
                "date": "2020-04-30",
                "balance": -8368.570000000002
            },
            {
                "date": "2020-05-01",
                "balance": -8368.570000000002
            },
            {
                "date": "2020-05-02",
                "balance": -8368.570000000002
            },
            {
                "date": "2020-05-03",
                "balance": -8368.570000000002
            },
            {
                "date": "2020-05-04",
                "balance": -8368.570000000002
            },
            {
                "date": "2020-05-05",
                "balance": -8368.570000000002
            },
            {
                "date": "2020-05-06",
                "balance": -8368.570000000002
            },
            {
                "date": "2020-05-07",
                "balance": -8368.570000000002
            },
            {
                "date": "2020-05-08",
                "balance": -8368.570000000002
            },
            {
                "date": "2020-05-09",
                "balance": -8368.570000000002
            },
            {
                "date": "2020-05-10",
                "balance": -8364.35
            },
            {
                "date": "2020-05-11",
                "balance": -8453.75
            },
            {
                "date": "2020-05-12",
                "balance": -8470.08
            },
            {
                "date": "2020-05-13",
                "balance": -7970.08
            },
            {
                "date": "2020-05-14",
                "balance": -7970.08
            },
            {
                "date": "2020-05-15",
                "balance": -8000.48
            },
            {
                "date": "2020-05-16",
                "balance": -8000.48
            },
            {
                "date": "2020-05-17",
                "balance": -8000.48
            },
            {
                "date": "2020-05-18",
                "balance": -8000.48
            },
            {
                "date": "2020-05-19",
                "balance": -8000.48
            },
            {
                "date": "2020-05-20",
                "balance": -8000.48
            },
            {
                "date": "2020-05-21",
                "balance": -8000.48
            },
            {
                "date": "2020-05-22",
                "balance": -8000.48
            },
            {
                "date": "2020-05-23",
                "balance": -8000.48
            },
            {
                "date": "2020-05-24",
                "balance": -8000.48
            },
            {
                "date": "2020-05-25",
                "balance": -8000.48
            },
            {
                "date": "2020-05-26",
                "balance": -8000.48
            },
            {
                "date": "2020-05-27",
                "balance": -8000.48
            },
            {
                "date": "2020-05-28",
                "balance": -8006.8099999999995
            },
            {
                "date": "2020-05-29",
                "balance": -8006.8099999999995
            },
            {
                "date": "2020-05-30",
                "balance": -8006.8099999999995
            },
            {
                "date": "2020-05-31",
                "balance": -8006.8099999999995
            },
            {
                "date": "2020-06-01",
                "balance": -8006.8099999999995
            },
            {
                "date": "2020-06-02",
                "balance": -8006.8099999999995
            },
            {
                "date": "2020-06-03",
                "balance": -8006.8099999999995
            },
            {
                "date": "2020-06-04",
                "balance": -8006.8099999999995
            },
            {
                "date": "2020-06-05",
                "balance": -8006.8099999999995
            },
            {
                "date": "2020-06-06",
                "balance": -8006.8099999999995
            },
            {
                "date": "2020-06-07",
                "balance": -8006.8099999999995
            },
            {
                "date": "2020-06-08",
                "balance": -8006.8099999999995
            },
            {
                "date": "2020-06-09",
                "balance": -8002.59
            },
            {
                "date": "2020-06-10",
                "balance": -8091.99
            },
            {
                "date": "2020-06-11",
                "balance": -8108.32
            },
            {
                "date": "2020-06-12",
                "balance": -7608.32
            },
            {
                "date": "2020-06-13",
                "balance": -7608.32
            },
            {
                "date": "2020-06-14",
                "balance": -7638.719999999999
            },
            {
                "date": "2020-06-15",
                "balance": -7638.719999999999
            },
            {
                "date": "2020-06-16",
                "balance": -7638.719999999999
            },
            {
                "date": "2020-06-17",
                "balance": -7638.719999999999
            },
            {
                "date": "2020-06-18",
                "balance": -7638.719999999999
            },
            {
                "date": "2020-06-19",
                "balance": -7638.719999999999
            },
            {
                "date": "2020-06-20",
                "balance": -7638.719999999999
            },
            {
                "date": "2020-06-21",
                "balance": -7638.719999999999
            },
            {
                "date": "2020-06-22",
                "balance": -7638.719999999999
            },
            {
                "date": "2020-06-23",
                "balance": -7638.719999999999
            },
            {
                "date": "2020-06-24",
                "balance": -7638.719999999999
            },
            {
                "date": "2020-06-25",
                "balance": -7638.719999999999
            },
            {
                "date": "2020-06-26",
                "balance": -7638.719999999999
            },
            {
                "date": "2020-06-27",
                "balance": -7645.049999999999
            },
            {
                "date": "2020-06-28",
                "balance": -7645.049999999999
            },
            {
                "date": "2020-06-29",
                "balance": -7645.049999999999
            },
            {
                "date": "2020-06-30",
                "balance": -7645.049999999999
            },
            {
                "date": "2020-07-01",
                "balance": -7645.049999999999
            },
            {
                "date": "2020-07-02",
                "balance": -7645.049999999999
            },
            {
                "date": "2020-07-03",
                "balance": -7645.049999999999
            },
            {
                "date": "2020-07-04",
                "balance": -7645.049999999999
            },
            {
                "date": "2020-07-05",
                "balance": -7645.049999999999
            },
            {
                "date": "2020-07-06",
                "balance": -7645.049999999999
            },
            {
                "date": "2020-07-07",
                "balance": -7645.049999999999
            },
            {
                "date": "2020-07-08",
                "balance": -7645.049999999999
            },
            {
                "date": "2020-07-09",
                "balance": -7640.829999999999
            },
            {
                "date": "2020-07-10",
                "balance": -7730.2300000000005
            },
            {
                "date": "2020-07-11",
                "balance": -7746.56
            },
            {
                "date": "2020-07-12",
                "balance": -7246.5599999999995
            },
            {
                "date": "2020-07-13",
                "balance": -7246.5599999999995
            },
            {
                "date": "2020-07-14",
                "balance": -7276.96
            },
            {
                "date": "2020-07-15",
                "balance": -7276.96
            },
            {
                "date": "2020-07-16",
                "balance": -7276.96
            },
            {
                "date": "2020-07-17",
                "balance": -7276.96
            },
            {
                "date": "2020-07-18",
                "balance": -7276.96
            },
            {
                "date": "2020-07-19",
                "balance": -7276.96
            },
            {
                "date": "2020-07-20",
                "balance": -7276.96
            },
            {
                "date": "2020-07-21",
                "balance": -7276.96
            },
            {
                "date": "2020-07-22",
                "balance": -7276.96
            },
            {
                "date": "2020-07-23",
                "balance": -7276.96
            },
            {
                "date": "2020-07-24",
                "balance": -7276.96
            },
            {
                "date": "2020-07-25",
                "balance": -7276.96
            },
            {
                "date": "2020-07-26",
                "balance": -7276.96
            },
            {
                "date": "2020-07-27",
                "balance": -7283.29
            },
            {
                "date": "2020-07-28",
                "balance": -7283.29
            },
            {
                "date": "2020-07-29",
                "balance": -7283.29
            },
            {
                "date": "2020-07-30",
                "balance": -7283.29
            },
            {
                "date": "2020-07-31",
                "balance": -7283.29
            },
            {
                "date": "2020-08-01",
                "balance": -7283.29
            },
            {
                "date": "2020-08-02",
                "balance": -7283.29
            },
            {
                "date": "2020-08-03",
                "balance": -7283.29
            },
            {
                "date": "2020-08-04",
                "balance": -7283.29
            },
            {
                "date": "2020-08-05",
                "balance": -7283.29
            },
            {
                "date": "2020-08-06",
                "balance": -7283.29
            },
            {
                "date": "2020-08-07",
                "balance": -7283.29
            },
            {
                "date": "2020-08-08",
                "balance": -7279.07
            },
            {
                "date": "2020-08-09",
                "balance": -7368.469999999999
            },
            {
                "date": "2020-08-10",
                "balance": -7384.799999999999
            },
            {
                "date": "2020-08-11",
                "balance": -6884.799999999999
            },
            {
                "date": "2020-08-12",
                "balance": -6884.799999999999
            },
            {
                "date": "2020-08-13",
                "balance": -6915.2
            },
            {
                "date": "2020-08-14",
                "balance": -6915.2
            },
            {
                "date": "2020-08-15",
                "balance": -6915.2
            },
            {
                "date": "2020-08-16",
                "balance": -6915.2
            },
            {
                "date": "2020-08-17",
                "balance": -6915.2
            },
            {
                "date": "2020-08-18",
                "balance": -6915.2
            },
            {
                "date": "2020-08-19",
                "balance": -6915.2
            },
            {
                "date": "2020-08-20",
                "balance": -6915.2
            },
            {
                "date": "2020-08-21",
                "balance": -6915.2
            },
            {
                "date": "2020-08-22",
                "balance": -6915.2
            },
            {
                "date": "2020-08-23",
                "balance": -6915.2
            },
            {
                "date": "2020-08-24",
                "balance": -6915.2
            },
            {
                "date": "2020-08-25",
                "balance": -6915.2
            },
            {
                "date": "2020-08-26",
                "balance": -6921.53
            },
            {
                "date": "2020-08-27",
                "balance": -6921.53
            },
            {
                "date": "2020-08-28",
                "balance": -6921.53
            },
            {
                "date": "2020-08-29",
                "balance": -6921.53
            },
            {
                "date": "2020-08-30",
                "balance": -6921.53
            },
            {
                "date": "2020-08-31",
                "balance": -6921.53
            },
            {
                "date": "2020-09-01",
                "balance": -6921.53
            },
            {
                "date": "2020-09-02",
                "balance": -6921.53
            },
            {
                "date": "2020-09-03",
                "balance": -6921.53
            },
            {
                "date": "2020-09-04",
                "balance": -6921.53
            },
            {
                "date": "2020-09-05",
                "balance": -6921.53
            },
            {
                "date": "2020-09-06",
                "balance": -6921.53
            },
            {
                "date": "2020-09-07",
                "balance": -6917.31
            },
            {
                "date": "2020-09-08",
                "balance": -7006.71
            },
            {
                "date": "2020-09-09",
                "balance": -7023.04
            },
            {
                "date": "2020-09-10",
                "balance": -6523.04
            },
            {
                "date": "2020-09-11",
                "balance": -6523.04
            },
            {
                "date": "2020-09-12",
                "balance": -6553.4400000000005
            },
            {
                "date": "2020-09-13",
                "balance": -6553.4400000000005
            },
            {
                "date": "2020-09-14",
                "balance": -6553.4400000000005
            },
            {
                "date": "2020-09-15",
                "balance": -6553.4400000000005
            },
            {
                "date": "2020-09-16",
                "balance": -6553.4400000000005
            },
            {
                "date": "2020-09-17",
                "balance": -6553.4400000000005
            },
            {
                "date": "2020-09-18",
                "balance": -6553.4400000000005
            },
            {
                "date": "2020-09-19",
                "balance": -6553.4400000000005
            },
            {
                "date": "2020-09-20",
                "balance": -6553.4400000000005
            },
            {
                "date": "2020-09-21",
                "balance": -6553.4400000000005
            },
            {
                "date": "2020-09-22",
                "balance": -6553.4400000000005
            },
            {
                "date": "2020-09-23",
                "balance": -6553.4400000000005
            },
            {
                "date": "2020-09-24",
                "balance": -6553.4400000000005
            },
            {
                "date": "2020-09-25",
                "balance": -6559.77
            },
            {
                "date": "2020-09-26",
                "balance": -6559.77
            },
            {
                "date": "2020-09-27",
                "balance": -6559.77
            },
            {
                "date": "2020-09-28",
                "balance": -6559.77
            },
            {
                "date": "2020-09-29",
                "balance": -6559.77
            },
            {
                "date": "2020-09-30",
                "balance": -6559.77
            },
            {
                "date": "2020-10-01",
                "balance": -6559.77
            },
            {
                "date": "2020-10-02",
                "balance": -6559.77
            },
            {
                "date": "2020-10-03",
                "balance": -6559.77
            },
            {
                "date": "2020-10-04",
                "balance": -6559.77
            },
            {
                "date": "2020-10-05",
                "balance": -6559.77
            },
            {
                "date": "2020-10-06",
                "balance": -6559.77
            },
            {
                "date": "2020-10-07",
                "balance": -6555.55
            },
            {
                "date": "2020-10-08",
                "balance": -6644.95
            },
            {
                "date": "2020-10-09",
                "balance": -6661.28
            },
            {
                "date": "2020-10-10",
                "balance": -6161.28
            },
            {
                "date": "2020-10-11",
                "balance": -6161.28
            },
            {
                "date": "2020-10-12",
                "balance": -6191.68
            },
            {
                "date": "2020-10-13",
                "balance": -6191.68
            },
            {
                "date": "2020-10-14",
                "balance": -6191.68
            },
            {
                "date": "2020-10-15",
                "balance": -6191.68
            },
            {
                "date": "2020-10-16",
                "balance": -6191.68
            },
            {
                "date": "2020-10-17",
                "balance": -6191.68
            },
            {
                "date": "2020-10-18",
                "balance": -6191.68
            },
            {
                "date": "2020-10-19",
                "balance": -6191.68
            },
            {
                "date": "2020-10-20",
                "balance": -6191.68
            },
            {
                "date": "2020-10-21",
                "balance": -6191.68
            },
            {
                "date": "2020-10-22",
                "balance": -6191.68
            },
            {
                "date": "2020-10-23",
                "balance": -6191.68
            },
            {
                "date": "2020-10-24",
                "balance": -6191.68
            },
            {
                "date": "2020-10-25",
                "balance": -6198.01
            },
            {
                "date": "2020-10-26",
                "balance": -6198.01
            },
            {
                "date": "2020-10-27",
                "balance": -6198.01
            },
            {
                "date": "2020-10-28",
                "balance": -6198.01
            },
            {
                "date": "2020-10-29",
                "balance": -6198.01
            },
            {
                "date": "2020-10-30",
                "balance": -6198.01
            },
            {
                "date": "2020-10-31",
                "balance": -6198.01
            },
            {
                "date": "2020-11-01",
                "balance": -6198.01
            },
            {
                "date": "2020-11-02",
                "balance": -6198.01
            },
            {
                "date": "2020-11-03",
                "balance": -6198.01
            },
            {
                "date": "2020-11-04",
                "balance": -6198.01
            },
            {
                "date": "2020-11-05",
                "balance": -6198.01
            },
            {
                "date": "2020-11-06",
                "balance": -6193.79
            },
            {
                "date": "2020-11-07",
                "balance": -6283.19
            },
            {
                "date": "2020-11-08",
                "balance": -6299.5199999999995
            },
            {
                "date": "2020-11-09",
                "balance": -5799.5199999999995
            },
            {
                "date": "2020-11-10",
                "balance": -5799.5199999999995
            },
            {
                "date": "2020-11-11",
                "balance": -5829.92
            },
            {
                "date": "2020-11-12",
                "balance": -5829.92
            },
            {
                "date": "2020-11-13",
                "balance": -5829.92
            },
            {
                "date": "2020-11-14",
                "balance": -5829.92
            },
            {
                "date": "2020-11-15",
                "balance": -5829.92
            },
            {
                "date": "2020-11-16",
                "balance": -5829.92
            },
            {
                "date": "2020-11-17",
                "balance": -5829.92
            },
            {
                "date": "2020-11-18",
                "balance": -5829.92
            },
            {
                "date": "2020-11-19",
                "balance": -5829.92
            },
            {
                "date": "2020-11-20",
                "balance": -5829.92
            },
            {
                "date": "2020-11-21",
                "balance": -5829.92
            },
            {
                "date": "2020-11-22",
                "balance": -5829.92
            },
            {
                "date": "2020-11-23",
                "balance": -5829.92
            },
            {
                "date": "2020-11-24",
                "balance": -5836.25
            },
            {
                "date": "2020-11-25",
                "balance": -5836.25
            },
            {
                "date": "2020-11-26",
                "balance": -5836.25
            },
            {
                "date": "2020-11-27",
                "balance": -5836.25
            },
            {
                "date": "2020-11-28",
                "balance": -5836.25
            },
            {
                "date": "2020-11-29",
                "balance": -5836.25
            },
            {
                "date": "2020-11-30",
                "balance": -5836.25
            },
            {
                "date": "2020-12-01",
                "balance": -5836.25
            },
            {
                "date": "2020-12-02",
                "balance": -5836.25
            },
            {
                "date": "2020-12-03",
                "balance": -5836.25
            },
            {
                "date": "2020-12-04",
                "balance": -5836.25
            },
            {
                "date": "2020-12-05",
                "balance": -5836.25
            },
            {
                "date": "2020-12-06",
                "balance": -5832.030000000001
            },
            {
                "date": "2020-12-07",
                "balance": -5921.43
            },
            {
                "date": "2020-12-08",
                "balance": -5937.76
            },
            {
                "date": "2020-12-09",
                "balance": -5437.76
            },
            {
                "date": "2020-12-10",
                "balance": -5437.76
            },
            {
                "date": "2020-12-11",
                "balance": -5468.16
            },
            {
                "date": "2020-12-12",
                "balance": -5468.16
            },
            {
                "date": "2020-12-13",
                "balance": -5468.16
            },
            {
                "date": "2020-12-14",
                "balance": -5468.16
            },
            {
                "date": "2020-12-15",
                "balance": -5468.16
            },
            {
                "date": "2020-12-16",
                "balance": -5468.16
            },
            {
                "date": "2020-12-17",
                "balance": -5468.16
            },
            {
                "date": "2020-12-18",
                "balance": -5468.16
            },
            {
                "date": "2020-12-19",
                "balance": -5468.16
            },
            {
                "date": "2020-12-20",
                "balance": -5468.16
            },
            {
                "date": "2020-12-21",
                "balance": -5468.16
            },
            {
                "date": "2020-12-22",
                "balance": -5468.16
            },
            {
                "date": "2020-12-23",
                "balance": -5468.16
            },
            {
                "date": "2020-12-24",
                "balance": -5474.49
            },
            {
                "date": "2020-12-25",
                "balance": -5474.49
            },
            {
                "date": "2020-12-26",
                "balance": -5474.49
            },
            {
                "date": "2020-12-27",
                "balance": -5474.49
            },
            {
                "date": "2020-12-28",
                "balance": -5474.49
            },
            {
                "date": "2020-12-29",
                "balance": -5474.49
            },
            {
                "date": "2020-12-30",
                "balance": -5474.49
            },
            {
                "date": "2020-12-31",
                "balance": -5474.49
            },
            {
                "date": "2021-01-01",
                "balance": -5474.49
            },
            {
                "date": "2021-01-02",
                "balance": -5474.49
            },
            {
                "date": "2021-01-03",
                "balance": -5474.49
            },
            {
                "date": "2021-01-04",
                "balance": -5474.49
            },
            {
                "date": "2021-01-05",
                "balance": -5470.27
            },
            {
                "date": "2021-01-06",
                "balance": -5559.67
            },
            {
                "date": "2021-01-07",
                "balance": -5576
            },
            {
                "date": "2021-01-08",
                "balance": -5076
            },
            {
                "date": "2021-01-09",
                "balance": -5076
            },
            {
                "date": "2021-01-10",
                "balance": -5106.400000000001
            },
            {
                "date": "2021-01-11",
                "balance": -5106.400000000001
            },
            {
                "date": "2021-01-12",
                "balance": -5106.400000000001
            },
            {
                "date": "2021-01-13",
                "balance": -5106.400000000001
            },
            {
                "date": "2021-01-14",
                "balance": -5106.400000000001
            },
            {
                "date": "2021-01-15",
                "balance": -5106.400000000001
            },
            {
                "date": "2021-01-16",
                "balance": -5106.400000000001
            },
            {
                "date": "2021-01-17",
                "balance": -5106.400000000001
            },
            {
                "date": "2021-01-18",
                "balance": -5106.400000000001
            },
            {
                "date": "2021-01-19",
                "balance": -5106.400000000001
            },
            {
                "date": "2021-01-20",
                "balance": -5106.400000000001
            },
            {
                "date": "2021-01-21",
                "balance": -5106.400000000001
            },
            {
                "date": "2021-01-22",
                "balance": -5106.400000000001
            },
            {
                "date": "2021-01-23",
                "balance": -5112.7300000000005
            },
            {
                "date": "2021-01-24",
                "balance": -5112.7300000000005
            },
            {
                "date": "2021-01-25",
                "balance": -5112.7300000000005
            },
            {
                "date": "2021-01-26",
                "balance": -5112.7300000000005
            },
            {
                "date": "2021-01-27",
                "balance": -5112.7300000000005
            },
            {
                "date": "2021-01-28",
                "balance": -5112.7300000000005
            },
            {
                "date": "2021-01-29",
                "balance": -5112.7300000000005
            },
            {
                "date": "2021-01-30",
                "balance": -5112.7300000000005
            },
            {
                "date": "2021-01-31",
                "balance": -5112.7300000000005
            },
            {
                "date": "2021-02-01",
                "balance": -5112.7300000000005
            },
            {
                "date": "2021-02-02",
                "balance": -5112.7300000000005
            },
            {
                "date": "2021-02-03",
                "balance": -5112.7300000000005
            },
            {
                "date": "2021-02-04",
                "balance": -5108.51
            },
            {
                "date": "2021-02-05",
                "balance": -5197.91
            },
            {
                "date": "2021-02-06",
                "balance": -5214.24
            },
            {
                "date": "2021-02-07",
                "balance": -4714.24
            },
            {
                "date": "2021-02-08",
                "balance": -4714.24
            },
            {
                "date": "2021-02-09",
                "balance": -4744.64
            },
            {
                "date": "2021-02-10",
                "balance": -4744.64
            },
            {
                "date": "2021-02-11",
                "balance": -4744.64
            },
            {
                "date": "2021-02-12",
                "balance": -4744.64
            },
            {
                "date": "2021-02-13",
                "balance": -4744.64
            },
            {
                "date": "2021-02-14",
                "balance": -4744.64
            },
            {
                "date": "2021-02-15",
                "balance": -4744.64
            },
            {
                "date": "2021-02-16",
                "balance": -4744.64
            },
            {
                "date": "2021-02-17",
                "balance": -4744.64
            },
            {
                "date": "2021-02-18",
                "balance": -4744.64
            },
            {
                "date": "2021-02-19",
                "balance": -4744.64
            },
            {
                "date": "2021-02-20",
                "balance": -4744.64
            },
            {
                "date": "2021-02-21",
                "balance": -4744.64
            },
            {
                "date": "2021-02-22",
                "balance": -4750.97
            },
            {
                "date": "2021-02-23",
                "balance": -4750.97
            },
            {
                "date": "2021-02-24",
                "balance": -4750.97
            },
            {
                "date": "2021-02-25",
                "balance": -4750.97
            },
            {
                "date": "2021-02-26",
                "balance": -4750.97
            },
            {
                "date": "2021-02-27",
                "balance": -4750.97
            },
            {
                "date": "2021-02-28",
                "balance": -4750.97
            },
            {
                "date": "2021-03-01",
                "balance": -4750.97
            },
            {
                "date": "2021-03-02",
                "balance": -4750.97
            },
            {
                "date": "2021-03-03",
                "balance": -4750.97
            },
            {
                "date": "2021-03-04",
                "balance": -4750.97
            },
            {
                "date": "2021-03-05",
                "balance": -4750.97
            },
            {
                "date": "2021-03-06",
                "balance": -4746.75
            },
            {
                "date": "2021-03-07",
                "balance": -4836.15
            },
            {
                "date": "2021-03-08",
                "balance": -4852.48
            },
            {
                "date": "2021-03-09",
                "balance": -4352.48
            },
            {
                "date": "2021-03-10",
                "balance": -4352.48
            },
            {
                "date": "2021-03-11",
                "balance": -4382.88
            },
            {
                "date": "2021-03-12",
                "balance": -4382.88
            },
            {
                "date": "2021-03-13",
                "balance": -4382.88
            },
            {
                "date": "2021-03-14",
                "balance": -4382.88
            },
            {
                "date": "2021-03-15",
                "balance": -4382.88
            },
            {
                "date": "2021-03-16",
                "balance": -4382.88
            },
            {
                "date": "2021-03-17",
                "balance": -4382.88
            },
            {
                "date": "2021-03-18",
                "balance": -4382.88
            },
            {
                "date": "2021-03-19",
                "balance": -4382.88
            },
            {
                "date": "2021-03-20",
                "balance": -4382.88
            },
            {
                "date": "2021-03-21",
                "balance": -4382.88
            },
            {
                "date": "2021-03-22",
                "balance": -4382.88
            },
            {
                "date": "2021-03-23",
                "balance": -4382.88
            },
            {
                "date": "2021-03-24",
                "balance": -4389.21
            },
            {
                "date": "2021-03-25",
                "balance": -4389.21
            },
            {
                "date": "2021-03-26",
                "balance": -4389.21
            },
            {
                "date": "2021-03-27",
                "balance": -4389.21
            },
            {
                "date": "2021-03-28",
                "balance": -4389.21
            },
            {
                "date": "2021-03-29",
                "balance": -4389.21
            },
            {
                "date": "2021-03-30",
                "balance": -4389.21
            },
            {
                "date": "2021-03-31",
                "balance": -4389.21
            },
            {
                "date": "2021-04-01",
                "balance": -4389.21
            },
            {
                "date": "2021-04-02",
                "balance": -4389.21
            },
            {
                "date": "2021-04-03",
                "balance": -4389.21
            },
            {
                "date": "2021-04-04",
                "balance": -4389.21
            },
            {
                "date": "2021-04-05",
                "balance": -4384.990000000001
            },
            {
                "date": "2021-04-06",
                "balance": -4474.39
            },
            {
                "date": "2021-04-07",
                "balance": -4490.72
            },
            {
                "date": "2021-04-08",
                "balance": -3990.72
            },
            {
                "date": "2021-04-09",
                "balance": -3990.72
            },
            {
                "date": "2021-04-10",
                "balance": -4021.1199999999994
            },
            {
                "date": "2021-04-11",
                "balance": -4021.1199999999994
            },
            {
                "date": "2021-04-12",
                "balance": -4021.1199999999994
            },
            {
                "date": "2021-04-13",
                "balance": -4021.1199999999994
            },
            {
                "date": "2021-04-14",
                "balance": -4021.1199999999994
            },
            {
                "date": "2021-04-15",
                "balance": -4021.1199999999994
            },
            {
                "date": "2021-04-16",
                "balance": -4021.1199999999994
            },
            {
                "date": "2021-04-17",
                "balance": -4021.1199999999994
            },
            {
                "date": "2021-04-18",
                "balance": -4021.1199999999994
            },
            {
                "date": "2021-04-19",
                "balance": -4021.1199999999994
            },
            {
                "date": "2021-04-20",
                "balance": -4021.1199999999994
            },
            {
                "date": "2021-04-21",
                "balance": -4021.1199999999994
            },
            {
                "date": "2021-04-22",
                "balance": -4021.1199999999994
            },
            {
                "date": "2021-04-23",
                "balance": -4027.4500000000003
            },
            {
                "date": "2021-04-24",
                "balance": -4027.4500000000003
            },
            {
                "date": "2021-04-25",
                "balance": -4027.4500000000003
            },
            {
                "date": "2021-04-26",
                "balance": -4027.4500000000003
            },
            {
                "date": "2021-04-27",
                "balance": -4027.4500000000003
            },
            {
                "date": "2021-04-28",
                "balance": -4027.4500000000003
            },
            {
                "date": "2021-04-29",
                "balance": -4027.4500000000003
            },
            {
                "date": "2021-04-30",
                "balance": -4027.4500000000003
            },
            {
                "date": "2021-05-01",
                "balance": -4027.4500000000003
            },
            {
                "date": "2021-05-02",
                "balance": -4027.4500000000003
            },
            {
                "date": "2021-05-03",
                "balance": -4027.4500000000003
            },
            {
                "date": "2021-05-04",
                "balance": -4027.4500000000003
            },
            {
                "date": "2021-05-05",
                "balance": -4023.2300000000005
            },
            {
                "date": "2021-05-06",
                "balance": -4112.63
            },
            {
                "date": "2021-05-07",
                "balance": -4128.96
            },
            {
                "date": "2021-05-08",
                "balance": -3628.96
            },
            {
                "date": "2021-05-09",
                "balance": -3628.96
            },
            {
                "date": "2021-05-10",
                "balance": -3659.3599999999997
            },
            {
                "date": "2021-05-11",
                "balance": -3659.3599999999997
            },
            {
                "date": "2021-05-12",
                "balance": -3659.3599999999997
            },
            {
                "date": "2021-05-13",
                "balance": -3659.3599999999997
            },
            {
                "date": "2021-05-14",
                "balance": -3659.3599999999997
            },
            {
                "date": "2021-05-15",
                "balance": -3659.3599999999997
            },
            {
                "date": "2021-05-16",
                "balance": -3659.3599999999997
            },
            {
                "date": "2021-05-17",
                "balance": -3659.3599999999997
            },
            {
                "date": "2021-05-18",
                "balance": -3659.3599999999997
            },
            {
                "date": "2021-05-19",
                "balance": -3659.3599999999997
            },
            {
                "date": "2021-05-20",
                "balance": -3659.3599999999997
            },
            {
                "date": "2021-05-21",
                "balance": -3659.3599999999997
            },
            {
                "date": "2021-05-22",
                "balance": -3659.3599999999997
            },
            {
                "date": "2021-05-23",
                "balance": -3665.6900000000005
            },
            {
                "date": "2021-05-24",
                "balance": -3665.6900000000005
            },
            {
                "date": "2021-05-25",
                "balance": -3665.6900000000005
            },
            {
                "date": "2021-05-26",
                "balance": -3665.6900000000005
            },
            {
                "date": "2021-05-27",
                "balance": -3665.6900000000005
            },
            {
                "date": "2021-05-28",
                "balance": -3665.6900000000005
            },
            {
                "date": "2021-05-29",
                "balance": -3665.6900000000005
            },
            {
                "date": "2021-05-30",
                "balance": -3665.6900000000005
            },
            {
                "date": "2021-05-31",
                "balance": -3665.6900000000005
            },
            {
                "date": "2021-06-01",
                "balance": -3665.6900000000005
            },
            {
                "date": "2021-06-02",
                "balance": -3665.6900000000005
            },
            {
                "date": "2021-06-03",
                "balance": -3665.6900000000005
            },
            {
                "date": "2021-06-04",
                "balance": -3661.4700000000003
            },
            {
                "date": "2021-06-05",
                "balance": -3750.87
            },
            {
                "date": "2021-06-06",
                "balance": -3767.2
            },
            {
                "date": "2021-06-07",
                "balance": -3267.2
            },
            {
                "date": "2021-06-08",
                "balance": -3267.2
            },
            {
                "date": "2021-06-09",
                "balance": -3297.6
            },
            {
                "date": "2021-06-10",
                "balance": -3297.6
            },
            {
                "date": "2021-06-11",
                "balance": -3297.6
            },
            {
                "date": "2021-06-12",
                "balance": -3297.6
            },
            {
                "date": "2021-06-13",
                "balance": -3297.6
            },
            {
                "date": "2021-06-14",
                "balance": -3297.6
            },
            {
                "date": "2021-06-15",
                "balance": -3297.6
            },
            {
                "date": "2021-06-16",
                "balance": -3297.6
            },
            {
                "date": "2021-06-17",
                "balance": -3297.6
            },
            {
                "date": "2021-06-18",
                "balance": -3297.6
            },
            {
                "date": "2021-06-19",
                "balance": -3297.6
            },
            {
                "date": "2021-06-20",
                "balance": -3297.6
            },
            {
                "date": "2021-06-21",
                "balance": -3297.6
            },
            {
                "date": "2021-06-22",
                "balance": -3303.93
            },
            {
                "date": "2021-06-23",
                "balance": -3303.93
            },
            {
                "date": "2021-06-24",
                "balance": -3303.93
            },
            {
                "date": "2021-06-25",
                "balance": -3303.93
            },
            {
                "date": "2021-06-26",
                "balance": -3303.93
            },
            {
                "date": "2021-06-27",
                "balance": -3303.93
            },
            {
                "date": "2021-06-28",
                "balance": -3303.93
            },
            {
                "date": "2021-06-29",
                "balance": -3303.93
            },
            {
                "date": "2021-06-30",
                "balance": -3303.93
            },
            {
                "date": "2021-07-01",
                "balance": -3303.93
            },
            {
                "date": "2021-07-02",
                "balance": -3303.93
            },
            {
                "date": "2021-07-03",
                "balance": -3303.93
            },
            {
                "date": "2021-07-04",
                "balance": -3299.71
            },
            {
                "date": "2021-07-05",
                "balance": -3389.11
            },
            {
                "date": "2021-07-06",
                "balance": -3405.44
            },
            {
                "date": "2021-07-07",
                "balance": -2905.44
            },
            {
                "date": "2021-07-08",
                "balance": -2905.44
            },
            {
                "date": "2021-07-09",
                "balance": -2935.84
            },
            {
                "date": "2021-07-10",
                "balance": -2935.84
            },
            {
                "date": "2021-07-11",
                "balance": -2935.84
            },
            {
                "date": "2021-07-12",
                "balance": -2935.84
            },
            {
                "date": "2021-07-13",
                "balance": -2935.84
            },
            {
                "date": "2021-07-14",
                "balance": -2935.84
            },
            {
                "date": "2021-07-15",
                "balance": -2935.84
            },
            {
                "date": "2021-07-16",
                "balance": -2935.84
            },
            {
                "date": "2021-07-17",
                "balance": -2935.84
            },
            {
                "date": "2021-07-18",
                "balance": -2935.84
            },
            {
                "date": "2021-07-19",
                "balance": -2935.84
            },
            {
                "date": "2021-07-20",
                "balance": -2935.84
            },
            {
                "date": "2021-07-21",
                "balance": -2935.84
            },
            {
                "date": "2021-07-22",
                "balance": -2942.17
            },
            {
                "date": "2021-07-23",
                "balance": -2942.17
            },
            {
                "date": "2021-07-24",
                "balance": -2942.17
            },
            {
                "date": "2021-07-25",
                "balance": -2942.17
            },
            {
                "date": "2021-07-26",
                "balance": -2942.17
            },
            {
                "date": "2021-07-27",
                "balance": -2942.17
            },
            {
                "date": "2021-07-28",
                "balance": -2942.17
            },
            {
                "date": "2021-07-29",
                "balance": -2942.17
            },
            {
                "date": "2021-07-30",
                "balance": -2942.17
            },
            {
                "date": "2021-07-31",
                "balance": -2942.17
            },
            {
                "date": "2021-08-01",
                "balance": -2942.17
            },
            {
                "date": "2021-08-02",
                "balance": -2942.17
            },
            {
                "date": "2021-08-03",
                "balance": -2937.95
            },
            {
                "date": "2021-08-04",
                "balance": -3027.3500000000004
            },
            {
                "date": "2021-08-05",
                "balance": -3043.6800000000003
            },
            {
                "date": "2021-08-06",
                "balance": -2543.6800000000003
            },
            {
                "date": "2021-08-07",
                "balance": -2543.6800000000003
            },
            {
                "date": "2021-08-08",
                "balance": -2574.08
            },
            {
                "date": "2021-08-09",
                "balance": -2574.08
            },
            {
                "date": "2021-08-10",
                "balance": -2574.08
            },
            {
                "date": "2021-08-11",
                "balance": -2574.08
            },
            {
                "date": "2021-08-12",
                "balance": -2574.08
            },
            {
                "date": "2021-08-13",
                "balance": -2574.08
            },
            {
                "date": "2021-08-14",
                "balance": -2574.08
            },
            {
                "date": "2021-08-15",
                "balance": -2574.08
            },
            {
                "date": "2021-08-16",
                "balance": -2574.08
            },
            {
                "date": "2021-08-17",
                "balance": -2574.08
            },
            {
                "date": "2021-08-18",
                "balance": -2574.08
            },
            {
                "date": "2021-08-19",
                "balance": -2574.08
            },
            {
                "date": "2021-08-20",
                "balance": -2574.08
            },
            {
                "date": "2021-08-21",
                "balance": -2580.41
            },
            {
                "date": "2021-08-22",
                "balance": -2580.41
            },
            {
                "date": "2021-08-23",
                "balance": -2580.41
            },
            {
                "date": "2021-08-24",
                "balance": -2580.41
            },
            {
                "date": "2021-08-25",
                "balance": -2580.41
            },
            {
                "date": "2021-08-26",
                "balance": -2580.41
            },
            {
                "date": "2021-08-27",
                "balance": -2580.41
            },
            {
                "date": "2021-08-28",
                "balance": -2580.41
            },
            {
                "date": "2021-08-29",
                "balance": -2580.41
            },
            {
                "date": "2021-08-30",
                "balance": -2580.41
            },
            {
                "date": "2021-08-31",
                "balance": -2580.41
            },
            {
                "date": "2021-09-01",
                "balance": -2580.41
            },
            {
                "date": "2021-09-02",
                "balance": -2576.19
            },
            {
                "date": "2021-09-03",
                "balance": -2665.59
            },
            {
                "date": "2021-09-04",
                "balance": -2681.92
            },
            {
                "date": "2021-09-05",
                "balance": -2181.92
            },
            {
                "date": "2021-09-06",
                "balance": -2181.92
            },
            {
                "date": "2021-09-07",
                "balance": -2212.32
            },
            {
                "date": "2021-09-08",
                "balance": -2212.32
            },
            {
                "date": "2021-09-09",
                "balance": -2212.32
            },
            {
                "date": "2021-09-10",
                "balance": -2212.32
            },
            {
                "date": "2021-09-11",
                "balance": -2212.32
            },
            {
                "date": "2021-09-12",
                "balance": -2212.32
            },
            {
                "date": "2021-09-13",
                "balance": -2212.32
            },
            {
                "date": "2021-09-14",
                "balance": -2212.32
            },
            {
                "date": "2021-09-15",
                "balance": -2212.32
            },
            {
                "date": "2021-09-16",
                "balance": -2212.32
            },
            {
                "date": "2021-09-17",
                "balance": -2212.32
            },
            {
                "date": "2021-09-18",
                "balance": -2212.32
            },
            {
                "date": "2021-09-19",
                "balance": -2212.32
            },
            {
                "date": "2021-09-20",
                "balance": -2218.65
            },
            {
                "date": "2021-09-21",
                "balance": -2218.65
            },
            {
                "date": "2021-09-22",
                "balance": -2218.65
            },
            {
                "date": "2021-09-23",
                "balance": -2218.65
            },
            {
                "date": "2021-09-24",
                "balance": -2218.65
            },
            {
                "date": "2021-09-25",
                "balance": -2218.65
            },
            {
                "date": "2021-09-26",
                "balance": -2218.65
            },
            {
                "date": "2021-09-27",
                "balance": -2218.65
            },
            {
                "date": "2021-09-28",
                "balance": -2218.65
            },
            {
                "date": "2021-09-29",
                "balance": -2218.65
            },
            {
                "date": "2021-09-30",
                "balance": -2218.65
            },
            {
                "date": "2021-10-01",
                "balance": -2218.65
            },
            {
                "date": "2021-10-02",
                "balance": -2214.4300000000003
            },
            {
                "date": "2021-10-03",
                "balance": -2303.8300000000004
            },
            {
                "date": "2021-10-04",
                "balance": -2320.1600000000003
            },
            {
                "date": "2021-10-05",
                "balance": -1820.16
            },
            {
                "date": "2021-10-06",
                "balance": -1820.16
            },
            {
                "date": "2021-10-07",
                "balance": -1850.5599999999997
            },
            {
                "date": "2021-10-08",
                "balance": -1850.5599999999997
            },
            {
                "date": "2021-10-09",
                "balance": -1850.5599999999997
            },
            {
                "date": "2021-10-10",
                "balance": -1850.5599999999997
            },
            {
                "date": "2021-10-11",
                "balance": -1850.5599999999997
            },
            {
                "date": "2021-10-12",
                "balance": -1850.5599999999997
            },
            {
                "date": "2021-10-13",
                "balance": -1850.5599999999997
            },
            {
                "date": "2021-10-14",
                "balance": -1850.5599999999997
            },
            {
                "date": "2021-10-15",
                "balance": -1850.5599999999997
            },
            {
                "date": "2021-10-16",
                "balance": -1850.5599999999997
            },
            {
                "date": "2021-10-17",
                "balance": -1850.5599999999997
            },
            {
                "date": "2021-10-18",
                "balance": -1850.5599999999997
            },
            {
                "date": "2021-10-19",
                "balance": -1850.5599999999997
            },
            {
                "date": "2021-10-20",
                "balance": -1856.89
            },
            {
                "date": "2021-10-21",
                "balance": -1856.89
            },
            {
                "date": "2021-10-22",
                "balance": -1856.89
            },
            {
                "date": "2021-10-23",
                "balance": -1856.89
            },
            {
                "date": "2021-10-24",
                "balance": -1856.89
            },
            {
                "date": "2021-10-25",
                "balance": -1856.89
            },
            {
                "date": "2021-10-26",
                "balance": -1856.89
            },
            {
                "date": "2021-10-27",
                "balance": -1856.89
            },
            {
                "date": "2021-10-28",
                "balance": -1856.89
            },
            {
                "date": "2021-10-29",
                "balance": -1856.89
            },
            {
                "date": "2021-10-30",
                "balance": -1856.89
            },
            {
                "date": "2021-10-31",
                "balance": -1856.89
            },
            {
                "date": "2021-11-01",
                "balance": -1852.67
            },
            {
                "date": "2021-11-02",
                "balance": -1942.0699999999997
            },
            {
                "date": "2021-11-03",
                "balance": -1958.4
            },
            {
                "date": "2021-11-04",
                "balance": -1458.4
            },
            {
                "date": "2021-11-05",
                "balance": -1458.4
            },
            {
                "date": "2021-11-06",
                "balance": -1488.8000000000002
            },
            {
                "date": "2021-11-07",
                "balance": -1488.8000000000002
            },
            {
                "date": "2021-11-08",
                "balance": -1488.8000000000002
            },
            {
                "date": "2021-11-09",
                "balance": -1488.8000000000002
            },
            {
                "date": "2021-11-10",
                "balance": -1488.8000000000002
            },
            {
                "date": "2021-11-11",
                "balance": -1488.8000000000002
            },
            {
                "date": "2021-11-12",
                "balance": -1488.8000000000002
            },
            {
                "date": "2021-11-13",
                "balance": -1488.8000000000002
            },
            {
                "date": "2021-11-14",
                "balance": -1488.8000000000002
            },
            {
                "date": "2021-11-15",
                "balance": -1488.8000000000002
            },
            {
                "date": "2021-11-16",
                "balance": -1488.8000000000002
            },
            {
                "date": "2021-11-17",
                "balance": -1488.8000000000002
            },
            {
                "date": "2021-11-18",
                "balance": -1488.8000000000002
            },
            {
                "date": "2021-11-19",
                "balance": -1495.13
            },
            {
                "date": "2021-11-20",
                "balance": -1495.13
            },
            {
                "date": "2021-11-21",
                "balance": -1495.13
            },
            {
                "date": "2021-11-22",
                "balance": -1495.13
            },
            {
                "date": "2021-11-23",
                "balance": -1495.13
            },
            {
                "date": "2021-11-24",
                "balance": -1495.13
            },
            {
                "date": "2021-11-25",
                "balance": -1495.13
            },
            {
                "date": "2021-11-26",
                "balance": -1495.13
            },
            {
                "date": "2021-11-27",
                "balance": -1495.13
            },
            {
                "date": "2021-11-28",
                "balance": -1495.13
            },
            {
                "date": "2021-11-29",
                "balance": -1495.13
            },
            {
                "date": "2021-11-30",
                "balance": -1495.13
            },
            {
                "date": "2021-12-01",
                "balance": -1490.9099999999999
            },
            {
                "date": "2021-12-02",
                "balance": -1580.31
            },
            {
                "date": "2021-12-03",
                "balance": -1596.6399999999999
            },
            {
                "date": "2021-12-04",
                "balance": -1096.6399999999999
            },
            {
                "date": "2021-12-05",
                "balance": -1096.6399999999999
            },
            {
                "date": "2021-12-06",
                "balance": -1127.04
            },
            {
                "date": "2021-12-07",
                "balance": -1127.04
            },
            {
                "date": "2021-12-08",
                "balance": -1127.04
            },
            {
                "date": "2021-12-09",
                "balance": -1127.04
            },
            {
                "date": "2021-12-10",
                "balance": -1127.04
            },
            {
                "date": "2021-12-11",
                "balance": -1127.04
            },
            {
                "date": "2021-12-12",
                "balance": -1127.04
            },
            {
                "date": "2021-12-13",
                "balance": -1127.04
            },
            {
                "date": "2021-12-14",
                "balance": -1127.04
            },
            {
                "date": "2021-12-15",
                "balance": -1127.04
            },
            {
                "date": "2021-12-16",
                "balance": -1127.04
            },
            {
                "date": "2021-12-17",
                "balance": -1127.04
            },
            {
                "date": "2021-12-18",
                "balance": -1127.04
            },
            {
                "date": "2021-12-19",
                "balance": -1133.37
            },
            {
                "date": "2021-12-20",
                "balance": -1133.37
            },
            {
                "date": "2021-12-21",
                "balance": -1133.37
            },
            {
                "date": "2021-12-22",
                "balance": -1133.37
            },
            {
                "date": "2021-12-23",
                "balance": -1133.37
            },
            {
                "date": "2021-12-24",
                "balance": -1133.37
            },
            {
                "date": "2021-12-25",
                "balance": -1133.37
            },
            {
                "date": "2021-12-26",
                "balance": -1133.37
            },
            {
                "date": "2021-12-27",
                "balance": -1133.37
            },
            {
                "date": "2021-12-28",
                "balance": -1133.37
            },
            {
                "date": "2021-12-29",
                "balance": -1133.37
            },
            {
                "date": "2021-12-30",
                "balance": -1133.37
            },
            {
                "date": "2021-12-31",
                "balance": -1129.15
            },
            {
                "date": "2022-01-01",
                "balance": -1218.5500000000002
            },
            {
                "date": "2022-01-02",
                "balance": -1234.88
            },
            {
                "date": "2022-01-03",
                "balance": -734.8800000000001
            },
            {
                "date": "2022-01-04",
                "balance": -734.8800000000001
            },
            {
                "date": "2022-01-05",
                "balance": -765.28
            },
            {
                "date": "2022-01-06",
                "balance": -765.28
            },
            {
                "date": "2022-01-07",
                "balance": -765.28
            },
            {
                "date": "2022-01-08",
                "balance": -765.28
            },
            {
                "date": "2022-01-09",
                "balance": -765.28
            },
            {
                "date": "2022-01-10",
                "balance": -765.28
            },
            {
                "date": "2022-01-11",
                "balance": -765.28
            },
            {
                "date": "2022-01-12",
                "balance": -765.28
            },
            {
                "date": "2022-01-13",
                "balance": -765.28
            },
            {
                "date": "2022-01-14",
                "balance": -765.28
            },
            {
                "date": "2022-01-15",
                "balance": -765.28
            },
            {
                "date": "2022-01-16",
                "balance": -765.28
            },
            {
                "date": "2022-01-17",
                "balance": -765.28
            },
            {
                "date": "2022-01-18",
                "balance": -771.6100000000001
            },
            {
                "date": "2022-01-19",
                "balance": -771.6100000000001
            },
            {
                "date": "2022-01-20",
                "balance": -771.6100000000001
            },
            {
                "date": "2022-01-21",
                "balance": -771.6100000000001
            },
            {
                "date": "2022-01-22",
                "balance": -771.6100000000001
            },
            {
                "date": "2022-01-23",
                "balance": -771.6100000000001
            },
            {
                "date": "2022-01-24",
                "balance": -771.6100000000001
            },
            {
                "date": "2022-01-25",
                "balance": -771.6100000000001
            },
            {
                "date": "2022-01-26",
                "balance": -771.6100000000001
            },
            {
                "date": "2022-01-27",
                "balance": -771.6100000000001
            },
            {
                "date": "2022-01-28",
                "balance": -771.6100000000001
            },
            {
                "date": "2022-01-29",
                "balance": -771.6100000000001
            },
            {
                "date": "2022-01-30",
                "balance": -767.3900000000001
            },
            {
                "date": "2022-01-31",
                "balance": -856.79
            },
            {
                "date": "2022-02-01",
                "balance": -873.1200000000001
            },
            {
                "date": "2022-02-02",
                "balance": -373.11999999999995
            },
            {
                "date": "2022-02-03",
                "balance": -373.11999999999995
            },
            {
                "date": "2022-02-04",
                "balance": -403.52000000000004
            },
            {
                "date": "2022-02-05",
                "balance": -403.52000000000004
            },
            {
                "date": "2022-02-06",
                "balance": -403.52000000000004
            },
            {
                "date": "2022-02-07",
                "balance": -403.52000000000004
            },
            {
                "date": "2022-02-08",
                "balance": -403.52000000000004
            },
            {
                "date": "2022-02-09",
                "balance": -403.52000000000004
            },
            {
                "date": "2022-02-10",
                "balance": -403.52000000000004
            },
            {
                "date": "2022-02-11",
                "balance": -403.52000000000004
            },
            {
                "date": "2022-02-12",
                "balance": -403.52000000000004
            },
            {
                "date": "2022-02-13",
                "balance": -403.52000000000004
            },
            {
                "date": "2022-02-14",
                "balance": -403.52000000000004
            },
            {
                "date": "2022-02-15",
                "balance": -403.52000000000004
            },
            {
                "date": "2022-02-16",
                "balance": -403.52000000000004
            },
            {
                "date": "2022-02-17",
                "balance": -409.84999999999997
            },
            {
                "date": "2022-02-18",
                "balance": -409.84999999999997
            },
            {
                "date": "2022-02-19",
                "balance": -409.84999999999997
            },
            {
                "date": "2022-02-20",
                "balance": -409.84999999999997
            },
            {
                "date": "2022-02-21",
                "balance": -409.84999999999997
            },
            {
                "date": "2022-02-22",
                "balance": -409.84999999999997
            },
            {
                "date": "2022-02-23",
                "balance": -409.84999999999997
            },
            {
                "date": "2022-02-24",
                "balance": -409.84999999999997
            },
            {
                "date": "2022-02-25",
                "balance": -409.84999999999997
            },
            {
                "date": "2022-02-26",
                "balance": -409.84999999999997
            },
            {
                "date": "2022-02-27",
                "balance": -409.84999999999997
            },
            {
                "date": "2022-02-28",
                "balance": -409.84999999999997
            },
            {
                "date": "2022-03-01",
                "balance": -405.63
            },
            {
                "date": "2022-03-02",
                "balance": -495.03
            },
            {
                "date": "2022-03-03",
                "balance": -511.36
            },
            {
                "date": "2022-03-04",
                "balance": -11.359999999999985
            },
            {
                "date": "2022-03-05",
                "balance": -11.359999999999985
            },
            {
                "date": "2022-03-06",
                "balance": -41.76000000000002
            },
            {
                "date": "2022-03-07",
                "balance": -41.76000000000002
            },
            {
                "date": "2022-03-08",
                "balance": -41.76000000000002
            },
            {
                "date": "2022-03-09",
                "balance": -41.76000000000002
            },
            {
                "date": "2022-03-10",
                "balance": -41.76000000000002
            },
            {
                "date": "2022-03-11",
                "balance": -41.76000000000002
            },
            {
                "date": "2022-03-12",
                "balance": -41.76000000000002
            },
            {
                "date": "2022-03-13",
                "balance": -41.76000000000002
            },
            {
                "date": "2022-03-14",
                "balance": -41.76000000000002
            },
            {
                "date": "2022-03-15",
                "balance": -41.76000000000002
            },
            {
                "date": "2022-03-16",
                "balance": -41.76000000000002
            },
            {
                "date": "2022-03-17",
                "balance": -41.76000000000002
            },
            {
                "date": "2022-03-18",
                "balance": -41.76000000000002
            },
            {
                "date": "2022-03-19",
                "balance": -48.09
            },
            {
                "date": "2022-03-20",
                "balance": -48.09
            },
            {
                "date": "2022-03-21",
                "balance": -48.09
            },
            {
                "date": "2022-03-22",
                "balance": -48.09
            },
            {
                "date": "2022-03-23",
                "balance": -48.09
            },
            {
                "date": "2022-03-24",
                "balance": -48.09
            },
            {
                "date": "2022-03-25",
                "balance": -48.09
            },
            {
                "date": "2022-03-26",
                "balance": -48.09
            },
            {
                "date": "2022-03-27",
                "balance": -48.09
            },
            {
                "date": "2022-03-28",
                "balance": -48.09
            },
            {
                "date": "2022-03-29",
                "balance": -48.09
            },
            {
                "date": "2022-03-30",
                "balance": -48.09
            },
            {
                "date": "2022-03-31",
                "balance": -43.870000000000005
            },
            {
                "date": "2022-04-01",
                "balance": -133.26999999999998
            },
            {
                "date": "2022-04-02",
                "balance": -149.60000000000002
            },
            {
                "date": "2022-04-03",
                "balance": 350.4
            },
            {
                "date": "2022-04-04",
                "balance": 350.4
            },
            {
                "date": "2022-04-05",
                "balance": 320
            }
        ],
        "accounts_currency": {
            "depository": [
                "CAD",
                "CAD"
            ]
        },
        "automatedScoreResults": [],
    },
    "applicantIdentityData": {
        "status": "Unverified",
        "nameOnCard": null,
        "facePhotoUrl": "",
        "idPhotoUrl": "",
        "faceMatchError": 0,
        "invalidPhotoError": 0,
        "unsupportedIdhError": 0
    },
    "applicantEmploymentData": {
        "paystub_info": [],
        "employerInfo": []
    }
}