Bugfix/fix fees calculation in portfolio summary (#3567)
* Fix fees calculation * Update changelog
This commit is contained in:
@@ -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 })
|
||||
|
Reference in New Issue
Block a user