Skip to content

feat: add savings product recommendation engine#504

Merged
Devsol-01 merged 4 commits intoDevsol-01:mainfrom
Joewizy:feat/saving-products-reccomendations
Mar 30, 2026
Merged

feat: add savings product recommendation engine#504
Devsol-01 merged 4 commits intoDevsol-01:mainfrom
Joewizy:feat/saving-products-reccomendations

Conversation

@Joewizy
Copy link
Copy Markdown
Contributor

@Joewizy Joewizy commented Mar 29, 2026

Closes #463

Summary

  • Add GET /savings/recommendations endpoint returning personalized product suggestions
  • Build scoring algorithm that considers: transaction patterns, risk tolerance (derived from withdrawal ratio + product mix), savings
    goals alignment, portfolio diversification, and APY
  • Generate human-readable reasons explaining each recommendation
  • Project earnings using compound interest based on user's average deposit amount
  • Return top 5 recommendations sorted by match score (0-1)

Test plan

  • GET /savings/recommendations returns up to 5 scored products
  • User with long-term goals gets higher scores for FIXED products
  • User with high withdrawal ratio is classified as low risk tolerance
  • User with only FLEXIBLE products gets diversification boost for FIXED
  • New user with no history gets reasonable default recommendations
  • Projected earnings use compound interest formula correctly
  • Only active products are recommended

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nestera Ready Ready Preview, Comment Mar 29, 2026 7:22pm

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 29, 2026

@Joewizy Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Devsol-01 Devsol-01 merged commit 5c7beff into Devsol-01:main Mar 30, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Savings Product Recommendation Engine

2 participants