Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 516 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 516 Bytes

spark-finance

A Java / Scala library for financial and time series calculations on Apache Spark.

Functionality

Risk

Value at Risk (VaR) and Expected Shortfall (CVaR) through

  • Monte Carlo simulation
  • Bootstrapped historical simulation

Time Series

  • Autoregressive models
  • GARCH models
  • Missing data imputation

General Prob / Stats

  • Multivariate T Distribution

Future Directions

Time Series

  • Exponentially-weighted moving average
  • EGARCH