Feature/add allocations by platform chart (#1915)
* Add allocations by platform * Update changelog
This commit is contained in:
@@ -16,6 +16,15 @@ export interface PortfolioDetails {
|
||||
filteredValueInBaseCurrency?: number;
|
||||
filteredValueInPercentage: number;
|
||||
holdings: { [symbol: string]: PortfolioPosition };
|
||||
platforms: {
|
||||
[id: string]: {
|
||||
balance: number;
|
||||
currency: string;
|
||||
name: string;
|
||||
valueInBaseCurrency: number;
|
||||
valueInPercentage?: number;
|
||||
};
|
||||
};
|
||||
summary: PortfolioSummary;
|
||||
totalValueInBaseCurrency?: number;
|
||||
}
|
||||
|
Reference in New Issue
Block a user