You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Blnk does not currently have a way to work with interest rates and apply them to balances. This makes it challenging to automate processes like accruing interest for credit or debit balances.
Describe the solution you'd like
would like Blnk to include an Interest Engine as part of its ledger. This engine should:
Allow developers to define and manage interest rules dynamically, such as interest rate, compounding frequency, and applicable balance types.
Support both credit and debit interest.
Handle simple and compound interest calculations.
Automate the application of interest at customizable intervals (e.g., daily, monthly).
Post interest calculations to the db ensuring traceability.
Describe alternatives you've considered
Manual Interest Handling: Manually calculating and applying interest, which is inefficient and error-prone.
Custom Scripts: Writing scripts to handle interest logic, but this is time-intensive and not scalable.
External Systems: Relying on third-party tools for interest calculations, which reduces flexibility and increases complexity.
Additional context
This feature would enable users to automate interest application workflows. For example, a business could define a rule like 5% annual compound interest, compounded monthly, on balances exceeding $1,000, and the engine would handle the calculations and updates automatically.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Blnk does not currently have a way to work with interest rates and apply them to balances. This makes it challenging to automate processes like accruing interest for credit or debit balances.
Describe the solution you'd like
would like Blnk to include an Interest Engine as part of its ledger. This engine should:
Describe alternatives you've considered
Additional context
This feature would enable users to automate interest application workflows. For example, a business could define a rule like 5% annual compound interest, compounded monthly, on balances exceeding $1,000, and the engine would handle the calculations and updates automatically.
The text was updated successfully, but these errors were encountered: