Skip to content

Commit

Permalink
update README.md (fixes #100)
Browse files Browse the repository at this point in the history
  • Loading branch information
codereverser committed Dec 21, 2024
1 parent d2987c4 commit 1e40844
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Parse Consolidated Account Statement (CAS) PDF files generated from CAMS/KFINTEC

`casparser` also includes a command line tool with the following analysis tools
- `summary`- print portfolio summary
- (**BETA**) `gains` - Print capital gains report (summary and detailed)
- `gains` - Print capital gains report (summary and detailed)
- with option to generate csv files for ITR in schedule 112A format


Expand Down Expand Up @@ -73,13 +73,18 @@ csv_str = casparser.read_cas_pdf("/path/to/cas/file.pdf", "password", output="cs
"advisor": "string",
"rta_code": "string",
"rta": "string",
"type": "string",
"nominees": [
"string",
],
"open": "number",
"close": "number",
"close_calculated": "number",
"valuation": {
"date": "date",
"nav": "number",
"value": "number"
"value": "number",
"cost": "number",
},
"transactions": [
{
Expand Down

0 comments on commit 1e40844

Please sign in to comment.