Annualized quote change column#4303
Annualized quote change column#4303OnkelDok wants to merge 2 commits intoportfolio-performance:masterfrom
Conversation
|
@buchen: I don't know if you noticed this draft PR. Please give a short feedback (thumbs up or down) if these kind of columns would find a way into the software or not. If yes, then I will continue and finish the work on this PR. |
352bd62 to
b0ddf35
Compare
7fce544 to
87e1f98
Compare
|
I've now added labels and translations. @buchen If you want see more reuse of code, then maybe we can create a class for the price change columns (normal an annualized) because a lot of code lines are the same. Only the final calculation and the labels and column ident is different. |
|
@buchen: Alternatively, if a separate column is to much, then I thought about adding tooltip to the current existing "quote change column", where we then display the annualized value. But I have not found any way to add a tooltip provider for these kind of columns. It seems this "all securites" view has other column-types than other lists. Or am I miss something? |
Hey, finally I found time to do a fresh installation of the development (because with installed one I get build errors). So here a first change proposal:
Sometimes for a security I want see and compare the annualized quote change. Especially when looking at higher intervals (>1 year), then with an annualized value it's easier to get an idea of the yearly increase, which is normally a good indicator for financial products.
So here a first sample as draft. If @buchen generally accepts this new column then I would continue the work (translations etc.).
Suggestions for (better) naming of the column (label, header, description) are welcome.