catapam / investnest

Project 04 - Code Institute
1 stars 2 forks source link

[TASK 3.5.2] Calculate overall portfolio value #98

Open catapam opened 2 months ago

catapam commented 2 months ago

Implement the logic to calculate the total value of the user's portfolio based on the current value of all assets.

Acceptance Criteria:

Steps:

  1. Retrieve the current value of each asset in the portfolio.
  2. Implement the calculation logic for summing the values.
  3. Test the accuracy of the portfolio value calculation.

Linked Issues:

Next task:
Previous task: