Knowledge base / release channel

The reviewed release.
Evidence before labels.

A governed library of production-minded FinTech topics. Visible articles have cleared the current release manifest; draft and review-blocked packages remain outside this index until repaired.

14 domains48 families315 released topics

315 released articles in this view

01

Financial Mathematics, Statistics, and Data Foundations / Mathematical Language and Quantitative Reasoning

Variables, Constants, Expressions, and Equations

Learn to read a financial formula as a small sentence about money.
7 min Python + TypeScriptFoundation
02

Financial Mathematics, Statistics, and Data Foundations / Mathematical Language and Quantitative Reasoning

Functions, Domains, Ranges, and Graphs

See a function as a rule that turns an allowed input into one output.
7 min Python + TypeScriptFoundation
03

Financial Mathematics, Statistics, and Data Foundations / Mathematical Language and Quantitative Reasoning

Percentage Change, Percentage Points, and Basis Points

Use three different languages for change without mixing them up.
8 min Python + TypeScriptFoundation
04

Financial Mathematics, Statistics, and Data Foundations / Mathematical Language and Quantitative Reasoning

Exponents, Roots, and Logarithms

Understand growth, undoing a power, and asking “which power?” in plain language.
7 min Python + TypeScriptFoundation
05

Financial Mathematics, Statistics, and Data Foundations / Mathematical Language and Quantitative Reasoning

Linear Equations and Systems

Find unknown amounts when several simple balances must be true at once.
7 min Python + TypeScriptFoundation
06

Financial Mathematics, Statistics, and Data Foundations / Mathematical Language and Quantitative Reasoning

Inequalities, Bounds, and Constraints

Describe what is allowed when the answer is a safe range, not one exact number.
7 min Python + TypeScriptFoundation
07

Financial Mathematics, Statistics, and Data Foundations / Mathematical Language and Quantitative Reasoning

Units, Dimensions, Scale, and Normalization

Keep the meaning attached to every number, even when the scale changes.
7 min Python + TypeScriptFoundation
08

Financial Mathematics, Statistics, and Data Foundations / Mathematical Language and Quantitative Reasoning

Rounding, Precision, Tolerance, and Significant Digits

Show only as many digits as the information can honestly support.
7 min Python + TypeScriptFoundation
09

Financial Mathematics, Statistics, and Data Foundations / Financial Arithmetic, Time Value, and Returns

Simple Interest

See how a fixed rate adds interest to the original amount without adding yesterday's interest to today's base.
7 min Python + TypeScriptFoundation
10

Financial Mathematics, Statistics, and Data Foundations / Financial Arithmetic, Time Value, and Returns

Compound Interest

See how each period can earn interest on the amount already built up, not only on the starting amount.
7 min Python + TypeScriptFoundation
11

Financial Mathematics, Statistics, and Data Foundations / Financial Arithmetic, Time Value, and Returns

Present Value and Future Value

Translate money at one date into an equivalent amount at another date using a stated growth rate.
7 min Python + TypeScriptFoundation
12

Financial Mathematics, Statistics, and Data Foundations / Financial Arithmetic, Time Value, and Returns

Discount Factors and Discount Rates

Use one small factor to show how much of a future amount is worth at an earlier date.
7 min Python + TypeScriptFoundation
13

Financial Mathematics, Statistics, and Data Foundations / Financial Arithmetic, Time Value, and Returns

Cash-Flow Timelines and Net Present Value

Place each cash flow on a timeline, translate each one to the same date, and add the signed values.
8 min Python + TypeScriptFoundation
14

Financial Mathematics, Statistics, and Data Foundations / Financial Arithmetic, Time Value, and Returns

Simple Return

Measure the change from a starting investment to an ending value, including cash received along the way.
7 min Python + TypeScriptFoundation
15

Financial Mathematics, Statistics, and Data Foundations / Financial Arithmetic, Time Value, and Returns

Log Return

Use the natural logarithm of the ending value divided by the starting value to describe multiplicative change on an additive scale.
7 min Python + TypeScriptFoundation
16

Financial Mathematics, Statistics, and Data Foundations / Financial Arithmetic, Time Value, and Returns

Holding-Period and Cumulative Return

Combine several period returns by multiplying their growth factors, then compare the result with the start of the whole path.
7 min Python + TypeScriptFoundation
17

Financial Mathematics, Statistics, and Data Foundations / Financial Arithmetic, Time Value, and Returns

Arithmetic versus Geometric Average Return

Use a simple average to describe a typical one-period rate, and a geometric average to summarize a compounded path.
7 min Python + TypeScriptFoundation
18

Financial Mathematics, Statistics, and Data Foundations / Financial Arithmetic, Time Value, and Returns

Return Annualization and Deannualization

Translate a return over one length of time into an equivalent yearly rate, or reverse that translation, using compounding.
8 min Python + TypeScriptFoundation
19

Financial Mathematics, Statistics, and Data Foundations / Data, Variables, Samples, and Measurement

Observations, Entities, Variables, and Datasets

An entity is the thing we study, an observation is one recorded case, a variable is a named property, and a dataset is an organized collection of observations.
5 min Python + TypeScriptFoundation
20

Financial Mathematics, Statistics, and Data Foundations / Data, Variables, Samples, and Measurement

Numeric, Categorical, Ordinal, and Binary Variables

Numeric values support arithmetic, categorical values name groups, ordinal values have an order but not a trustworthy distance, and binary values represent two states.
5 min Python + TypeScriptFoundation
21

Financial Mathematics, Statistics, and Data Foundations / Data, Variables, Samples, and Measurement

Population, Sample, Census, and Sampling Frame

The population is the full group of interest, a sample is the observed subset, a census attempts to measure every population member, and a sampling frame is the operational list from which selection occurs.
5 min Python + TypeScriptFoundation
22

Financial Mathematics, Statistics, and Data Foundations / Data, Variables, Samples, and Measurement

Identifiers, Keys, Joins, and Data Grain

An identifier names an entity, a key uniquely identifies a record at the declared grain, and a join combines records according to matching keys.
5 min Python + TypeScriptFoundation
23

Financial Mathematics, Statistics, and Data Foundations / Data, Variables, Samples, and Measurement

Timestamps, Time Zones, Calendars, and Observation Time

A timestamp needs an instant or timezone context, while a calendar defines valid business dates; observation time should remain distinct from ingestion and publication time.
5 min Python + TypeScriptFoundation
24

Financial Mathematics, Statistics, and Data Foundations / Data, Variables, Samples, and Measurement

Missing, Nonfinite, Censored, and Truncated Values

Missing means no usable value is present, nonfinite includes infinities and NaN-like numerical states, censoring preserves a bound without the exact value, and truncation removes cases outside a selection boundary.
5 min Python + TypeScriptFoundation
25

Financial Mathematics, Statistics, and Data Foundations / Data, Variables, Samples, and Measurement

Revisions, Vintages, and Point-in-Time Availability

A revision changes a previously reported value, a vintage is the dataset as known at a particular time, and point-in-time retrieval selects only records available by the as-of cutoff.
5 min Python + TypeScriptFoundation
26

Financial Mathematics, Statistics, and Data Foundations / Data, Variables, Samples, and Measurement

Data Provenance, Lineage, Ownership, and Licensing

Provenance records origin, lineage records transformations, ownership assigns stewardship, and licensing states permitted use.
5 min Python + TypeScriptFoundation
27

Financial Mathematics, Statistics, and Data Foundations / Location, Ranking, and Exploratory Summaries

Count, Sum, Minimum, Maximum, and Range

A production-minded guide to Count, Sum, Minimum, Maximum, and Range.
6 min Python + TypeScriptFoundation
28

Financial Mathematics, Statistics, and Data Foundations / Location, Ranking, and Exploratory Summaries

Arithmetic Mean

A production-minded guide to Arithmetic Mean.
6 min Python + TypeScriptFoundation
29

Financial Mathematics, Statistics, and Data Foundations / Location, Ranking, and Exploratory Summaries

Weighted Mean

A production-minded guide to Weighted Mean.
6 min Python + TypeScriptFoundation
30

Financial Mathematics, Statistics, and Data Foundations / Location, Ranking, and Exploratory Summaries

Median and Mode

A production-minded guide to Median and Mode.
6 min Python + TypeScriptFoundation
31

Financial Mathematics, Statistics, and Data Foundations / Location, Ranking, and Exploratory Summaries

Trimmed and Winsorized Means

A production-minded guide to Trimmed and Winsorized Means.
6 min Python + TypeScriptFoundation
32

