Code Monkey home page Code Monkey logo

Comments (4)

eprbell avatar eprbell commented on May 30, 2024

Thanks for the long thread and for taking the time to share your experience with RP2 and your research on the topic of crypto taxes! It will take me a few days to respond properly because I'm out of town right now, but I wanted to share my appreciation for the detailed feedback!

from rp2.

eprbell avatar eprbell commented on May 30, 2024

I'm glad this question reappeared: it looked like your account was not accessible for a long time, and this question disappeared for me so I couldn't follow up. However today I noticed it reappeared in the issue page. Most of the things you mentioned have been fixed in the last few months. I'll respond in more detail in the next few days.

from rp2.

eprbell avatar eprbell commented on May 30, 2024

Let me reiterate that I really appreciated your detailed message. Even though it disappeared when your account became non-accessible, I managed to keep a copy of it, which helped inspire some of the development. So thanks for taking the time to provide such good feedback!

Here is my reply:

  • Fee-only transactions are now fully supported.
  • How to represent In/Out/Intra fees: the missing deduction problem has been fixed (see issue #6) and also read the FAQ on fees and how to represent them in RP2. DaLI doesn't use amounts to match transactions, it uses the unique id field: see the "Transaction Resolution" section in https://github.com/eprbell/dali-rp2/blob/main/docs/configuration_file.md#manual-section-csv (more technical details on this in the developer documentation of the transaction resolver)
  • Liquidity mining/Staking: see various DeFI FAQs under "Tax Scenarios"
  • Data pre-processing. DaLI is actually quite powerful:
    • it reads data from multiple CSV or REST sources,
    • it joins and normalizes all this data,
    • it matches partial transactions into complete ones (e.g. two ends of a transfer),
    • it fills in missing data if needed (e.g. spot price),
    • it generates inputs for RP2 (ODS and config).
      It does all this by means of a programmable plugin architecture: anybody can contribute new input format or pair converter plugins. The "converter that takes a .csv file and turns it into an input file" is already there: see the Manual Plugin. The conversion of special crypto events like coin conversion or DeFI transactions can be handled in the exchange-specific input plugin, which knows all the details of what can be done on that specific exchange and how to best translate it into RP2 primitives.
  • Output reports. I think much of what you suggest is already available in the Summary tab of the full_report output: you can sort the table in different ways to group the specific data you're interested in (by date, crypto, transaction type, etc.). Whatever else is missing could be added in the form of an RP2 output plugin.
  • Historical coin price download. This is already there as a DaLI feature: see pair converter plugins.

from rp2.

eprbell avatar eprbell commented on May 30, 2024

Closing the issue. I invite you to check the latest version of RP2 and DaLI, which incorporate a lot of your feedback. Feel free to open a new issue if you have more feedback.

from rp2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.