Thomas Kaul
Thomas Kaul
> What do you think @dtslvr? `currency` is persisted as a string ([ISO 4217](https://en.wikipedia.org/wiki/ISO_4217)). The _Angular Material_ component seems to be using `label` and `value` (`USD` for both). Can you...
I have described what we have discussed in Slack @DerAndereJohannes.
> can you give any reference of it, within the project, so that I can see it and try implementing I would extend [PortfolioPositionDetail](https://github.com/ghostfolio/ghostfolio/blob/main/apps/api/src/app/portfolio/interfaces/portfolio-position-detail.interface.ts) by `dividendYieldInPercent` and start the server....
> I will try to work on it Hi @Fullstack-Arshad Any progress on this issue to share?
No problem. There are various resources on the Internet about dividend yield, e.g. [Investopedia](https://www.investopedia.com/terms/d/dividendyield.asp) or _ChatGPT_ 😉
> I would like to take this up. FYI, I'm not sure if it's possible to run Storybook at all. I haven't used it for a longer time, but it...
What is the current status here, @Dhoni77?
This is probably related and happens during development, but not (only?) the very first time. If I run `yarn watch:server` and `yarn start:client` in two terminals shortly after each other,...
> you need to actually initiate the merge i think This PR is fine from a technical point of view. Currently, there are a few things changing in the performance...
> Yes I felt the same while Implementing this There is a `getAnnualizedPerformancePercent()` function in [PortfolioCalculator](https://github.com/ghostfolio/ghostfolio/blob/main/apps/api/src/app/portfolio/portfolio-calculator.ts#L156). Maybe that would be enough?