Re: Crypto Chart of Accounts setup (staking, DeFi, impermanent loss etc).

2022-02-07 Thread John Wiegley
> "DM" == Daryl Manning  writes:

DM> Interesting. I was rather hoping there was something like Reckon that
DM> could suck in csvs from the various CEX and DEX exports (where they have
DM> them) and then figure out how to write the entries in Ledger themselves.
DM> (tho recognize that this makes it hard perhaps to see if a particular
DM> strategy eg looping is working as you have no semantic information in the
DM> transactions about it.)

In addition to modules for managing staking for different cryptos, there will
also be modules for snarfing data from different transaction exports. It will
have to be done as an open architecture where all that you need to provide is
any executable that can convert the input to the expected CSV input.

John

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/m2y22my553.fsf%40newartisans.com.


Re: Crypto Chart of Accounts setup (staking, DeFi, impermanent loss etc).

2022-02-06 Thread Daryl Manning
Interesting. I was rather hoping there was something like Reckon that could
suck in csvs from the various CEX and DEX exports (where they have them)
and then figure out how to write the entries in Ledger themselves.
(tho recognize that this makes it hard perhaps to see if a particular
strategy eg looping is working as you have no semantic information in the
transactions about it.)

Wll def check t-j out.
thanks,
Daryl


On Mon, Feb 7, 2022 at 1:42 AM John Wiegley  wrote:

> > "DM" == Daryl Manning  writes:
>
> DM> Your comment about different staking schemes is interesting though.
> DM> Did you find ledger-cli just impossible to support those in? (to my
> DM> initial question, really.).
>
> Ledger can represent them, but it ends up being a very manual affair. The
> objective of trade-journal is to give you the simplest syntax possible to
> express the "events" that occurred relative to your staking, and then to
> generate Ledger transactions from these, so that Ledger is the reporting
> tool,
> but trade-journal is the input scheme.
>
> John
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/CAL9aZktHmG7XYC87khU-Zgz8YP6oO_TaOfaevQcHfmbHSBe%3DoQ%40mail.gmail.com.


Re: Crypto Chart of Accounts setup (staking, DeFi, impermanent loss etc).

2022-02-06 Thread John Wiegley
> "DM" == Daryl Manning  writes:

DM> Your comment about different staking schemes is interesting though.
DM> Did you find ledger-cli just impossible to support those in? (to my
DM> initial question, really.).

Ledger can represent them, but it ends up being a very manual affair. The
objective of trade-journal is to give you the simplest syntax possible to
express the "events" that occurred relative to your staking, and then to
generate Ledger transactions from these, so that Ledger is the reporting tool,
but trade-journal is the input scheme.

John

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/m2o83j99ip.fsf%40newartisans.com.


Re: Crypto Chart of Accounts setup (staking, DeFi, impermanent loss etc).

2022-02-05 Thread Daryl Manning
Looks interesting! (but Haskell, yikes... 8-/ ).

Your comment about different staking schemes is interesting though. Did you 
find ledger-cli just impossible to support those in? (to my initial 
question, really.). 

thanks!
Daryl.

On Sunday, 6 February 2022 at 01:40:43 UTC+8 jwie...@gmail.com wrote:

> > "DM" == Daryl Manning  writes:
>
> DM> Would love to see some examples or descriptions (or pointers to blog
> DM> posts) of how you might be cleverly handling the issue(s) since I need 
> to
> DM> get this sorted relatively soon and realize my current setup is
> DM> inadequate. (also, end up using multiple currencies for purchase which
> DM> further complicates things).
>
> I've been working on a tool for this, that is extensible so that you can
> program different staking schemes, etc.:
>
> https://github.com/jwiegley/trade-journal
>
> It's just a matter of finding more time to keep making progress!
>
> John
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/2b6206c0-2b41-4c0f-82e9-69ae3c66c838n%40googlegroups.com.


Re: Crypto Chart of Accounts setup (staking, DeFi, impermanent loss etc).

2022-02-05 Thread John Wiegley
> "DM" == Daryl Manning  writes:

DM> Would love to see some examples or descriptions (or pointers to blog
DM> posts) of how you might be cleverly handling the issue(s) since I need to
DM> get this sorted relatively soon and realize my current setup is
DM> inadequate. (also, end up using multiple currencies for purchase which
DM> further complicates things).

I've been working on a tool for this, that is extensible so that you can
program different staking schemes, etc.:

https://github.com/jwiegley/trade-journal

It's just a matter of finding more time to keep making progress!

John

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/m2ilttgqk5.fsf%40newartisans.com.


Crypto Chart of Accounts setup (staking, DeFi, impermanent loss etc).

2022-02-04 Thread Daryl Manning
I'm curious how people using ledger-cli might have charts of accounts and 
tracking set up for crypto (I'm dabbling only) and deal with things like 
impermanent loss, proper captal gains, and such with issues like staking 
and DeFi. (and hey, even automated reaping)

Would love to see some examples or descriptions (or pointers to blog posts) 
of how you might be cleverly handling the issue(s) since I need to get this 
sorted relatively soon and realize my current setup is inadequate. (also, 
end up using multiple currencies for purchase which further complicates 
things).

thanks!
Daryl.
PS> apologies if this has been written about elsewhere in the group and my 
googling missed it.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"Ledger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/805fba92-1d52-4c03-9dca-f85b1c8e47f0n%40googlegroups.com.