Skip to content

Commit 923bb28

Browse files
kimmerinbuchen
authored andcommitted
Added columns for upcoming dividend payments (amount, ex-date, pay date)
Issue: #3927 Signed-off-by: Lothar Kimmeringer <[email protected]> [cherry-picked new columns; rebased to master] Signed-off-by: Andreas Buchen <[email protected]>
1 parent 3ec2c69 commit 923bb28

21 files changed

+377
-3
lines changed

name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/Messages.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ public class Messages extends NLS
129129
public static String ColumnConvertedAmount;
130130
public static String ColumnCount;
131131
public static String ColumnCountByYear;
132+
public static String ColumnDividendsNextExDate;
133+
public static String ColumnDividendsNextExDate_MenuLabel;
134+
public static String ColumnDividendsNextPaymentDate;
135+
public static String ColumnDividendsNextPaymentDate_MenuLabel;
136+
public static String ColumnDividendsNextPaymentAmount;
137+
public static String ColumnDividendsNextPaymentAmount_MenuLabel;
132138
public static String ColumnLatest_MenuLabel;
133139
public static String ColumnLatestDate_MenuLabel;
134140
public static String ColumnLatestHistoricalDate_MenuLabel;

name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/messages.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,18 @@ ColumnDividendTotalRateOfReturn = Div%
394394

395395
ColumnDividendTotalRateOfReturn_Description = dividend rate of return = sum of dividend payments / purchase value based on FIFO\n\nAttention: if shares are sold after a dividend payment then dividend payment is not reduced. Therefore the rate of return might be over estimated.
396396

397+
ColumnDividendsNextExDate = Next Ex-Date
398+
399+
ColumnDividendsNextExDate_MenuLabel = Next Dividend Ex-Date
400+
401+
ColumnDividendsNextPaymentAmount = Next Paym. Amt.
402+
403+
ColumnDividendsNextPaymentAmount_MenuLabel = Next Dividend Payment Amount
404+
405+
ColumnDividendsNextPaymentDate = Next Paym. Date
406+
407+
ColumnDividendsNextPaymentDate_MenuLabel = Next Dividend Payment Date
408+
397409
ColumnEarnings = Earnings
398410

399411
ColumnEarnings_Description = Dividends + Interest Payments

name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/messages_cs.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,18 @@ ColumnDividendTotalRateOfReturn = Div%
390390

391391
ColumnDividendTotalRateOfReturn_Description = Dividendov\u00FD v\u00FDnos = sou\u010Det v\u00FDplat dividend / n\u00E1kupn\u00ED hodnota na z\u00E1klad\u011B FIFO\n\nPozor: pokud jsou akcie prod\u00E1ny po v\u00FDplat\u011B dividendy, pak se v\u00FDplata dividendy nesni\u017Euje. Proto m\u016F\u017Ee b\u00FDt m\u00EDra v\u00FDnosnosti nadhodnocena.
392392

393+
ColumnDividendsNextExDate = P\u0159\u00ED\u0161t\u00ED den ex-day
394+
395+
ColumnDividendsNextExDate_MenuLabel = P\u0159\u00ED\u0161t\u00ED Den Ex-Dividend
396+
397+
ColumnDividendsNextPaymentAmount = P\u0159\u00ED\u0161t\u00ED V\u00FD\u0161e Dividendy
398+
399+
ColumnDividendsNextPaymentAmount_MenuLabel = P\u0159\u00ED\u0161t\u00ED V\u00FD\u0161e Dividendy
400+
401+
ColumnDividendsNextPaymentDate = Datum P\u0159\u00ED\u0161t\u00ED V\u00FDplaty Dividend
402+
403+
ColumnDividendsNextPaymentDate_MenuLabel = Datum P\u0159\u00ED\u0161t\u00ED V\u00FDplaty Dividend
404+
393405
ColumnEarnings = Zisk
394406

395407
ColumnEarnings_Description = Dividendy + \u00FAroky

name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/messages_da.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,18 @@ ColumnDividendTotalRateOfReturn = Udb%
387387

388388
ColumnDividendTotalRateOfReturn_Description = udbytteafkast = summen af \u200B\u200Budbyttebetalinger / k\u00F8bsv\u00E6rdi baseret p\u00E5 FIFO\n\nBem\u00E6rk: Hvis aktier s\u00E6lges efter en udbyttebetaling, reduceres udbyttebetalingen ikke. Derfor kan afkastet v\u00E6re overvurderet.
389389

