ghostfolio/libs/common/src/lib/interfaces/holding.interface.ts
Thomas Kaul 4cb4375514
Bugfix/fix issue with holdings and sectors while using symbol profile overrides (#4234)
* Fix issue with holdings and sectors while using symbol profile overrides

* Update changelog
2025-01-24 19:47:50 +01:00

6 lines
110 B
TypeScript

export interface Holding {
allocationInPercentage: number;
name: string;
valueInBaseCurrency: number;
}