Financial Risk and Performance Statistics
10 algorithms in Financial Mathematics, Statistics, and Data Foundations · 10 with asserted arithmetic.
In this family#
-
Volatility and Annualized Volatility verified
volatilityAndAnnualizedVolatility(input) -
Downside Deviation and Target Shortfall verified
downsideDeviationAndTargetShortfall(input) -
Drawdown and Maximum Drawdown verified
drawdownAndMaximumDrawdown(input) -
Loss Distributions and Loss Quantiles verified
lossDistributionsAndLossQuantiles(input) -
Value at Risk Intuition verified
valueAtRiskIntuition(input) -
Expected Shortfall Intuition verified
expectedShortfallIntuition(input) -
Beta and Market-Relative Risk verified
betaAndMarketRelativeRisk(input) -
Sharpe, Sortino, and Information Ratio Intuition verified
sharpeSortinoAndInformationRatioIntuition(input) -
Active Return and Tracking Error verified
activeReturnAndTrackingError(input) -
Covariance Matrices, Portfolio Variance, and Diversification verified
covarianceMatricesPortfolioVarianceAndDiversification(input)
What they share#
Every topic here is a record-transform, so once you have
called one the rest follow the same shape. Import paths differ only in the final segment:
import { volatilityAndAnnualizedVolatility } from "fintech-algorithms/financial-mathematics-statistics-and-data-foundations/financial-risk-and-performance-statistics/volatility-and-annualized-volatility";
import { downsideDeviationAndTargetShortfall } from "fintech-algorithms/financial-mathematics-statistics-and-data-foundations/financial-risk-and-performance-statistics/downside-deviation-and-target-shortfall";Read them in the order above — the sequence is pedagogical, not alphabetical.
Where this sits#
Financial Mathematics, Statistics, and Data Foundations collects 120 algorithms across 12 families. For the concept behind this family rather than the call signatures, see the concept guides.