I am writing a script to take as input the CSV file and calculate the tax I owe for CGT and deemed disposal gains. In Ireland this is different for Stocks and ETFs.
It seems like the CSV does not have a column “Type” although this seems present in the API. Are there plans to add this? Is there any way to infer this from the current fields?
Since you’re already writing a script, add a part to hit the API and use the output. Not sure exactly what information you need, but the transactions endpoint is probably a good start.