catapam / investnest

Project 04 - Code Institute
1 stars 2 forks source link

[TASK 3.5.3] Calculate gains and losses for each asset #99

Open catapam opened 2 months ago

catapam commented 2 months ago

Implement the logic to calculate gains or losses for each asset based on the purchase price and current value.

Acceptance Criteria:

Steps:

  1. Retrieve the purchase price and current value of each asset.
  2. Implement the logic to calculate gains/losses.
  3. Display the gains/losses on the dashboard for each asset.

Linked Issues:

Next task:
Previous task: