anyhedge
Basic components for AnyHedge contracts.
Currently, this only deals with contract execution and focuses on sats-accurate values in relation to the reference typescript AnyHedge Library.
Install
pip install anyhedge (use venv, miniconda, etc. - don't install things on your system python)
Requirements
python >= 3.10(use venv, miniconda, etc. - don't install things on your system python)requirements.txt(pip install -r requirements.txtusing your virtual python)
Demo
python demo.py
You should see something like this:
ContractProposal(start_timestamp=1668818394 (2022-11-19T00:39:54+00:00),
maturity_timestamp=1668829194 (2022-11-19T03:39:54+00:00),
nominal_oracleUnits_x_satsPerBch=10000000000000,
start_price_oracleUnits_per_bch=10000,
low_liquidation_price_oracleUnits_per_bch=7143,
oracle_public_key='02d3c1de9d4bc77d6c3608cbe44d10138c7488e592dc2b1e10a6cf0e92c2ecb047',
maker_side=Hedge)
That is a $1000.0 Long Taker contract.
ContractFunding(base_proposal=...,
fee_agreements=(FeeAgreement (maker fee): Taker --> 1000 Sats (1e-05 BCH) --> Maker,
FeeAgreement (settlement service fee): Taker --> 2000 Sats (2e-05 BCH) --> Settlement Service))
That is a contract funding with a total of 1e-05 BCH in fees to Maker.
ContractRedemption(base_funding=...,
end_price_timestamp=1668829194 (2022-11-19T03:39:54+00:00),
naive_end_price_oracleUnits_per_bch=11000,
redemption_type=Maturation)
That is a redemption paying 4.90881092 BCH to Taker versus their original 3.99972001 BCH for a gain of 22.728113661135996%.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
anyhedge-4.1.3.tar.gz
(30.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
anyhedge-4.1.3-py3-none-any.whl
(32.6 kB
view details)
File details
Details for the file anyhedge-4.1.3.tar.gz.
File metadata
- Download URL: anyhedge-4.1.3.tar.gz
- Upload date:
- Size: 30.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e01a7f6fd8ecf8c7457e699cbcdbe91241cd99e635fc315a4796bdb923c822d
|
|
| MD5 |
4106b2750f63d622348889ffcd33875c
|
|
| BLAKE2b-256 |
063edca3d6ccd6041a5854f60a819923c1e9c584a33e490c5c9984a2a7d92592
|
File details
Details for the file anyhedge-4.1.3-py3-none-any.whl.
File metadata
- Download URL: anyhedge-4.1.3-py3-none-any.whl
- Upload date:
- Size: 32.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.1.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f44bfef398ebc8251b3d51ca417b204636969684f7b6bd25d92330baff594ba3
|
|
| MD5 |
0eb742f773b08100cfd668854a803d8c
|
|
| BLAKE2b-256 |
cf29d452a88379c998cd4458f71e315101a1bff2b465de40d4e0940b035b6296
|