| MONTHLY_INCOME | Average income per month. | Monthly Income | We iterate through the transactions and sum up amount for any transaction that has categoryType as "INCOME" |
| MONTHLY_DEBT | Average debt payments per month. | Monthly Debt Payments | We iterate through the transactions and sum up amount for any transaction that has subType as one of the values identified by Yodlee as debt |
| DTI | Debt to income ratio. | Debt to Income Ratio | MONTHLY_DEBT divided by MONTHLY_INCOME |
| MONTHLY_CASH_FLOW | Average cash flow per month. | Monthly Cash Flow | We iterate through the transactions and sum up amount, then divide by 3 |