February30th
Results
3
comments of
February30th
Example csv to reproduce decimal issues ``` date,symbol,quantity,activityType,unitPrice,currency,fee 2024-07-05 10:00:43.343,BMW3.DE,0.0481040000,BUY,83.15,EUR,0 2024-07-16 08:20:07.675,BMW3.DE,0.1925370000,BUY,83.1,EUR,0 2024-07-22 10:56:01.155,BMW3.DE,0.2406410000,SELL,84.55,EUR,0 ```
Also noticed that the sql fields are created as NUMERIC instead of a DECIMAL
Check the holdings tab.