* Fix issue with holdings and sectors while using symbol profile overrides * Update changelog
6 lines
110 B
TypeScript
6 lines
110 B
TypeScript
export interface Holding {
|
|
allocationInPercentage: number;
|
|
name: string;
|
|
valueInBaseCurrency: number;
|
|
}
|