Financial Mathematics, Statistics, and Data Foundations / Location, Ranking, and Exploratory Summaries

Percentiles, Quantiles, and Quartiles

A production-minded guide to Percentiles, Quantiles, and Quartiles.
6 min Python + TypeScriptFoundation
33

Financial Mathematics, Statistics, and Data Foundations / Location, Ranking, and Exploratory Summaries

Ranks, Ties, and Percentile Rank

A production-minded guide to Ranks, Ties, and Percentile Rank.
6 min Python + TypeScriptFoundation
34

Financial Mathematics, Statistics, and Data Foundations / Location, Ranking, and Exploratory Summaries

Frequency Tables and Relative Frequency

A production-minded guide to Frequency Tables and Relative Frequency.
6 min Python + TypeScriptFoundation
35

Financial Mathematics, Statistics, and Data Foundations / Location, Ranking, and Exploratory Summaries

Histograms and Empirical Distribution Functions

A production-minded guide to Histograms and Empirical Distribution Functions.
6 min Python + TypeScriptFoundation
36

Financial Mathematics, Statistics, and Data Foundations / Location, Ranking, and Exploratory Summaries

Five-Number Summary and Box Plot

A production-minded guide to Five-Number Summary and Box Plot.
6 min Python + TypeScriptFoundation
37

Financial Mathematics, Statistics, and Data Foundations / Dispersion, Shape, and Robust Statistics

Deviation, Absolute Deviation, and Squared Deviation

A production-minded guide to Deviation, Absolute Deviation, and Squared Deviation.
6 min Python + TypeScriptFoundation
38

Financial Mathematics, Statistics, and Data Foundations / Dispersion, Shape, and Robust Statistics

Range and Interquartile Range

A production-minded guide to Range and Interquartile Range.
6 min Python + TypeScriptFoundation
39

Financial Mathematics, Statistics, and Data Foundations / Dispersion, Shape, and Robust Statistics

Mean Absolute Deviation

A production-minded guide to Mean Absolute Deviation.
6 min Python + TypeScriptFoundation
40

Financial Mathematics, Statistics, and Data Foundations / Dispersion, Shape, and Robust Statistics

Median Absolute Deviation

A production-minded guide to Median Absolute Deviation.
6 min Python + TypeScriptFoundation
41

Financial Mathematics, Statistics, and Data Foundations / Dispersion, Shape, and Robust Statistics

Population and Sample Variance

A production-minded guide to Population and Sample Variance.
6 min Python + TypeScriptFoundation
42

Financial Mathematics, Statistics, and Data Foundations / Dispersion, Shape, and Robust Statistics

Population and Sample Standard Deviation

A production-minded guide to Population and Sample Standard Deviation.
6 min Python + TypeScriptFoundation
43

Financial Mathematics, Statistics, and Data Foundations / Dispersion, Shape, and Robust Statistics

Coefficient of Variation and Scale Comparability

A production-minded guide to Coefficient of Variation and Scale Comparability.
6 min Python + TypeScriptFoundation
44

Financial Mathematics, Statistics, and Data Foundations / Dispersion, Shape, and Robust Statistics

Z-Score, Robust Z-Score, and Standardization

A production-minded guide to Z-Score, Robust Z-Score, and Standardization.
6 min Python + TypeScriptFoundation
45

Financial Mathematics, Statistics, and Data Foundations / Dispersion, Shape, and Robust Statistics

Skewness and Tail Asymmetry

A production-minded guide to Skewness and Tail Asymmetry.
6 min Python + TypeScriptFoundation
46

Financial Mathematics, Statistics, and Data Foundations / Dispersion, Shape, and Robust Statistics

Kurtosis, Excess Kurtosis, and Tail Weight

A production-minded guide to Kurtosis, Excess Kurtosis, and Tail Weight.
6 min Python + TypeScriptFoundation
47

Financial Mathematics, Statistics, and Data Foundations / Probability and Random Variables

Experiments, Outcomes, Sample Spaces, and Events

A production-minded guide to Experiments, Outcomes, Sample Spaces, and Events.
6 min Python + TypeScriptFoundation
48

Financial Mathematics, Statistics, and Data Foundations / Probability and Random Variables

Probability Rules, Complements, Unions, and Intersections

A production-minded guide to Probability Rules, Complements, Unions, and Intersections.
6 min Python + TypeScriptFoundation
49

Financial Mathematics, Statistics, and Data Foundations / Probability and Random Variables

Conditional Probability

A production-minded guide to Conditional Probability.
6 min Python + TypeScriptFoundation
50

Financial Mathematics, Statistics, and Data Foundations / Probability and Random Variables

Independence and Dependence

A production-minded guide to Independence and Dependence.
6 min Python + TypeScriptFoundation
51

Financial Mathematics, Statistics, and Data Foundations / Probability and Random Variables

Expected Value

A production-minded guide to Expected Value.
6 min Python + TypeScriptFoundation
52

Financial Mathematics, Statistics, and Data Foundations / Probability and Random Variables

Variance, Moments, and Moment-Generating Intuition

A production-minded guide to Variance, Moments, and Moment-Generating Intuition.
6 min Python + TypeScriptFoundation
53

Financial Mathematics, Statistics, and Data Foundations / Probability and Random Variables

Joint, Marginal, and Conditional Distributions

A production-minded guide to Joint, Marginal, and Conditional Distributions.
6 min Python + TypeScriptFoundation
54

Financial Mathematics, Statistics, and Data Foundations / Probability and Random Variables

Covariance and Correlation of Random Variables

A production-minded guide to Covariance and Correlation of Random Variables.
6 min Python + TypeScriptFoundation
55

Financial Mathematics, Statistics, and Data Foundations / Probability Distributions and Simulation Basics

PMF, PDF, CDF, Survival, and Quantile Functions

A production-minded guide to PMF, PDF, CDF, Survival, and Quantile Functions.
6 min Python + TypeScriptFoundation
56

Financial Mathematics, Statistics, and Data Foundations / Probability Distributions and Simulation Basics

Bernoulli and Binomial Distributions

A production-minded guide to Bernoulli and Binomial Distributions.
6 min Python + TypeScriptFoundation
57

Financial Mathematics, Statistics, and Data Foundations / Probability Distributions and Simulation Basics

Poisson Distribution and Event Counts

A production-minded guide to Poisson Distribution and Event Counts.
6 min Python + TypeScriptFoundation
58

Financial Mathematics, Statistics, and Data Foundations / Probability Distributions and Simulation Basics

Lognormal Distribution and Positive Quantities

A production-minded guide to Lognormal Distribution and Positive Quantities.
6 min Python + TypeScriptFoundation
59

Financial Mathematics, Statistics, and Data Foundations / Probability Distributions and Simulation Basics

Student-t Distribution and Heavy Tails

A production-minded guide to Student-t Distribution and Heavy Tails.
6 min Python + TypeScriptFoundation
60

Financial Mathematics, Statistics, and Data Foundations / Probability Distributions and Simulation Basics

Exponential, Gamma, and Weibull Waiting-Time Models

A production-minded guide to Exponential, Gamma, and Weibull Waiting-Time Models.
6 min Python + TypeScriptFoundation
61

Financial Mathematics, Statistics, and Data Foundations / Probability Distributions and Simulation Basics

Mixture Distributions, Multimodality, and Fat Tails

A production-minded guide to Mixture Distributions, Multimodality, and Fat Tails.
6 min Python + TypeScriptFoundation
62

Financial Mathematics, Statistics, and Data Foundations / Probability Distributions and Simulation Basics

Random Sampling and Monte Carlo Intuition

A production-minded guide to Random Sampling and Monte Carlo Intuition.
6 min Python + TypeScriptFoundation
63

Financial Mathematics, Statistics, and Data Foundations / Sampling, Estimation, and Statistical Inference

Parameters, Statistics, Estimands, and Estimators

A production-minded guide to Parameters, Statistics, Estimands, and Estimators.
6 min Python + TypeScriptFoundation
64

Financial Mathematics, Statistics, and Data Foundations / Sampling, Estimation, and Statistical Inference

Sampling Distributions

A production-minded guide to Sampling Distributions.
6 min Python + TypeScriptFoundation
65

Financial Mathematics, Statistics, and Data Foundations / Sampling, Estimation, and Statistical Inference

Estimator Bias, Consistency, Efficiency, and Robustness

A production-minded guide to Estimator Bias, Consistency, Efficiency, and Robustness.
6 min Python + TypeScriptFoundation
66

Financial Mathematics, Statistics, and Data Foundations / Sampling, Estimation, and Statistical Inference

Law of Large Numbers

A production-minded guide to Law of Large Numbers.
6 min Python + TypeScriptFoundation
67

Financial Mathematics, Statistics, and Data Foundations / Sampling, Estimation, and Statistical Inference

Central Limit Theorem

A production-minded guide to Central Limit Theorem.
6 min Python + TypeScriptFoundation
68

Financial Mathematics, Statistics, and Data Foundations / Sampling, Estimation, and Statistical Inference

Standard Error

A production-minded guide to Standard Error.
6 min Python + TypeScriptFoundation
69

Financial Mathematics, Statistics, and Data Foundations / Sampling, Estimation, and Statistical Inference

Confidence Intervals and Coverage

A production-minded guide to Confidence Intervals and Coverage.
6 min Python + TypeScriptFoundation
70

Financial Mathematics, Statistics, and Data Foundations / Sampling, Estimation, and Statistical Inference

Null and Alternative Hypotheses

A production-minded guide to Null and Alternative Hypotheses.
6 min Python + TypeScriptFoundation
71

Financial Mathematics, Statistics, and Data Foundations / Sampling, Estimation, and Statistical Inference

P-Values, Significance, Type I/II Errors, and Power

A production-minded guide to P-Values, Significance, Type I/II Errors, and Power.
6 min Python + TypeScriptFoundation
72

Financial Mathematics, Statistics, and Data Foundations / Sampling, Estimation, and Statistical Inference

Effect Size, Practical Significance, and Multiple Comparisons

A production-minded guide to Effect Size, Practical Significance, and Multiple Comparisons.
6 min Python + TypeScriptFoundation
73

Financial Mathematics, Statistics, and Data Foundations / Dependence, Regression, and Model Foundations

Scatter Plots, Association, and Nonlinear Patterns

A production-minded guide to Scatter Plots, Association, and Nonlinear Patterns.
6 min Python + TypeScriptFoundation
74

Financial Mathematics, Statistics, and Data Foundations / Dependence, Regression, and Model Foundations

Sample Covariance Calculation and Interpretation

A production-minded guide to Sample Covariance Calculation and Interpretation.
6 min Python + TypeScriptFoundation
75

Financial Mathematics, Statistics, and Data Foundations / Dependence, Regression, and Model Foundations

Pearson Correlation Calculation and Interpretation

A production-minded guide to Pearson Correlation Calculation and Interpretation.
6 min Python + TypeScriptFoundation
76

Financial Mathematics, Statistics, and Data Foundations / Dependence, Regression, and Model Foundations

Spearman Rank Correlation and Kendall Tau

A production-minded guide to Spearman Rank Correlation and Kendall Tau.
6 min Python + TypeScriptFoundation
77

Financial Mathematics, Statistics, and Data Foundations / Dependence, Regression, and Model Foundations

Simple Ordinary Least Squares Regression

A production-minded guide to Simple Ordinary Least Squares Regression.
6 min Python + TypeScriptFoundation
78

Financial Mathematics, Statistics, and Data Foundations / Dependence, Regression, and Model Foundations

Intercepts, Slopes, Coefficients, and Predictions

A production-minded guide to Intercepts, Slopes, Coefficients, and Predictions.
6 min Python + TypeScriptFoundation
79

Financial Mathematics, Statistics, and Data Foundations / Dependence, Regression, and Model Foundations

Residuals, MAE, MSE, and RMSE

A production-minded guide to Residuals, MAE, MSE, and RMSE.
6 min Python + TypeScriptFoundation
80

Financial Mathematics, Statistics, and Data Foundations / Dependence, Regression, and Model Foundations

R-Squared and Adjusted R-Squared

A production-minded guide to R-Squared and Adjusted R-Squared.
6 min Python + TypeScriptFoundation
81

Financial Mathematics, Statistics, and Data Foundations / Dependence, Regression, and Model Foundations

Regression Assumptions, Heteroskedasticity, and Multicollinearity

A production-minded guide to Regression Assumptions, Heteroskedasticity, and Multicollinearity.
6 min Python + TypeScriptFoundation
82

Financial Mathematics, Statistics, and Data Foundations / Financial Time-Series Foundations

Levels, Changes, Differences, and Returns

A production-minded guide to Levels, Changes, Differences, and Returns.
6 min Python + TypeScriptFoundation
83

Financial Mathematics, Statistics, and Data Foundations / Financial Time-Series Foundations

Lags, Leads, and Temporal Dependence

A production-minded guide to Lags, Leads, and Temporal Dependence.
6 min Python + TypeScriptFoundation
84

Financial Mathematics, Statistics, and Data Foundations / Financial Time-Series Foundations

Rolling and Expanding Windows

A production-minded guide to Rolling and Expanding Windows.
6 min Python + TypeScriptFoundation
85

Financial Mathematics, Statistics, and Data Foundations / Financial Time-Series Foundations

Resampling, Aggregation, and Time Alignment

A production-minded guide to Resampling, Aggregation, and Time Alignment.
6 min Python + TypeScriptFoundation
86

Financial Mathematics, Statistics, and Data Foundations / Financial Time-Series Foundations

Autocovariance and Autocorrelation

A production-minded guide to Autocovariance and Autocorrelation.
6 min Python + TypeScriptFoundation
87

Financial Mathematics, Statistics, and Data Foundations / Financial Time-Series Foundations

Stationarity and Differencing Intuition

A production-minded guide to Stationarity and Differencing Intuition.
6 min Python + TypeScriptFoundation
88

Financial Mathematics, Statistics, and Data Foundations / Financial Time-Series Foundations

Smoothing, Baselines, and Naive Forecasts

A production-minded guide to Smoothing, Baselines, and Naive Forecasts.
6 min Python + TypeScriptFoundation
89

Financial Mathematics, Statistics, and Data Foundations / Financial Risk and Performance Statistics

Downside Deviation and Target Shortfall

A production-minded guide to Downside Deviation and Target Shortfall.
6 min Python + TypeScriptFoundation
90

Financial Mathematics, Statistics, and Data Foundations / Financial Risk and Performance Statistics

Drawdown and Maximum Drawdown

A production-minded guide to Drawdown and Maximum Drawdown.
6 min Python + TypeScriptFoundation
91

Financial Mathematics, Statistics, and Data Foundations / Financial Risk and Performance Statistics

Loss Distributions and Loss Quantiles

A production-minded guide to Loss Distributions and Loss Quantiles.
6 min Python + TypeScriptFoundation
92

Financial Mathematics, Statistics, and Data Foundations / Financial Risk and Performance Statistics

Value at Risk Intuition

A production-minded guide to Value at Risk Intuition.
6 min Python + TypeScriptFoundation
93

Financial Mathematics, Statistics, and Data Foundations / Financial Risk and Performance Statistics

Expected Shortfall Intuition

A production-minded guide to Expected Shortfall Intuition.
6 min Python + TypeScriptFoundation
94

Financial Mathematics, Statistics, and Data Foundations / Financial Risk and Performance Statistics

Beta and Market-Relative Risk

A production-minded guide to Beta and Market-Relative Risk.
6 min Python + TypeScriptFoundation
95

Financial Mathematics, Statistics, and Data Foundations / Financial Risk and Performance Statistics

Sharpe, Sortino, and Information Ratio Intuition

A production-minded guide to Sharpe, Sortino, and Information Ratio Intuition.
6 min Python + TypeScriptFoundation
96

Financial Mathematics, Statistics, and Data Foundations / Financial Risk and Performance Statistics

Active Return and Tracking Error

A production-minded guide to Active Return and Tracking Error.
6 min Python + TypeScriptFoundation
97

Financial Mathematics, Statistics, and Data Foundations / Financial Risk and Performance Statistics

Covariance Matrices, Portfolio Variance, and Diversification

A production-minded guide to Covariance Matrices, Portfolio Variance, and Diversification.
6 min Python + TypeScriptFoundation
98

Financial Mathematics, Statistics, and Data Foundations / Statistical Computing and Reproducibility

Stable Summation and Mean Calculation

A production-minded guide to Stable Summation and Mean Calculation.
6 min Python + TypeScriptFoundation
99

Financial Mathematics, Statistics, and Data Foundations / Statistical Computing and Reproducibility

Batch, Rolling, and Streaming Statistic Equivalence

A production-minded guide to Batch, Rolling, and Streaming Statistic Equivalence.
6 min Python + TypeScriptFoundation
100

Financial Mathematics, Statistics, and Data Foundations / Statistical Computing and Reproducibility

Missing, Infinite, Invalid, and Unsupported-State Policies

A production-minded guide to Missing, Infinite, Invalid, and Unsupported-State Policies.
6 min Python + TypeScriptFoundation
101

Financial Mathematics, Statistics, and Data Foundations / Statistical Computing and Reproducibility

Pseudorandom Numbers, Seeds, and Reproducibility

A production-minded guide to Pseudorandom Numbers, Seeds, and Reproducibility.
6 min Python + TypeScriptFoundation
102

Financial Mathematics, Statistics, and Data Foundations / Statistical Computing and Reproducibility

Vectorization, Index Alignment, and Shape Safety

A production-minded guide to Vectorization, Index Alignment, and Shape Safety.
6 min Python + TypeScriptFoundation
103

Financial Mathematics, Statistics, and Data Foundations / Statistical Computing and Reproducibility

Leakage-Free Fitting, Scaling, and Preprocessing

A production-minded guide to Leakage-Free Fitting, Scaling, and Preprocessing.
6 min Python + TypeScriptFoundation
104

Financial Mathematics, Statistics, and Data Foundations / Statistical Computing and Reproducibility

Fixtures, Numerical Tolerances, and Property Tests

A production-minded guide to Fixtures, Numerical Tolerances, and Property Tests.
6 min Python + TypeScriptFoundation
105

Financial Mathematics, Statistics, and Data Foundations / Statistical Computing and Reproducibility

Reproducible Analysis, Metadata, and Audit Trails

A production-minded guide to Reproducible Analysis, Metadata, and Audit Trails.
6 min Python + TypeScriptFoundation
106

Market Data Engineering / Data Quality

Provider Adjustment-Basis Drift Detector

A production-minded guide to Provider Adjustment-Basis Drift Detector.
4 min Python + TypeScriptAdvanced
107

Market Data Engineering / Order-Book Feed Engineering

Trade-and-Quote Event Normalization

A production-minded guide to Trade-and-Quote Event Normalization.
6 min Python + TypeScriptAdvanced
108

Market Data Engineering / Order-Book Feed Engineering

Level-2 Snapshot-and-Delta Reconstruction

A production-minded guide to Level-2 Snapshot-and-Delta Reconstruction.
6 min Python + TypeScriptAdvanced
109

Market Data Engineering / Order-Book Feed Engineering

Sequence-Gap Detection and Recovery

A production-minded guide to Sequence-Gap Detection and Recovery.
6 min Python + TypeScriptAdvanced
110

Market Data Engineering / Order-Book Feed Engineering

Price-Level Quantity Aggregation

A production-minded guide to Price-Level Quantity Aggregation.
6 min Python + TypeScriptAdvanced
111

Market Data Engineering / Order-Book Feed Engineering

Snapshot/Incremental-Feed Reconciliation

A production-minded guide to Snapshot/Incremental-Feed Reconciliation.
5 min Python + TypeScriptAdvanced
112

Market Data Engineering / Order-Book Feed Engineering

Multi-Venue Best-Quote and Book Consolidation

A production-minded guide to Multi-Venue Best-Quote and Book Consolidation.
6 min Python + TypeScriptAdvanced
113

Corporate Actions and Security Master Data / Point-in-Time Universe

Corporate-Action Status and Effective-Date Reconciliation

A production-minded guide to Corporate-Action Status and Effective-Date Reconciliation.
4 min Python + TypeScriptAdvanced
114

Market Breadth and Internals / Thrust and Pressure

Zweig Breadth Thrust

A production-minded guide to Zweig Breadth Thrust.
5 min Python + TypeScriptAdvanced
115

Market Breadth and Internals / Thrust and Pressure

Arms Index (TRIN)

A production-minded guide to Arms Index (TRIN).
5 min Python + TypeScriptAdvanced
116

Market Breadth and Internals / Thrust and Pressure

Advance/Decline Volume Line

A production-minded guide to Advance/Decline Volume Line.
5 min Python + TypeScriptIntermediate
117

Market Breadth and Internals / Thrust and Pressure

Upside/Downside Volume Ratio

A production-minded guide to Upside/Downside Volume Ratio.
5 min Python + TypeScriptIntermediate
118

Market Breadth and Internals / Thrust and Pressure

Cumulative TICK

A production-minded guide to Cumulative TICK.
5 min Python + TypeScriptAdvanced
119

Market Breadth and Internals / Thrust and Pressure

Breadth-Divergence Detector

A production-minded guide to Breadth-Divergence Detector.
5 min Python + TypeScriptAdvanced
120

Market Breadth and Internals / Concentration and Diffusion

Top-N Index Contribution

A production-minded guide to Top-N Index Contribution.
7 min Python + TypeScriptAdvanced
121

Market Breadth and Internals / Concentration and Diffusion

Herfindahl Constituent Concentration

A production-minded guide to Herfindahl Constituent Concentration.
6 min Python + TypeScriptIntermediate
122

Market Breadth and Internals / Concentration and Diffusion

Effective Number of Constituents

A production-minded guide to Effective Number of Constituents.
6 min Python + TypeScriptIntermediate
123

Market Breadth and Internals / Concentration and Diffusion

Sector Diffusion Index

A production-minded guide to Sector Diffusion Index.
6 min Python + TypeScriptAdvanced
124

Market Breadth and Internals / Concentration and Diffusion

Factor Diffusion Index

A production-minded guide to Factor Diffusion Index.
6 min Python + TypeScriptAdvanced
125

Price Action and Candlesticks / Candle Foundations

Shadow-to-Body Ratio

A production-minded guide to Shadow-to-Body Ratio.
8 min Python + TypeScriptIntermediate
126

Price Action and Candlesticks / Candle Foundations

Gap Classification

A production-minded guide to Gap Classification.
8 min Python + TypeScriptIntermediate
127

Price Action and Candlesticks / Candle Foundations

Trend-Context Filter

A production-minded guide to Trend-Context Filter.
8 min Python + TypeScriptAdvanced
128

Price Action and Candlesticks / Single-Candle Patterns

Doji

A production-minded guide to Doji.
8 min Python + TypeScriptIntermediate
129

Price Action and Candlesticks / Single-Candle Patterns

Dragonfly Doji

A production-minded guide to Dragonfly Doji.
9 min Python + TypeScriptIntermediate
130

Price Action and Candlesticks / Single-Candle Patterns

Gravestone Doji

A production-minded guide to Gravestone Doji.
9 min Python + TypeScriptIntermediate
131

Price Action and Candlesticks / Single-Candle Patterns

Marubozu

A production-minded guide to Marubozu.
9 min Python + TypeScriptIntermediate
132

Price Action and Candlesticks / Single-Candle Patterns

Spinning Top

A production-minded guide to Spinning Top.
9 min Python + TypeScriptIntermediate
133

Price Action and Candlesticks / Single-Candle Patterns

Hammer

A production-minded guide to Hammer.
9 min Python + TypeScriptAdvanced
134

Price Action and Candlesticks / Single-Candle Patterns

Hanging Man

A production-minded guide to Hanging Man.
9 min Python + TypeScriptAdvanced
135

Price Action and Candlesticks / Single-Candle Patterns

Inverted Hammer

A production-minded guide to Inverted Hammer.
9 min Python + TypeScriptAdvanced
136

Price Action and Candlesticks / Single-Candle Patterns

Shooting Star

A production-minded guide to Shooting Star.
9 min Python + TypeScriptAdvanced
137

Price Action and Candlesticks / Two-Candle Patterns

Bullish Engulfing

A production-minded guide to Bullish Engulfing.
9 min Python + TypeScriptAdvanced
138

Price Action and Candlesticks / Two-Candle Patterns

Bearish Engulfing

A production-minded guide to Bearish Engulfing.
9 min Python + TypeScriptAdvanced
139

Price Action and Candlesticks / Two-Candle Patterns

Bullish Harami

A production-minded guide to Bullish Harami.
9 min Python + TypeScriptAdvanced
140

Price Action and Candlesticks / Two-Candle Patterns

Bearish Harami

A production-minded guide to Bearish Harami.
9 min Python + TypeScriptAdvanced
141

Price Action and Candlesticks / Two-Candle Patterns

Piercing Line

A production-minded guide to Piercing Line.
9 min Python + TypeScriptAdvanced
142

Price Action and Candlesticks / Two-Candle Patterns

Dark Cloud Cover

A production-minded guide to Dark Cloud Cover.
9 min Python + TypeScriptAdvanced
143

Price Action and Candlesticks / Two-Candle Patterns

Tweezer Top

A production-minded guide to Tweezer Top.
9 min Python + TypeScriptAdvanced
144

Price Action and Candlesticks / Two-Candle Patterns

Tweezer Bottom

A production-minded guide to Tweezer Bottom.
9 min Python + TypeScriptAdvanced
145

Price Action and Candlesticks / Multi-Candle Patterns

Morning Star

A production-minded guide to Morning Star.
9 min Python + TypeScriptAdvanced
146

Price Action and Candlesticks / Multi-Candle Patterns

Evening Star

A production-minded guide to Evening Star.
9 min Python + TypeScriptAdvanced
147

Price Action and Candlesticks / Multi-Candle Patterns

Three White Soldiers

A production-minded guide to Three White Soldiers.
9 min Python + TypeScriptAdvanced
148

Price Action and Candlesticks / Multi-Candle Patterns

Three Black Crows

A production-minded guide to Three Black Crows.
9 min Python + TypeScriptAdvanced
149

Price Action and Candlesticks / Multi-Candle Patterns

Three Inside Up/Down

A production-minded guide to Three Inside Up/Down.
9 min Python + TypeScriptAdvanced
150

Price Action and Candlesticks / Multi-Candle Patterns

Three Outside Up/Down

A production-minded guide to Three Outside Up/Down.
9 min Python + TypeScriptAdvanced
151

Price Action and Candlesticks / Multi-Candle Patterns

Abandoned Baby

A production-minded guide to Abandoned Baby.
9 min Python + TypeScriptAdvanced
152

Technical Indicators / Volume Indicators

On-Balance Volume (OBV)

A production-minded guide to On-Balance Volume (OBV).
9 min Python + TypeScriptIntermediate
153

Technical Indicators / Volume Indicators

Accumulation/Distribution Line

A production-minded guide to Accumulation/Distribution Line.
9 min Python + TypeScriptIntermediate
154

Technical Indicators / Volume Indicators

Chaikin Money Flow

A production-minded guide to Chaikin Money Flow.
9 min Python + TypeScriptAdvanced
155

Technical Indicators / Volume Indicators

Money Flow Index

A production-minded guide to Money Flow Index.
9 min Python + TypeScriptAdvanced
156

Technical Indicators / Volume Indicators

Volume Price Trend

A production-minded guide to Volume Price Trend.
9 min Python + TypeScriptIntermediate
157

Technical Indicators / Volume Indicators

Force Index

A production-minded guide to Force Index.
9 min Python + TypeScriptAdvanced
158

Geometric Chart Patterns / Reversal Structures

Double Top

A production-minded guide to Double Top.
6 min Python + TypeScriptIntermediate
159

Geometric Chart Patterns / Reversal Structures

Double Bottom

A production-minded guide to Double Bottom.
6 min Python + TypeScriptIntermediate
160

Geometric Chart Patterns / Reversal Structures

Triple Top

A production-minded guide to Triple Top.
6 min Python + TypeScriptAdvanced
161

Geometric Chart Patterns / Reversal Structures

Triple Bottom

A production-minded guide to Triple Bottom.
6 min Python + TypeScriptAdvanced
162

Geometric Chart Patterns / Reversal Structures

Head and Shoulders

A production-minded guide to Head and Shoulders.
6 min Python + TypeScriptAdvanced
163

Geometric Chart Patterns / Reversal Structures

Inverse Head and Shoulders

A production-minded guide to Inverse Head and Shoulders.
6 min Python + TypeScriptAdvanced
164

Geometric Chart Patterns / Indicator Divergence Detection

Price–Indicator Pivot Alignment

A production-minded guide to Price–Indicator Pivot Alignment.
8 min Python + TypeScriptAdvanced
165

Geometric Chart Patterns / Indicator Divergence Detection

Regular Bullish/Bearish Divergence Detection

A production-minded guide to Regular Bullish/Bearish Divergence Detection.
8 min Python + TypeScriptAdvanced
166

Geometric Chart Patterns / Indicator Divergence Detection

Hidden Bullish/Bearish Divergence Detection

A production-minded guide to Hidden Bullish/Bearish Divergence Detection.
8 min Python + TypeScriptAdvanced
167

Geometric Chart Patterns / Indicator Divergence Detection

Multi-Indicator Divergence Adapters

A production-minded guide to Multi-Indicator Divergence Adapters.
8 min Python + TypeScriptAdvanced
168

Geometric Chart Patterns / Indicator Divergence Detection

Divergence Strength and Quality Scoring

A production-minded guide to Divergence Strength and Quality Scoring.
8 min Python + TypeScriptAdvanced
169

Geometric Chart Patterns / Indicator Divergence Detection

Divergence Confirmation and Invalidation State Machine

A production-minded guide to Divergence Confirmation and Invalidation State Machine.
8 min Python + TypeScriptAdvanced
170

Geometric Chart Patterns / Indicator Divergence Detection

Multi-Indicator Divergence Confluence

A production-minded guide to Multi-Indicator Divergence Confluence.
8 min Python + TypeScriptAdvanced
171

Geometric Chart Patterns / Indicator Divergence Detection

Market-Wide Divergence Scanner and Ranking

A production-minded guide to Market-Wide Divergence Scanner and Ranking.
8 min Python + TypeScriptAdvanced
172

Geometric Chart Patterns / Level Confluence and Zone Scoring

Price-by-Volume Profile Construction

A production-minded guide to Price-by-Volume Profile Construction.
10 min Python + TypeScriptAdvanced
173

Geometric Chart Patterns / Level Confluence and Zone Scoring

Point of Control, Value Area, HVN, and LVN Detection

A production-minded guide to Point of Control, Value Area, HVN, and LVN Detection.
10 min Python + TypeScriptAdvanced
174

Geometric Chart Patterns / Level Confluence and Zone Scoring

Fibonacci Retracement and Extension Projection

A production-minded guide to Fibonacci Retracement and Extension Projection.
10 min Python + TypeScriptAdvanced
175

Geometric Chart Patterns / Level Confluence and Zone Scoring

Psychological Round-Number Level Generation

A production-minded guide to Psychological Round-Number Level Generation.
9 min Python + TypeScriptAdvanced
176

Geometric Chart Patterns / Level Confluence and Zone Scoring

Multi-Source Support/Resistance Zone Fusion

A production-minded guide to Multi-Source Support/Resistance Zone Fusion.
10 min Python + TypeScriptAdvanced
177

Geometric Chart Patterns / Level Confluence and Zone Scoring

Support/Resistance Zone Strength and Decay Scoring

A production-minded guide to Support/Resistance Zone Strength and Decay Scoring.
9 min Python + TypeScriptAdvanced
178

Geometric Chart Patterns / Level Confluence and Zone Scoring

Support/Resistance Role-Reversal State Machine

A production-minded guide to Support/Resistance Role-Reversal State Machine.
9 min Python + TypeScriptAdvanced
179

Geometric Chart Patterns / Level Confluence and Zone Scoring

Breakout and Retest Detection

A production-minded guide to Breakout and Retest Detection.
9 min Python + TypeScriptAdvanced
180

Geometric Chart Patterns / Level Confluence and Zone Scoring

Market-Wide Zone-Proximity Scanner and Ranking

A production-minded guide to Market-Wide Zone-Proximity Scanner and Ranking.
10 min Python + TypeScriptAdvanced
181

Statistical Time Series / Diagnostics

ACF

A production-minded guide to ACF.
6 min Python + TypeScriptIntermediate
182

Statistical Time Series / Diagnostics

PACF

A production-minded guide to PACF.
6 min Python + TypeScriptAdvanced
183

Statistical Time Series / Diagnostics

Augmented Dickey-Fuller

A production-minded guide to Augmented Dickey-Fuller.
6 min Python + TypeScriptAdvanced
184

Statistical Time Series / Diagnostics

KPSS

A production-minded guide to KPSS.
6 min Python + TypeScriptAdvanced
185

Statistical Time Series / Diagnostics

Ljung-Box

A production-minded guide to Ljung-Box.
6 min Python + TypeScriptAdvanced
186

Statistical Time Series / Diagnostics

Zivot-Andrews Break Test

A production-minded guide to Zivot-Andrews Break Test.
6 min Python + TypeScriptAdvanced
187

Statistical Time Series / Multivariate Systems

VAR

A production-minded guide to VAR.
5 min Python + TypeScriptAdvanced
188

Statistical Time Series / Multivariate Systems

Structural VAR

A production-minded guide to Structural VAR.
5 min Python + TypeScriptAdvanced
189

Statistical Time Series / Multivariate Systems

VECM

A production-minded guide to VECM.
5 min Python + TypeScriptAdvanced
190

Statistical Time Series / Multivariate Systems

Impulse-Response Analysis

A production-minded guide to Impulse-Response Analysis.
5 min Python + TypeScriptAdvanced
191

Statistical Time Series / Multivariate Systems

Forecast-Error Variance Decomposition

A production-minded guide to Forecast-Error Variance Decomposition.
5 min Python + TypeScriptAdvanced
192

Statistical Time Series / State and Regime Models

Kalman Filter

A production-minded guide to Kalman Filter.
10 min Python + TypeScriptAdvanced
193

Statistical Time Series / State and Regime Models

Hidden Markov Model

A production-minded guide to Hidden Markov Model.
10 min Python + TypeScriptAdvanced
194

Statistical Time Series / State and Regime Models

Bayesian Change-Point Detection

A production-minded guide to Bayesian Change-Point Detection.
10 min Python + TypeScriptAdvanced
195

Volatility and Covariance / Historical Estimators

Close-to-Close Volatility

Observe a close shock enter and leave centered return dispersion.
7 min Python + TypeScriptFoundation
196

Volatility and Covariance / Historical Estimators

Parkinson Volatility

Change intraday range while keeping endpoint prices fixed.
7 min Python + TypeScriptIntermediate
197

Volatility and Covariance / Historical Estimators

Garman-Klass Volatility

See the range term and body correction under valid OHLC geometry.
7 min Python + TypeScriptIntermediate
198

Volatility and Covariance / Historical Estimators

Rogers-Satchell Volatility

Track the upper and lower log-distance products.
7 min Python + TypeScriptIntermediate
199

Volatility and Covariance / Historical Estimators

Yang-Zhang Volatility

Separate overnight, weighted body and weighted range contributions.
7 min Python + TypeScriptAdvanced
200

Volatility and Covariance / Realized Measures

Realized Variance

Identify which squared return dominates the measured variation.
6 min Python + TypeScriptIntermediate
201

Volatility and Covariance / Realized Measures

Realized Covariance

Pair exact intervals, then inspect positive and negative products.
6 min Python + TypeScriptIntermediate
202

Volatility and Covariance / Realized Measures

Bipower Variation

See how a shock affects its two adjacent absolute products.
6 min Python + TypeScriptAdvanced
203

Volatility and Covariance / Realized Measures

Jump-Variation Detector

Separate the observed variation difference from its uncertainty and threshold.
6 min Python + TypeScriptAdvanced
204

Volatility and Covariance / Realized Measures

Realized Kernel

Explain each weighted lag correction to realized variance.
6 min Python + TypeScriptAdvanced
205

Volatility and Covariance / Conditional Volatility

ARCH

Follow a squared shock through a finite coefficient queue.
6 min Python + TypeScriptIntermediate
206

Volatility and Covariance / Conditional Volatility

GARCH

Separate new shock information from carried variance.
6 min Python + TypeScriptIntermediate
207

Volatility and Covariance / Conditional Volatility

EGARCH

Compare signed standardized shocks on the log-variance scale.
6 min Python + TypeScriptAdvanced
208

Volatility and Covariance / Conditional Volatility

GJR-GARCH

Isolate the extra term activated by a negative lagged residual.
6 min Python + TypeScriptAdvanced
209

Volatility and Covariance / Conditional Volatility

FIGARCH

Keep retained fractional weights and omitted backcast mass separate.
6 min Python + TypeScriptAdvanced
210

Volatility and Covariance / Conditional Volatility

HAR-RV

Watch one elevated session enter and leave three overlapping horizons.
6 min Python + TypeScriptAdvanced
211

Volatility and Covariance / Covariance Estimation

Sample Covariance

Add complete rows and audit sample means, denominator and cells.
6 min Python + TypeScriptFoundation
212

Volatility and Covariance / Covariance Estimation

EWMA Covariance

Watch the same new vector compete with the existing matrix.
6 min Python + TypeScriptIntermediate
213

Volatility and Covariance / Covariance Estimation

Ledoit-Wolf Shrinkage

Compare estimated outer-product noise with target distance.
6 min Python + TypeScriptAdvanced
214

Volatility and Covariance / Covariance Estimation

Oracle Approximating Shrinkage

Trace the finite-dimensional coefficient rather than assuming library equivalence.
6 min Python + TypeScriptAdvanced
215

Volatility and Covariance / Covariance Estimation

Factor-Model Covariance

Change loadings, common-factor risk and specific risk independently.
6 min Python + TypeScriptAdvanced
216

Volatility and Covariance / Covariance Estimation

Graphical-Lasso Covariance

Vary penalty independently from sample count and inspect precision edges.
6 min Python + TypeScriptAdvanced
217

Market Microstructure / Trade Classification

Tick Test

A production-minded guide to Tick Test.
6 min Python + TypeScriptIntermediate
218

Market Microstructure / Trade Classification

Quote Test

A production-minded guide to Quote Test.
6 min Python + TypeScriptIntermediate
219

Market Microstructure / Trade Classification

Lee-Ready Trade Signing

A production-minded guide to Lee-Ready Trade Signing.
6 min Python + TypeScriptAdvanced
220

Market Microstructure / Trade Classification

Bulk Volume Classification

A production-minded guide to Bulk Volume Classification.
7 min Python + TypeScriptAdvanced
221

Market Microstructure / Liquidity and Spreads

Quoted Spread

A production-minded guide to Quoted Spread.
5 min Python + TypeScriptIntermediate
222

Market Microstructure / Liquidity and Spreads

Effective Spread

A production-minded guide to Effective Spread.
6 min Python + TypeScriptAdvanced
223

Market Microstructure / Liquidity and Spreads

Realized Spread

A production-minded guide to Realized Spread.
6 min Python + TypeScriptAdvanced
224

Market Microstructure / Liquidity and Spreads

Roll Spread Estimator

A production-minded guide to Roll Spread Estimator.
5 min Python + TypeScriptAdvanced
225

Market Microstructure / Liquidity and Spreads

Amihud Illiquidity Ratio

A production-minded guide to Amihud Illiquidity Ratio.
5 min Python + TypeScriptAdvanced
226

Market Microstructure / Liquidity and Spreads

Corwin-Schultz Spread Estimator

A production-minded guide to Corwin-Schultz Spread Estimator.
5 min Python + TypeScriptAdvanced
227

Market Microstructure / Order-Flow and Impact

Order Flow Imbalance

A production-minded guide to Order Flow Imbalance.
4 min Python + TypeScriptAdvanced
228

Market Microstructure / Order-Flow and Impact

Queue Imbalance

A production-minded guide to Queue Imbalance.
4 min Python + TypeScriptAdvanced
229

Market Microstructure / Order-Flow and Impact

Kyle Lambda

A production-minded guide to Kyle Lambda.
4 min Python + TypeScriptAdvanced
230

Market Microstructure / Order-Flow and Impact

PIN

A production-minded guide to PIN.
4 min Python + TypeScriptAdvanced
231

Market Microstructure / Order-Flow and Impact

VPIN

A production-minded guide to VPIN.
4 min Python + TypeScriptAdvanced
232

Market Microstructure / Order-Book Dynamics

Order-Book Slope

A production-minded guide to Order-Book Slope.
4 min Python + TypeScriptAdvanced
233

Market Microstructure / Order-Book Dynamics

Depth-Weighted Midprice

A production-minded guide to Depth-Weighted Midprice.
4 min Python + TypeScriptAdvanced
234

Market Microstructure / Order-Book Dynamics

Microprice

A production-minded guide to Microprice.
4 min Python + TypeScriptAdvanced
235

Market Microstructure / Order-Book Dynamics

Order-Book Resiliency

A production-minded guide to Order-Book Resiliency.
4 min Python + TypeScriptAdvanced
236

Market Microstructure / Order-Book Dynamics

Hawkes Order-Arrival Model

A production-minded guide to Hawkes Order-Arrival Model.
4 min Python + TypeScriptAdvanced
237

Market Microstructure / Market-Depth Analytics

Cumulative Bid/Ask Depth

A production-minded guide to Cumulative Bid/Ask Depth.
8 min Python + TypeScriptIntermediate
238

Market Microstructure / Market-Depth Analytics

Top-N Depth Imbalance

A production-minded guide to Top-N Depth Imbalance.
8 min Python + TypeScriptIntermediate
239

Market Microstructure / Market-Depth Analytics

Depth-at-Distance Profile

A production-minded guide to Depth-at-Distance Profile.
8 min Python + TypeScriptAdvanced
240

Market Microstructure / Market-Depth Analytics

Expected Market-Order Fill Price

A production-minded guide to Expected Market-Order Fill Price.
8 min Python + TypeScriptAdvanced
241

Market Microstructure / Market-Depth Analytics

Multi-Level Sweep Cost and Slippage

A production-minded guide to Multi-Level Sweep Cost and Slippage.
8 min Python + TypeScriptAdvanced
242

Market Microstructure / Market-Depth Analytics

Liquidity-Wall and Concentration Detection

A production-minded guide to Liquidity-Wall and Concentration Detection.
9 min Python + TypeScriptAdvanced
243

Market Microstructure / Market-Depth Analytics

Market-Depth Heatmap Aggregation

A production-minded guide to Market-Depth Heatmap Aggregation.
9 min Python + TypeScriptAdvanced
244

Matching Engines and Venue Logic / Continuous Matching

Price-Time Priority

A production-minded guide to Price-Time Priority.
9 min Python + TypeScriptAdvanced
245

Matching Engines and Venue Logic / Continuous Matching

Pro-Rata Matching

A production-minded guide to Pro-Rata Matching.
8 min Python + TypeScriptAdvanced
246

Matching Engines and Venue Logic / Continuous Matching

Size-Time Priority

A production-minded guide to Size-Time Priority.
9 min Python + TypeScriptAdvanced
247

Matching Engines and Venue Logic / Continuous Matching

Hybrid Pro-Rata/Time Matching

A production-minded guide to Hybrid Pro-Rata/Time Matching.
9 min Python + TypeScriptAdvanced
248

Matching Engines and Venue Logic / Auctions

Maximum-Executable-Volume Auction

A production-minded guide to Maximum-Executable-Volume Auction.
9 min Python + TypeScriptAdvanced
249

Matching Engines and Venue Logic / Auctions

Minimum-Imbalance Tie-Break

A production-minded guide to Minimum-Imbalance Tie-Break.
9 min Python + TypeScriptAdvanced
250

Matching Engines and Venue Logic / Auctions

Opening-Cross Price

A production-minded guide to Opening-Cross Price.
9 min Python + TypeScriptAdvanced
251

Matching Engines and Venue Logic / Auctions

Closing-Cross Price

A production-minded guide to Closing-Cross Price.
9 min Python + TypeScriptAdvanced
252

Matching Engines and Venue Logic / Order Controls

Tick-Size Validation

A production-minded guide to Tick-Size Validation.
9 min Python + TypeScriptIntermediate
253

Matching Engines and Venue Logic / Order Controls

Price-Band Validation

A production-minded guide to Price-Band Validation.
9 min Python + TypeScriptIntermediate
254

Matching Engines and Venue Logic / Order Controls

Self-Trade Prevention

A production-minded guide to Self-Trade Prevention.
9 min Python + TypeScriptAdvanced
255

Matching Engines and Venue Logic / Order Controls

Cancel-on-Disconnect

A production-minded guide to Cancel-on-Disconnect.
9 min Python + TypeScriptAdvanced
256

Matching Engines and Venue Logic / Order Controls

Fat-Finger Limit

A production-minded guide to Fat-Finger Limit.
8 min Python + TypeScriptIntermediate
257

Matching Engines and Venue Logic / Order Controls

Circuit-Breaker Trigger

A production-minded guide to Circuit-Breaker Trigger.
9 min Python + TypeScriptAdvanced
258

Matching Engines and Venue Logic / Order Lifecycle and Queue State

Limit-Order Lifecycle State Machine

A production-minded guide to Limit-Order Lifecycle State Machine.
9 min Python + TypeScriptAdvanced
259

Matching Engines and Venue Logic / Order Lifecycle and Queue State

Cancel/Replace Priority Rule

A production-minded guide to Cancel/Replace Priority Rule.
9 min Python + TypeScriptAdvanced
260

Matching Engines and Venue Logic / Order Lifecycle and Queue State

Partial-Fill and Residual-Quantity Processing

A production-minded guide to Partial-Fill and Residual-Quantity Processing.
8 min Python + TypeScriptAdvanced
261

Matching Engines and Venue Logic / Order Lifecycle and Queue State

Queue Position and Ahead-Volume Calculation

A production-minded guide to Queue Position and Ahead-Volume Calculation.
9 min Python + TypeScriptAdvanced
262

Matching Engines and Venue Logic / Order Lifecycle and Queue State

Iceberg/Reserve-Order Replenishment

A production-minded guide to Iceberg/Reserve-Order Replenishment.
9 min Python + TypeScriptAdvanced
263

Matching Engines and Venue Logic / Order Lifecycle and Queue State

Marketable-Order Multi-Level Sweep

A production-minded guide to Marketable-Order Multi-Level Sweep.
9 min Python + TypeScriptAdvanced
264

Execution and Transaction Cost Analysis / Schedule-Based Execution

TWAP Execution

A production-minded guide to TWAP Execution.
9 min Python + TypeScriptIntermediate
265

Execution and Transaction Cost Analysis / Schedule-Based Execution

Historical VWAP Execution

A production-minded guide to Historical VWAP Execution.
9 min Python + TypeScriptAdvanced
266

Execution and Transaction Cost Analysis / Schedule-Based Execution

Adaptive VWAP Execution

A production-minded guide to Adaptive VWAP Execution.
9 min Python + TypeScriptAdvanced
267

Execution and Transaction Cost Analysis / Schedule-Based Execution

Percentage-of-Volume Execution

A production-minded guide to Percentage-of-Volume Execution.
9 min Python + TypeScriptAdvanced
268

Execution and Transaction Cost Analysis / Cost/Risk Optimization

Almgren-Chriss Optimal Execution

A production-minded guide to Almgren-Chriss Optimal Execution.
9 min Python + TypeScriptAdvanced
269

Execution and Transaction Cost Analysis / Cost/Risk Optimization

Implementation-Shortfall Execution

A production-minded guide to Implementation-Shortfall Execution.
9 min Python + TypeScriptAdvanced
270

Execution and Transaction Cost Analysis / Cost/Risk Optimization

Arrival-Price Execution

A production-minded guide to Arrival-Price Execution.
9 min Python + TypeScriptAdvanced
271

Execution and Transaction Cost Analysis / Cost/Risk Optimization

Liquidity-Seeking Execution

A production-minded guide to Liquidity-Seeking Execution.
9 min Python + TypeScriptAdvanced
272

Fundamental Analysis and Valuation / Quality and Distress

Altman Z-Score

Build and audit the original five-factor Altman score without silently substituting Z-prime, Z-double-prime, or a modern probability of default.
10 min Python + TypeScriptIntermediate
273

Fundamental Analysis and Valuation / Quality and Distress

Piotroski F-Score

Calculate every binary signal, show its evidence, and aggregate the original 0-to-9 F-Score without converting it into a universal quality rating.
10 min Python + TypeScriptIntermediate
274

Fundamental Analysis and Valuation / Quality and Distress

Beneish M-Score

Reconstruct DSRI through TATA, reconcile every coefficient, and treat the M-Score as an investigation trigger rather than an allegation.
10 min Python + TypeScriptAdvanced
275

Fundamental Analysis and Valuation / Quality and Distress

Sloan Accrual Measure

Reconcile changes in noncash working capital, short-term debt, taxes payable, and depreciation into one signed accrual measure.
10 min Python + TypeScriptIntermediate
276

Fundamental Analysis and Valuation / Quality and Distress

Ohlson O-Score

Build Model 1, retain its nine variables and logistic transformation, and preserve the historical 3.8% screening cutoff without calling it a universal default probability.
10 min Python + TypeScriptAdvanced
277

Fundamental Analysis and Valuation / Quality and Distress

Zmijewski X-Score

Calculate the X-index and normal-CDF mapping while keeping sampling-bias research and the zero-index screen explicit.
10 min Python + TypeScriptIntermediate
278

Fundamental Analysis and Valuation / Quality and Distress

Springate S-Score

Build the 1978 Canadian four-factor convention and expose the 0.862 cutoff and primary-source availability limitation.
10 min Python + TypeScriptIntermediate
279

Fundamental Analysis and Valuation / Quality and Distress

Taffler Z-Score

Calculate the four-factor transformed convention while making the no-credit-interval construction and coefficient-variant risk visible.
10 min Python + TypeScriptAdvanced
280

Fundamental Analysis and Valuation / Quality and Distress

Fulmer H-Score

Reconcile all nine terms and expose the logarithmic unit-scale dependency that can otherwise make the score irreproducible.
10 min Python + TypeScriptAdvanced
281

Fundamental Analysis and Valuation / Quality and Distress

Grover G-Score

Implement the reported equation while being explicit that the original primary model document was not located in an authoritative open repository.
10 min Python + TypeScriptIntermediate
282

Fundamental Analysis and Valuation / Quality and Distress

Dechow F-Score for Misstatement Risk

Derive RSST accruals through actual issuance, expose the logit and unconditional-probability scaling, and keep the result separate from a fraud finding.
10 min Python + TypeScriptAdvanced
283

Fundamental Analysis and Valuation / Quality and Distress

Dechow-Dichev Accrual Quality

Estimate the original firm-specific regression, inspect every residual, and enforce the retrospective availability boundary created by future CFO.
10 min Python + TypeScriptAdvanced
284

Fundamental Analysis and Valuation / Quality and Distress

Modified Jones Discretionary Accrual Model

Fit the peer model, subtract receivables change from revenue change, and preserve sample construction and residual uncertainty.
10 min Python + TypeScriptAdvanced
285

Fundamental Analysis and Valuation / Integrated Equity Scoring

Point-in-Time Stock-Scoring Input Assembly

Assemble a reproducible stock-scoring input record without allowing later restatements, future filings, or mixed units to leak into an earlier decision.
10 min Python + TypeScriptAdvanced
286

Fundamental Analysis and Valuation / Integrated Equity Scoring

Stock-Scoring Peer Cohort Resolver

Resolve a reproducible peer set using sector, country, listing, market-cap, and availability rules before calculating cross-sectional diagnostics.
10 min Python + TypeScriptAdvanced
287

Fundamental Analysis and Valuation / Integrated Equity Scoring

Fundamental Metric Direction and Peer Normalization

Normalize heterogeneous fundamentals with an explicit higher-is-better direction and a reproducible midrank percentile rather than an opaque vendor grade.
10 min Python + TypeScriptAdvanced
288

Fundamental Analysis and Valuation / Integrated Equity Scoring

Model Applicability and Variant Router

Route model requests through explicit population, period, framework, and data requirements before any score is interpreted.
10 min Python + TypeScriptAdvanced
289

Fundamental Analysis and Valuation / Integrated Equity Scoring

Accounting Financial-Health Composite

Build a bounded four-pillar financial-health score with frozen weights, component cards, and a reconciliation that survives review.
9 min Python + TypeScriptAdvanced
290

Fundamental Analysis and Valuation / Integrated Equity Scoring

Earnings-Quality Composite

Create a bounded earnings-quality component that preserves each diagnostic's meaning, direction, and evidence boundary.
9 min Python + TypeScriptAdvanced
291

Fundamental Analysis and Valuation / Integrated Equity Scoring

Dividend Safety Score

Build a dividend-safety score from free-cash-flow coverage, earnings coverage, interest coverage, and cash buffer with explicit caps and no-dividend routing.
9 min Python + TypeScriptAdvanced
292

Fundamental Analysis and Valuation / Integrated Equity Scoring

Balance-Sheet Resilience Score

Build a bounded resilience score that exposes its four balance-sheet components and rejects economically invalid denominators.
9 min Python + TypeScriptAdvanced
293

Fundamental Analysis and Valuation / Integrated Equity Scoring

Distress-Model Ensemble

Aggregate supplied model probabilities with explicit weights, dispersion, and disagreement diagnostics instead of hiding model conflict inside one number.
9 min Python + TypeScriptAdvanced
294

Fundamental Analysis and Valuation / Integrated Equity Scoring

Cross-Model Conflict and Double-Counting Resolver

Resolve duplicate evidence groups with a transparent cap and flag within-group disagreement instead of allowing repeated signals to dominate.
10 min Python + TypeScriptAdvanced
295

Fundamental Analysis and Valuation / Integrated Equity Scoring

Overall Explainable Stock Score

Combine six declared pillars into a single bounded score while retaining the exact contribution bridge and interpretation band.
9 min Python + TypeScriptAdvanced
296

Fundamental Analysis and Valuation / Integrated Equity Scoring

Score Confidence, Missing-Data Penalty, and Abstention

Turn coverage, staleness, and conflict into an explicit confidence value, adjusted score, and abstention state.
9 min Python + TypeScriptAdvanced
297

Fundamental Analysis and Valuation / Integrated Equity Scoring

Market-Wide Stock Screening and Ranking

Screen a dated synthetic universe with explicit inclusion gates and deterministic score/confidence/ID ranking.
9 min Python + TypeScriptAdvanced
298

Fundamental Analysis and Valuation / Integrated Equity Scoring

Stock Score History, Migration, and Change Attribution

Compare strictly chronological score snapshots, identify band migration, and attribute the latest change to the largest component delta without hindsight.
10 min Python + TypeScriptAdvanced
299

Fundamental Analysis and Valuation / Sector-Specific Equity Scoring

Bank Fundamental Score

Build an auditable bank review score whose prudential floors remain visible beside—not hidden inside—the composite.
11 min Python + TypeScriptAdvanced
300

Fundamental Analysis and Valuation / Sector-Specific Equity Scoring

Insurance Fundamental Score

Construct a Solvency-II-tagged insurer score that keeps capital requirements and underwriting economics separately inspectable.
11 min Python + TypeScriptAdvanced
301

Fundamental Analysis and Valuation / Sector-Specific Equity Scoring

REIT Fundamental Score

Build a transparent equity-REIT score that labels every non-GAAP bridge and never presents package AFFO as a standardized measure.
10 min Python + TypeScriptAdvanced
302

Fundamental Analysis and Valuation / Sector-Specific Equity Scoring

Utility Fundamental Score

Create a regulated-utility score that connects accounting evidence to ratemaking economics without treating an allowed return as guaranteed earnings.
11 min Python + TypeScriptAdvanced
303

Fundamental Analysis and Valuation / Sector-Specific Equity Scoring

Early-Stage Liquidity and Runway Score

Build a transparent runway sensitivity that preserves the monthly cash-flow path and labels nonburning, short-window, and negative-liquidity states.
11 min Python + TypeScriptAdvanced
304

Fundamental Analysis and Valuation / Sector-Specific Equity Scoring

Holding-Company Look-Through Score

Build a holding-company score around an attributable stake ledger and a visible parent bridge from gross asset value to NAV.
11 min Python + TypeScriptAdvanced
305

Fundamental Analysis and Valuation / Sector-Specific Equity Scoring

Sector-Specific Weight Calibration

Calibrate a candidate weight vector with a frozen temporal split, compare Brier losses, and retain the base vector whenever holdout performance does not improve.
12 min Python + TypeScriptAdvanced
306

Fundamental Analysis and Valuation / Sector-Specific Equity Scoring

Unsupported-Scope and Coverage Decision

Create a deterministic coverage gate that checks sector support, framework identity, required fields, knowledge dates, and staleness before selecting a stable model ID.
11 min Python + TypeScriptAdvanced
307

Digital Assets and On-Chain Finance / AMM Pricing

Constant-Product AMM

A production-minded guide to Constant-Product AMM.
6 min Python + TypeScriptIntermediate
308

Digital Assets and On-Chain Finance / AMM Pricing

Constant-Sum AMM

A production-minded guide to Constant-Sum AMM.
6 min Python + TypeScriptIntermediate
309

Digital Assets and On-Chain Finance / AMM Pricing

StableSwap Invariant

A production-minded guide to StableSwap Invariant.
6 min Python + TypeScriptAdvanced
310

Digital Assets and On-Chain Finance / AMM Pricing

Weighted-Product AMM

A production-minded guide to Weighted-Product AMM.
6 min Python + TypeScriptAdvanced
311

Digital Assets and On-Chain Finance / AMM Pricing

Concentrated-Liquidity Position

A production-minded guide to Concentrated-Liquidity Position.
6 min Python + TypeScriptAdvanced
312

Digital Assets and On-Chain Finance / Liquidity and Liquidation

Impermanent-Loss Calculation

A production-minded guide to Impermanent-Loss Calculation.
9 min Python + TypeScriptAdvanced
313

Digital Assets and On-Chain Finance / Liquidity and Liquidation

Collateral-Health Factor

A production-minded guide to Collateral-Health Factor.
8 min Python + TypeScriptAdvanced
314

Digital Assets and On-Chain Finance / Liquidity and Liquidation

Liquidation-Price Calculation

A production-minded guide to Liquidation-Price Calculation.
8 min Python + TypeScriptAdvanced
315

Digital Assets and On-Chain Finance / Liquidity and Liquidation

Liquidation Waterfall

A production-minded guide to Liquidation Waterfall.
8 min Python + TypeScriptAdvanced