390+
ColumnDividendsNextExDate = N\u00E6ste Ex-Dato
391+
392+
ColumnDividendsNextExDate_MenuLabel = N\u00E6ste Ex-Udbyttedag
393+
394+
ColumnDividendsNextPaymentAmount = N\u00E6ste Udbyttebel\u00F8b
395+
396+
ColumnDividendsNextPaymentAmount_MenuLabel = N\u00E6ste Udbyttebel\u00F8b
397+
398+
ColumnDividendsNextPaymentDate = Dato for N\u00E6ste Udbyttebetaling
399+
400+
ColumnDividendsNextPaymentDate_MenuLabel = Dato for N\u00E6ste Udbyttebetaling
401+
390402
ColumnEarnings = Fortjenester
391403

392404
ColumnEarnings_Description = Udbytter + Renteindt\u00E6gter

name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/messages_de.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,18 @@ ColumnDividendTotalRateOfReturn = Div%
387387

388388
ColumnDividendTotalRateOfReturn_Description = Dividendenrendite = Summe der Dividendenzahlungen / Einstand nach FIFO\n\nAchtung: Wenn Verk\u00E4ufe nach einer Dividendenzahlung vorliegen, werden die momentan nicht abgezogen. D. h. die Rendite ist eventuell zu hoch.
389389

390+
ColumnDividendsNextExDate = N\u00E4chst. Ex-Tag
391+
392+
ColumnDividendsNextExDate_MenuLabel = N\u00E4chster Ex-Dividendentag
393+
394+
ColumnDividendsNextPaymentAmount = N\u00E4chst. Div. Betrag
395+
396+
ColumnDividendsNextPaymentAmount_MenuLabel = N\u00E4chster Dividendenbetrag
397+
398+
ColumnDividendsNextPaymentDate = N\u00E4chst. Div. Zahltag
399+
400+
ColumnDividendsNextPaymentDate_MenuLabel = N\u00E4chster Dividenden Zahltag
401+
390402
ColumnEarnings = Ertr\u00E4ge
391403

392404
ColumnEarnings_Description = Dividenden + Zinsen

name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/messages_es.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,18 @@ ColumnDividendTotalRateOfReturn = Div%
387387

388388
ColumnDividendTotalRateOfReturn_Description = Ratio de Retorno de dividendo = Suma de ingresos por dividendo / valor de compra basado en FIFO\n\nAtenci\u00F3n: Si alguna accion se ha vendido tras el pago de dividendo, este pago no se reduce. El Ratio de Retorno puede sobreestimarse.
389389

390+
ColumnDividendsNextExDate = Siguiente ex-d\u00EDa
391+
392+
ColumnDividendsNextExDate_MenuLabel = Pr\u00F3ximo D\u00EDa Ex-Dividendo
393+
394+
ColumnDividendsNextPaymentAmount = Importe del Pr\u00F3ximo Dividendo
395+
396+
ColumnDividendsNextPaymentAmount_MenuLabel = Importe del Pr\u00F3ximo Dividendo
397+
398+
ColumnDividendsNextPaymentDate = Pr\u00F3xima Fecha de Pago de Dividendos
399+
400+
ColumnDividendsNextPaymentDate_MenuLabel = Pr\u00F3xima Fecha de Pago de Dividendos
401+
390402
ColumnEarnings = Ganancias
391403

392404
ColumnEarnings_Description = Dividendo + Intereses

name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/messages_fr.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,18 @@ ColumnDividendTotalRateOfReturn = Div%
388388

389389
ColumnDividendTotalRateOfReturn_Description = Taux de rendement du dividende = somme des dividendes per\u00E7us / valeur d'achat (FIFO)\n\nAttention : si des parts sont vendues apr\u00E8s versement d'un dividende, alors le dividende n'est pas r\u00E9duit. Dans ce cas, le taux de rendement peut \u00EAtre surestim\u00E9.
390390

391+
ColumnDividendsNextExDate = Prochaine Date Ex-Dividende (d\u00E9tachement)
392+
393+
ColumnDividendsNextExDate_MenuLabel = Prochain Jour Ex-Dividende
394+
395+
ColumnDividendsNextPaymentAmount = Montant du Prochain Dividende
396+
397+
ColumnDividendsNextPaymentAmount_MenuLabel = Montant du Prochain Dividende
398+
399+
ColumnDividendsNextPaymentDate = Prochaine Date de Paiement du Dividende
400+
401+
ColumnDividendsNextPaymentDate_MenuLabel = Prochaine Date de Paiement du Dividende
402+
391403
ColumnEarnings = B\u00E9n\u00E9fices
392404

