Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Praser crashes on SCHWAB "forced disbursement" transactions #488

Open
tiziano88 opened this issue Feb 17, 2024 · 2 comments
Open

Praser crashes on SCHWAB "forced disbursement" transactions #488

tiziano88 opened this issue Feb 17, 2024 · 2 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@tiziano88
Copy link

e.g.

        {
            "Date": "03/31/2015",
            "Action": "Forced Disbursement",
            "Symbol": "GOOG",
            "Quantity": null,
            "Description": "Debit",
            "FeesAndCommissions": null,
            "DisbursementElection": null,
            "Amount": "-$2,490.13",
            "TransactionDetails": []
        },
@tiziano88
Copy link
Author

This may be the old autosale tool.

I tried changing the Action to Sale, but it still crashes because TransactionDetails is empty.

@tiziano88
Copy link
Author

Actually perhaps Forced Disbursement should be translated as Wire Transfer, and Forced Quick Sell as Sale. But for some reason the FeesAndCommissions field on those is empty string instead of null, which confuses the parser, so that also needs to be fixed manually.

Next error: action type Dividend

@vmartinv vmartinv added bug Something isn't working help wanted Extra attention is needed labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants