An open API service indexing awesome lists of open source software.

https://github.com/mlalma/tentofi

Smart contracts for implementing complex OTC instruments and related infrastructure
https://github.com/mlalma/tentofi

blockchain clearing cryptocurrency dapp defi derivatives ethereum finance financial-engineering financial-instruments otc settlement smart-contracts

Last synced: 25 days ago
JSON representation

Smart contracts for implementing complex OTC instruments and related infrastructure

Awesome Lists containing this project

README

          

# Tentσ

This repository contains various EVM smart contract projects:

- **DTDEngine**: Decentralised Token Depository smart contract to help clearing and settling bespoke bilateral OTC instruments between counterparties
- **Index**: Smart contract for creating and tracking indices to measure the performance of underlying(s). The source for an index can be e.g. a single price index of an asset or multiple assets (basket). The index value can be spot price, best-of / worst-of / average in baskets or a path-dependent measure calculated from multiple source values (e.g. variance or TWAP).
- **OTCContractBase**: Base contract implementation for developing different kinds of OTC instruments. Uses **DTDEngine** for clearing & settlement and **Index** for tracking the performance.
- **OTCContracts**: Implementations of several different OTC instruments such as non-deliverable swaps and (exotic) options (Note: Work in progress)