393405
ColumnEarnings_Description = Dividendes + Int\u00E9r\u00EAts

name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/messages_it.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,18 @@ ColumnDividendTotalRateOfReturn = Div%
387387
388388
ColumnDividendTotalRateOfReturn_Description = tasso di rendimento dei dividendi (ROR) = somma dei pagamenti del dividendo / valore d'acquisto basato su FIFO\n\nAttenzione: se le azioni vengono vendute dopo il pagamento di un dividendo, il pagamento del dividendo non viene ridotto. Pertanto il tasso di rendimento potrebbe essere sovrastimato.
389389

390+
ColumnDividendsNextExDate = Prossima Ex-Date
391+
392+
ColumnDividendsNextExDate_MenuLabel = Prossimo Giorno di Stacco del Dividendo
393+
394+
ColumnDividendsNextPaymentAmount = Importo del Prossimo Dividendo
395+
396+
ColumnDividendsNextPaymentAmount_MenuLabel = Importo del Prossimo Dividendo
397+
398+
ColumnDividendsNextPaymentDate = Data di Pagamento del Prossimo Dividendo
399+
400+
ColumnDividendsNextPaymentDate_MenuLabel = Data di Pagamento del Prossimo Dividendo
401+
390402
ColumnEarnings = Profitti
391403

392404
ColumnEarnings_Description = Dividendi + pagamenti interessi

name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/messages_nl.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,18 @@ ColumnDividendTotalRateOfReturn = Div%
387387
388388
ColumnDividendTotalRateOfReturn_Description = Het dividendrendement = (som van Dividend) / Aankoopwaarde op basis van FIFO.\n\nLet op: als aandelen na een dividenduitkering worden verkocht, wordt het dividend niet verlaagd. Daarom kan het rendement worden overschat.
389389
390+
ColumnDividendsNextExDate = Volgende Ex-datum
391+
392+
ColumnDividendsNextExDate_MenuLabel = Volgende Ex-Dividenddag
393+
394+
ColumnDividendsNextPaymentAmount = Volgende Dividendbedrag
395+
396+
ColumnDividendsNextPaymentAmount_MenuLabel = Volgende Dividendbedrag
397+
398+
ColumnDividendsNextPaymentDate = Volgende Dividend Betaaldatum
399+
400+
ColumnDividendsNextPaymentDate_MenuLabel = Volgende Dividend Betaaldatum
401+
390402
ColumnEarnings = Opbrengsten
391403
392404
ColumnEarnings_Description = Dividenduitkeringen en Interestbetalingen

name.abuchen.portfolio.ui/src/name/abuchen/portfolio/ui/messages_pl.properties

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,18 @@ ColumnDividendTotalRateOfReturn = Div%
387387

388388
ColumnDividendTotalRateOfReturn_Description = stopa zwrotu dywidendy = suma wyp\u0142at dywidendy / warto\u015B\u0107 zakupu na podstawie FIFO\n\nUwaga: je\u015Bli akcje zostan\u0105 sprzedane po wyp\u0142acie dywidendy, wyp\u0142ata dywidendy nie zostanie zmniejszona. Dlatego stopa zwrotu mo\u017Ce by\u0107 przeszacowana.
389389

390+
ColumnDividendsNextExDate = Nast\u0119pne Ex-Date
391+
392+
ColumnDividendsNextExDate_MenuLabel = Nast\u0119pny Dzie\u0144 Ustalenia Prawa do Dywidendy
393+
394+
ColumnDividendsNextPaymentAmount = Nast\u0119pna Kwota Dywidendy
395+
396+
ColumnDividendsNextPaymentAmount_MenuLabel = Nast\u0119pna Kwota Dywidendy
397+
398+
ColumnDividendsNextPaymentDate = Nast\u0119pny Dzie\u0144 Wyp\u0142aty Dywidendy
399+
400+
ColumnDividendsNextPaymentDate_MenuLabel = Nast\u0119pny Dzie\u0144 Wyp\u0142aty Dywidendy
401+
390402
ColumnEarnings = Zarobki
391403

392404
ColumnEarnings_Description = Dywidendy + P\u0142atno\u015Bci odsetek

0 commit comments

Comments
 (0)