There was an error while loading. Please reload this page.
1 parent e5b41fb commit 966bdc5Copy full SHA for 966bdc5
1 file changed
name.abuchen.portfolio/src/name/abuchen/portfolio/model/AccountTransaction.java
@@ -47,6 +47,18 @@ public String toString()
47
48
private Type type;
49
50
+ /**
51
+ * Ex-date of this transaction.
52
+ * <p>
53
+ * For dividend payments, this is the ex-dividend date: the first trading
54
+ * day on which the security is traded without entitlement to the declared
55
+ * dividend. Only shareholders who own the security before this date receive
56
+ * the dividend.
57
58
+ * The ex-date may also be used for other transaction types to map them to
59
+ * the period a security was held (for example, taxation of retained income
60
+ * booked at a later time).
61
+ */
62
private LocalDateTime exDate;
63
64
public AccountTransaction()
0 commit comments