{{define "content"}} {{$d := .}}

Portfolio

{{if $d.Holdings}}

Total Value

€{{cents $d.TotalValueCents}}

Total Cost

€{{cents $d.TotalCostCents}}

Unrealized P&L

{{pctSign $d.TotalPCLPct}}€{{cents $d.TotalPCLCents}} ({{pctSign $d.TotalPCLPct}}{{printf "%.2f" $d.TotalPCLPct}}%)

Allocation

{{range $i, $h := $d.Holdings}} {{end}}
Stock Shares Avg Entry Current Price Value P&L Return
{{.Name}}
{{.ISIN}}
{{printf "%.4f" .SharesOwned}} €{{cents .AvgEntryCents}} €{{cents .CurrentPriceCents}} €{{cents .CurrentValueCents}} €{{cents .UnrealizedPCLCents}} {{pctSign .UnrealizedPCLPct}}{{printf "%.2f" .UnrealizedPCLPct}}%
{{else}}

No trades imported yet

Go to Import and upload your Trade Republic securities CSV.

{{end}} {{end}}