French Crypto Tax Return for Humans
Project description
Coin2086: French Crypto Tax Return for Humans
Coin2086 is as Python module that helps French tax residents to fill their crypto-currency tax return (Formulaire n°2086).
French tax authorities requires tax residents to provide a lot of information for each crypto-currency sale they performed during the last tax year. Coin2086 simply takes your trades as input, and returns a DataFrame with all the information you need to report on Formulaire n°2086.
It's that easy !
Documentation on Read The Docs
Installation
pip install coin2086
Basic Usage
import pandas as pd
import coin2086
trades = pd.read_csv('trades.csv')
form2086, tax_base = coin2086.compute_taxable_pnls(trades, 2020)
expected_tax = 0.3 * tax_base
print(f"Taxable base for 2020 crypto-currency sales: {tax_base:.2f}")
print(f"Expected tax amount: {expected_tax:.2f}")
print("Information that needs to be reported on Formulaire n°2086")
print(form2086)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
coin2086-0.1.0.tar.gz
(9.7 kB
view details)
Built Distribution
coin2086-0.1.0-py3-none-any.whl
(10.6 kB
view details)
File details
Details for the file coin2086-0.1.0.tar.gz
.
File metadata
- Download URL: coin2086-0.1.0.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.9.2 Linux/5.10.0-6-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b029b3fde652fb05ac090661b36019770d4ccf22f4768c1eb3c73737e0e8cdf |
|
MD5 | e2c875247db568768808dc7491c31b68 |
|
BLAKE2b-256 | 968a7d04c4ac6f4d0f923a89821df2897100b866cee330fb4cb9f6926b81b310 |
File details
Details for the file coin2086-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: coin2086-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.9.2 Linux/5.10.0-6-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01addd100dd528121e177638de444c42a47a7ddf59ad8a41ef7b22999243957c |
|
MD5 | ba11631557278d177c01fed110511b89 |
|
BLAKE2b-256 | f6d4dc1e1cc7121d5f03808a9e8d0ca9d5fea149fe4aa19fbd83734220889ad8 |