Skip to content

Commit 966bdc5

Browse files
committed
Added Javadoc to exDate field in AccountTransaction
Issue: portfolio-performance#5439
1 parent e5b41fb commit 966bdc5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

name.abuchen.portfolio/src/name/abuchen/portfolio/model/AccountTransaction.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,18 @@ public String toString()
4747

4848
private Type type;
4949

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+
* <p>
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+
*/
5062
private LocalDateTime exDate;
5163

5264
public AccountTransaction()

0 commit comments

Comments
 (0)