Skip to content
@Alpha-Stochastic-Research

Alpha Stochastic Research

Independent quantitative research laboratory for stochastic modelling, financial mathematics, risk, portfolios and reproducible open science.

Alpha Stochastic Research Banner

Alpha Stochastic Research Logo

Alpha Stochastic Research

Independent Quantitative Finance Research Laboratory

Advancing quantitative finance through mathematics, statistics, stochastic modelling, scientific computing, and artificial intelligence.

Website Research Email GitHub

LinkedIn Zenodo Discord Medium Substack

Open Science Quantitative Finance Methods Status Reproducible


About

Alpha Stochastic Research (ASR) is an independent quantitative finance research laboratory dedicated to advancing rigorous, transparent, and reproducible research at the intersection of financial markets, mathematics, statistics, stochastic modelling, scientific computing, and artificial intelligence.

ASR develops research projects, technical articles, educational resources, numerical experiments, open-source software, and reproducible publications designed to bridge academic theory and real-world financial applications.

Our work focuses on transforming complex financial data into robust models, measurable insights, reusable scientific tools, and evidence-based financial decisions.


Mission

Our mission is to advance quantitative finance through open, rigorous, and reproducible scientific research.

We aim to build a research ecosystem where mathematical theory, statistical inference, computational modelling, and financial engineering converge to support a better understanding of markets, risk, investment, and decision-making.


Research Framework

ASR follows a simple research framework:

Research → Modelling → Analysis → Impact
Stage Purpose
Research Identify, study, and formalize important problems in quantitative finance.
Modelling Develop mathematical, statistical, stochastic, optimization, and AI-driven models.
Analysis Validate results through theory, simulation, empirical testing, and reproducibility.
Impact Publish research, open-source implementations, and educational resources for the community.

Research Areas

Quantitative Finance

  • Asset pricing
  • Derivatives pricing
  • Portfolio optimization
  • Quantitative risk management
  • Market microstructure
  • Trading models
  • Backtesting
  • Model validation

Mathematical & Statistical Methods

  • Stochastic processes
  • Probability theory
  • Financial mathematics
  • Financial econometrics
  • Time series analysis
  • Bayesian statistics
  • Optimization
  • Monte Carlo methods

Scientific Computing

  • Reproducible Python research
  • Numerical simulations
  • Data visualization
  • Computational notebooks
  • Open-source libraries
  • Research automation
  • LaTeX documentation
  • GitHub Actions workflows

Artificial Intelligence in Finance

  • Financial machine learning
  • Deep hedging and neural hedging policies
  • Forecasting models
  • Risk analytics
  • Pattern recognition
  • AI-assisted research
  • Model interpretability
  • Data-driven decision systems
  • Quantitative research pipelines

Scientific Principles

ASR is built around a set of core scientific principles.

Principle Description
Reproducibility Research results should be verifiable, executable, and transparent.
Mathematical Rigour Models should be grounded in sound mathematical and statistical reasoning.
Open Science Research should be accessible to students, researchers, and practitioners.
Transparency Assumptions, limitations, and methodologies should be clearly documented.
Scientific Integrity Results should be validated through theory, computation, and empirical analysis.
Education Advanced quantitative finance should be made more accessible through clear explanations.

Published Research and Software Releases

Output Type Status DOI / Release
Deep Hedging under Transaction Costs: An Auditable NumPy Implementation and Exploratory Study Preprint and research software Preprint published · asr-deep-hedging v0.2.0 released Paper DOI · GitHub release
Bachelier’s Theory of Speculation Revisited: A Reproducible Reconstruction of the Origins of Quantitative Finance Preprint Published on Zenodo 10.5281/zenodo.21385499
Alpha Stochastic Research: Open Research and Reproducibility Framework Research report Published on Zenodo 10.5281/zenodo.21379982
asr-open-sc v0.3.2 Open-source software Released and archived on Zenodo 10.5281/zenodo.21382430

Deep Hedging DOI asr-deep-hedging v0.2.0 asr-deep-hedging on PyPI

Bachelier DOI Framework DOI asr-open-sc DOI

Publication status: ASR currently publishes and archives research outputs through Zenodo. Software is released through GitHub and, where applicable, distributed through PyPI. SSRN dissemination is planned for selected working papers, but no SSRN identifier is listed until a public SSRN record exists.


Latest Project Release — ASR Deep Hedging v0.2.0

asr-deep-hedging is an auditable NumPy research framework for discrete-time neural option hedging under transaction costs.

The project combines:

  • exact finite-sample empirical CVaR estimation and tail weighting;
  • Geometric Brownian Motion and full-truncation Heston simulation;
  • proportional and quadratic transaction-cost models;
  • state-only and inventory-aware neural hedging policies;
  • manually implemented NumPy forward and backward passes;
  • pathwise hedging-loss gradients;
  • Black–Scholes and cost-aware benchmark strategies;
  • evaluation metrics, paired-bootstrap comparisons, tests, and reproducible experiment configurations.

Version 0.2.0 aligns the public Python API with the documented examples. Core training, optimization, benchmark, evaluation, risk, simulation, feature, and inventory-policy utilities can now be imported directly from deep_hedging, while the original module-level imports remain available for backward compatibility.

python -m pip install --upgrade asr-deep-hedging
from deep_hedging import (
    Adam,
    TanhMLP,
    black_scholes_delta,
    evaluate_positions,
    simulate_gbm,
    train_step,
)
Resource Link
Research paper Deep Hedging under Transaction Costs
Source code Alpha-Stochastic-Research/asr-deep-hedging
Latest release ASR Deep Hedging v0.2.0
Python package asr-deep-hedging on PyPI

