bankroll-py / bankroll

Ingest portfolio and other data from multiple brokerages, and analyze it
MIT License
60 stars 6 forks source link

Simplify code with @dataclass #70

Closed jspahrsummers closed 5 years ago

jspahrsummers commented 5 years ago

Resolves #63.

Decimal quantization makes this uglier than it could otherwise be, so the outcome of #37 might further clean up the code.