Skip to content
View prasants's full-sized avatar

Block or report prasants

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
prasants/README.md

Prasant Sudhakaran

I work across finance and product in digital assets. The code here comes out of questions my day job raises and does not answer.

What is here

  • QuantLite: a fat-tail-native quantitative finance toolkit for Python. Extreme value theory in the core risk calculations, Hidden Markov regime detection, regime-aware portfolio construction, and backtest forensics. On PyPI, MIT licensed, actively maintained.
  • cartulary: a draft standard for portable receipt chains in agent-initiated payments. Append-only hashed receipts verifiable by recomputation, with a TypeScript SDK and adversarial test cases for tampered, truncated, and partially-disclosed bundles. Apache-2.0.
  • FolderSync: a small cross-platform directory sync tool, standard library only.
  • Older repositories are archived and left public. They are from 2016 and are best read that way.

Elsewhere: prasant.net · LinkedIn

Pinned Loading

  1. QuantLite QuantLite Public

    A fat-tail-native quantitative finance toolkit for Python.

    Python 3

  2. FolderSync FolderSync Public

    FolderSync is a cross-platform directory synchronisation tool that keeps two folders in sync—copying new or updated files, removing outdated ones, and offering an optional dry-run mode. It's ideal …

    Python 3

  3. cartulary cartulary Public

    A schema for payment receipts that prove themselves. Draft 0.1, extracted from cartulary.xyz

    TypeScript