+
+
+ Portfolio management
+
+ Manage the holdings of your portfolio
+
+
+
@@ -464,11 +470,12 @@ function Portfolio() {
-
+
-
+ Add new asset to portfolio
+ Choose an asset and specify how many shares you bought and at what price
diff --git a/src/pages/webapp/Simulation.tsx b/src/pages/webapp/Simulation.tsx
index 3853a07..d928f90 100644
--- a/src/pages/webapp/Simulation.tsx
+++ b/src/pages/webapp/Simulation.tsx
@@ -17,7 +17,6 @@ import {DatePickerRange} from "@/components/DatePickerRange.tsx";
import {DateRange} from "react-day-picker";
import {addDays, endOfDay, isWithinInterval, startOfDay} from "date-fns";
import {ToggleGroup, ToggleGroupItem} from "@/components/ui/toggle-group.tsx";
-import {LoadingLayer} from "@/components/LoadingLayer.tsx";
const portfolioHttpService = new PortfolioHttpService();
const assetsHttpService = new AssetsHttpService();
@@ -84,14 +83,51 @@ function SimulationConfig({setSimulationConfig}: {
}
return (
-
-
-
-
Time period
+
+
+
+ Time period
+ Select the start and end dates for the simulation
+
+
-
-
-
Risk profile
+
+
+
+
+ Assets selection
+ Select the assets to be included in the simulation
+
+
+