Bugfix/fix fees calculation in portfolio summary (#3567)

* Fix fees calculation

* Update changelog
This commit is contained in:
Thomas Kaul
2024-07-13 18:24:03 +02:00
committed by GitHub
parent 0640b24290
commit 9d6214e93a
13 changed files with 29 additions and 5 deletions

View File

@@ -24,6 +24,10 @@ export class TimelinePosition {
@Type(() => Big)
fee: Big;
@Transform(transformToBig, { toClassOnly: true })
@Type(() => Big)
feeInBaseCurrency: Big;
firstBuyDate: string;
@Transform(transformToBig, { toClassOnly: true })