feat: enrich portfolio list with total value and position breakdown from MOEX #10
@ -142,6 +142,10 @@ export interface Portfolio {
|
||||
currency: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
totalValue: number;
|
||||
positionCount: number;
|
||||
shareCount: number;
|
||||
bondCount: number;
|
||||
}
|
||||
|
||||
export interface PositionWithPrice {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user