Scope: The software is intended for methodological research, numerical validation, reproducibility, and education. It is not a live-trading system or investment recommendation.


Open-Source Ecosystem

ASR projects are organized around research, implementation, documentation, publication, and education.

Alpha Stochastic Research
│
├── Research Reproductions
├── Quantitative Finance Libraries
├── Scientific Computing Projects
├── Educational Notebooks
├── Technical Reports
├── Literature Reviews
├── Open-Source Implementations
└── Research Publications

The shared open-science ecosystem is coordinated through:


Featured Projects

Project Area Description Status DOI / Repository
ASR Deep Hedging Derivatives · Risk Management · Machine Learning Auditable NumPy framework for neural option hedging under discrete rebalancing and transaction costs, with empirical CVaR optimization, GBM and Heston simulation, manual gradients, benchmark strategies, and reproducible evaluation. Preprint published · v0.2.0 released Paper DOI · Repository · PyPI
Theory of Speculation Financial Mathematics Reproducible reconstruction of Louis Bachelier’s 1900 foundational work, including arithmetic Brownian motion, option pricing, Monte Carlo validation, and an accompanying Python package. Preprint published · package active 10.5281/zenodo.21385499
ASR Open Research Framework Open Science Institutional framework for transparent, reproducible, and openly archived quantitative research. Published 10.5281/zenodo.21379982
asr-open-sc Scientific Computing Shared registry and infrastructure for the modular ASR Python ecosystem. v0.3.2 released 10.5281/zenodo.21382430
Portfolio Optimization Asset Management Research implementations for portfolio construction, allocation, and risk budgeting. Planned DOI pending publication
Risk Management Quantitative Risk Models for VaR, Expected Shortfall, stress testing, and risk attribution. Active research DOI pending publication
Financial Machine Learning AI in Finance Machine-learning methods for financial modelling, forecasting, and signal analysis. Planned Not yet published
Derivatives Pricing Financial Engineering Numerical methods for option pricing, stochastic models, and calibration. Planned Not yet published

Technology Stack

Python NumPy SciPy pandas

scikit-learn Matplotlib Jupyter LaTeX

Git GitHub VS Code GitHub Actions


Publications and Research Channels

ASR publishes research, software, and educational content through several channels.

Platform Current status and purpose
Zenodo Active public archive for ASR preprints, technical reports, software releases, and persistent DOI records. Visit the ASR community.
GitHub Open-source implementations, reproducible research, project documentation, issue tracking, and software development.
SSRN Planned dissemination channel for selected working papers and preprints.
Medium Technical articles, tutorials, and educational explanations.
Substack Research notes, updates, essays, and community publications.
LinkedIn Institutional updates, project announcements, and professional communication.
Discord Research community collaboration and discussion. Join the ASR community.
Website Official ASR hub for research, projects, publications, and contact.

Current Research Direction

ASR is currently focused on building a coherent open-source research foundation in quantitative finance.

Research Reproductions
  • Louis Bachelier, Théorie de la Spéculation (1900) — preprint published; package active
  • Markowitz, Portfolio Selection (1952) — planned
  • Black and Scholes, The Pricing of Options and Corporate Liabilities (1973) — planned
  • Merton, Theory of Rational Option Pricing (1973) — planned
  • Vasicek, An Equilibrium Characterization of the Term Structure (1977) — planned
Quantitative Libraries
  • asr-open-scv0.3.2 released
  • asr-deep-hedgingv0.2.0 released; preprint published
  • Portfolio optimization
  • Risk management
  • Stochastic processes
  • Derivatives pricing
  • Time-series modelling
  • Financial machine learning
  • Scientific computing tools
Educational Resources
  • Mathematical finance notes
  • Python notebooks
  • Literature reviews
  • Research explainers
  • Numerical experiments
  • Technical articles

Repository Standards

ASR repositories are designed to follow consistent open-source research standards.

Each project should include, when applicable:

.
├── .github/
│   ├── ISSUE_TEMPLATE/
│   └── workflows/
├── docs/
├── examples/
├── figures/
├── notebooks/
├── paper/
├── src/
├── tests/
├── CITATION.cff
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── REPRODUCIBILITY.md
├── pyproject.toml
└── requirements.txt

Contribution Philosophy

ASR welcomes thoughtful contributions that improve the scientific, educational, or technical quality of its projects.

Contributions may include:

  • Mathematical corrections
  • Code improvements
  • Documentation enhancements
  • Numerical experiments
  • Literature references
  • Reproducibility improvements
  • Research proposals
  • Educational notebooks

Please read the contribution guidelines before opening a pull request.


Connect with ASR

Website https://asr-lab.online
Research Email research@asr-lab.online
GitHub Alpha-Stochastic-Research
LinkedIn Alpha Stochastic Research
Zenodo ASR Zenodo Community
Discord Join the ASR Community
SSRN Working-paper channel planned; public profile link pending.
Medium @alpha.stochastic.research
Substack alpha-stochastic-research.substack.com

Vision

Our vision is to build a trusted independent research laboratory where mathematics, statistics, computer science, and financial engineering converge to transform data into insight and insight into better financial decisions.

ASR aims to contribute to a more transparent, reproducible, and intellectually rigorous quantitative finance ecosystem.


Alpha Stochastic Research
Independent Quantitative Finance Research Laboratory

Research. Modelling. Analysis. Impact.

© 2026 Alpha Stochastic Research

Pinned Loading

  1. asr-open-sc asr-open-sc Public

    Open scientific computing ecosystem and reusable quantitative research components.

    Python 1 1

Repositories

Showing 7 of 7 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…