-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add new feature "dividend YoC" #3237
Comments
Duplicate of #2266. |
Hm not sure if this is an exact duplicate. I had planned to show the dividend YoC for each security in the portfolio. To do the same over the complete portfolio is an additional feature. But maybe I can do it also. |
Hmm, clicking around, I can see following (in master): Reports -> Performance -> Securities, then select a particular security, then select Transactions in the below pane. This won't show a standard transaction table as in other places, but rather adhoc table with additional columns, among which are "Dividend Yield" and "Dividend Yield (moving average)". The description of both are "Dividend yield = dividends / purchase price using FIFO method" and "Dividend yield (moving average) = dividends / purchase price using moving average method". The shown percentages are "raw" (one-time). I figure PP doesn't know the frequency of dividends, so one needs to "mentally" multiply by 4/12/whatever to get familiar "per anum". Ah, and it's based on "Gross dividend" (pre-tax), someone may want to know both rates. (Generally, I find it confusing where in PP dividends are shown gross or net. IMHO, it should be explicitly mentioned every time in a description/tooltip.) |
@buchen fyi |
current situation
I like to develop for myself the new feature "Dividend yield on cost". Currently it's not possible to show the dividend yield based on the past purchase price. But this can have a huge difference to the current dividend yields that are available in PP, if the current (stock) price and your past buying rate are significant different.
see discussion in the forum:
https://forum.portfolio-performance.info/t/personliche-dividendenrendite/335/2
goal
Implement a dividend YoC, no additional things that was discussed in the forum (link above).
The text was updated successfully, but these errors were encountered: