Try it: https://sirbenedick.github.io/historic-portfolio-analyzer
- Create a plattform to analyze historic portfolio performance
- Add metrics to quantify portfolio performance based on research
- Automate portfolio optimization
"Make it run, make it right, make it fast" - Kent Beck source
Only features that result in a direct increase in usability or performance will be implemented. There is no benefit in changing the application to suit features that might be implemented. Being annoyed by the current application architecture is the key indicator for needed changes. If it does not feel right change it.
- react
- mobx
- material-ui
- lightweight-charts by tradingview
- IndexDB
- Stock data API: Alpha Vantage
(Add, Fix, Improve, Refactor, Style, Remove)
- Fix: Catch saving of a portfolio with empty name
- Add: Chip Menu click on name directs to finance page of symbol
- Improve: Material UI Theming, where is primary etc. defined
- Add: KeyMetrics Tab for all keymetrics from analytics_js
- Add timeframe for all data
- Add: Setting to fetch monthly data, or daily
- Fix: symbolDataStore.isCalculatingPortfolioPerformance stays true when api failed
- Remove: moment.js to decrease bundle size(?)
- Add: Choose time of entry for each position
- Add: Store meta data for symbol in symbolstore (change data flow, (full name, currency, region)
- Add: portfolio calculation granularity to speed up calculation
- Add: Store for symbols to be fetched (in case API limit is reached)(set version of index db to current date)
- Add: Sortino Ratio
- Add: Jensen-Alpha
- Add: tooltip with link to ratio definition
- Add: Heatmap for daily/weekly/montly return
- Add: Card performance weighted compared to single asset and market
- Improve: Name "overview" tab to "chart"
- Add: "Overview" tab
- Add: Table similar to portfoliobuilder
- Ticker
- Name
- Annualized
- Performance since start
- Add: Performance 1year, 2, years, 3 years
- Design Storage of data
- Calculate
- Add: to "overview" tab Performance 1year, 2, years, 3 years
- Add: Fetch Company overview after add to idb, store in symbolDataStore in symbolChartTimeseriesDataMap, expand map to store data
- Add: get company overview gets from idb or makes api call
- Add: P/E to "overview" tab
- Add: Comparison page to compare multiple portfolio configuration
- Calculate correlation
- Add tab
- Create matrix