Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ibflex/Types.py
Original file line number Diff line number Diff line change
Expand Up @@ -2374,6 +2374,7 @@ class CashTransaction(FlexElement):
issuerCountryCode: Optional[str] = None
availableForTradingDate: Optional[datetime.datetime] = None
exDate: Optional[datetime.datetime] = None
dividendType: Optional[str] = None

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this a recent addition? I don't see it in any of my exports (and I select all fields normally).
https://www.ibkrguides.com/reportingreference/reportguide/cash%20transactionsfq.htm also doesn't show it .

I see it got added to the UI now as well, amended my exports.

Should it be an enum?


@dataclass(frozen=True)
class DebitCardActivity(FlexElement):
Expand Down
Loading