bankroll-py / bankroll

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

@dataclass all the things #63

Closed jspahrsummers closed 5 years ago

jspahrsummers commented 5 years ago

We've implemented a bunch of really basic operations like __repr__ and __eq__ in our models. Let's use the @dataclass decorator as much as possible instead.