Skip to content

Commit 737d03f

Browse files
committed
v0.3.4 - version bump
1 parent 3745811 commit 737d03f

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## 0.3.4 - 2020-11-08
4+
5+
- Support for parsing scheme valuation
6+
- Parser code refactor (transparent to user)
7+
38
## 0.3.3 - 2020-10-31
49

510
- Added `balance` to Transaction

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ data = casparser.read_cas_pdf('/path/to/cas/pdf/file.pdf', 'password')
6161
"rta": "string",
6262
"open": "number",
6363
"close": "number",
64+
"valuation": {
65+
"date": "date",
66+
"value": "number"
67+
},
6468
"transactions": [
6569
{
6670
"date": "YYYY-MM-DD",
@@ -104,3 +108,8 @@ CASParser is distributed under MIT license by default. However enabling the opti
104108
[MuPDF](https://mupdf.com/license.html) and hence the licenses GNU GPL v3 and GNU Affero GPL v3
105109
would apply. Copies of all licenses have been included in this repository. - _IANAL_
106110

111+
## Resources
112+
1. [CAS from CAMS](https://new.camsonline.com/Investors/Statements/Consolidated-Account-Statement)
113+
2. [CAS from Karvy/Kfintech](https://mfs.kfintech.com/investor/General/ConsolidatedAccountStatement)
114+
115+
PS:- select the detailed statement (including transactions) option

casparser/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.3
1+
0.3.4

0 commit comments

Comments
 (0)