feat: add investment and redemption functionality for hedge funds
Build Images and Deploy / Update-PROD-Stack (push) Successful in 1m21s

- Implemented POST endpoint for investing in hedge funds, allowing users to invest a specified amount and receive shares based on the fund's NAV.
- Implemented POST endpoint for redeeming shares in hedge funds, enabling users to redeem shares for cash based on the current NAV.
- Created InvestPanel component for user interactions, including investing and redeeming shares, displaying current NAV, user balance, and holdings summary.
This commit is contained in:
2026-03-18 20:50:51 -04:00
parent 50b1b3472f
commit 8e808d5e7c
8 changed files with 436 additions and 10 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long