optimize annual performance calculation (#367)
* Optimize annual performance calculation * Update changelog Co-authored-by: Valentin Zickner <github@zickner.ch> Co-authored-by: Thomas <4159106+dtslvr@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export interface PortfolioPerformance {
|
||||
annualizedPerformancePercent: number;
|
||||
currentGrossPerformance: number;
|
||||
currentGrossPerformancePercent: number;
|
||||
currentNetPerformance: number;
|
||||
|
Reference in New Issue
Block a user