Skip to content

Commit 20d8adc

Browse files
committed
v0.4.5 - support for portfolio segregation transactions
1 parent 223f844 commit 20d8adc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.4.5 - 2021-03-20
4+
5+
- Support for segregated portfolio transactions [ credit: [abhishekjain-qb](https://github.com/abhishekjain-qb) ]
6+
37
## 0.4.4 - 2021-02-07
48

59
- CSV output fixes

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ Notes:
105105
- `SWITCH_OUT_MERGER`
106106
- `DIVIDEND_PAYOUT`
107107
- `DIVIDEND_REINVESTMENT`
108-
- `TAX`
108+
- `STAMP_DUTY_TAX`
109+
- `STT_TAX`
110+
- `SEGREGATION`
109111
- `MISC`
110112
- `dividend_rate` is applicable only for `DIVIDEND_PAYOUT` and
111113
`DIVIDEND_REINVESTMENT` transactions.

casparser/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.4
1+
0.4.5

0 commit comments

Comments
 (0)