Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define an optional limit of credit or debit of a transaction category #21

Open
htmfilho opened this issue Jan 15, 2019 · 4 comments
Open

Comments

@htmfilho
Copy link
Owner

htmfilho commented Jan 15, 2019

The limit of credit of a category is the minimal amount of money its transactions can register in a given period of time. The limit of debit is the maximum amount of money its transactions can register in a given period of time. They are stored in the same field, but the meaning changes according to the type of category (debit or credit).

The limit of the category is compared with the sum of its registered transactions:

  • Daily
  • Weekly
  • Monthly
  • Quarterly
  • Annually

Changes of the limit amount are conserved historically according to its period of time. For example, if the limit is annual and it was defined for 2018 then any change for 2019 are saved as a separated record and it doesn't replace the value defined for 2018, preserving it indefinitely. If the limit didn't change from a period to another, then the most recent limit is considered.

A different limit can be defined per currency in use. For example, if all accounts are configured in Canadian dollars only, then the limits can only be defined in Canadian dollars. If at least one account is configured in a different currency, like American dollars, then the limits can be defined for Canadian dollars and American dollars separately.

@htmfilho htmfilho changed the title Define an optional limit of credit or debit of a category Define an optional limit of credit or debit of an account category Jan 17, 2019
@htmfilho htmfilho changed the title Define an optional limit of credit or debit of an account category Define an optional limit of credit or debit of a transaction category Jan 17, 2019
@keniasousa
Copy link
Collaborator

keniasousa commented Jan 17, 2019 via email

@htmfilho
Copy link
Owner Author

How Minimily would address this case:

  • Monthly deposits of 200 per month = Monthly transfers from your TD account to the TFSA account. There is no categorization of transfers. This is just movement of money between accounts.
  • extract a maximum of 5000 per year = Yearly transfer from the TFSA account to the TD account. Also a movement of money between accounts.

@keniasousa
Copy link
Collaborator

keniasousa commented Jan 18, 2019 via email

@htmfilho
Copy link
Owner Author

Take a pay cheque, for example. In a steady job, we know how much we earn every month. That's the minimal limit. Anything else is extra.

If your life cost is a minimal of 3000 per month, then consider that the sum of the limits of all your incomes should be greater than or equal to 3000, otherwise it won't be possible to pay the bills.

Therefore, if the sum of all income transactions doesn't cross the minimal limit, then a red flag should be raised.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants