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