Ledger (syncing) CLI and offline toolset #512
Labels
accounting
prolly positioning: the accounting of "what/when (is) owned"
ledger
trade, accounts and other user focal event history tracking, management and storage
As per the prototype started in #489 we need a CLI for the new
.accounting
subsystem which allows for syncing trades and transfersledgers from brokers/cexes to get up to date (and audited) position
accounting.
Design/UX refinement
Prototype
ledger
cli usingtyper
landed in Rekt pps? problem? =>piker.accounting
#489 needsrefinement!
be:
piker ledger sync
for eg. or just a top levelledger
?use
rich.Table
output for console position summary as well asthe existing little colored text output.
.accounting.cli
add more subcmds then
sync
?sync
would pull recent trades data frombrokers.toml
defined backends and write local ledger filesedit
and oraudit
commands for checking contentsgit save
related cmdlist
to only show local non-synced state?a user typically does wen beginning to use the project?
ledgerd
service actorPosition.clears
->.events
#510apache arrow
) related binary formatprobably unified with our (eventual) shm / fsp offline storage
choice.
manually?
non-daemonized audit system?
against the current
pps.toml
state, complaining if there'sa mismatch (depending on user settings and whether it's a paper
account)
Testing
accounting calcs are correctly generated as output.
precision pricing?
The text was updated successfully, but these errors were encountered: