Skip to content

anannnchim/AnanQuantLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnanQuantLib

Quantitative Toolbox for Investment Analysis

AnanQuantLib is a quantitative toolbox designed to assist in investment analysis and portfolio management. Developed by the Anan Capital Investment Lab, this package provides a robust set of tools for computing investment metrics, risk assessment, and data cleaning.

logo

Features

  • Investment Metrics: Calculate key performance indicators like Sharpe ratio, alpha, beta, etc.
  • Risk Assessment: Evaluate portfolio risk through various metrics.
  • Data Cleaning: Functions to clean and prepare financial data for analysis.
  • Technical Indicators: Calculate moving averages, RSI, MACD, and more.

Installation

# To install the latest version from GitHub
devtools::install_github("your_username/AnanQuantLib")

Usage

# Load the AnanQuantLib package
library(AnanQuantLib)

# Calculate the Sharpe Ratio
sharpe_ratio <- calcSharpeRatio(returns)

# Clean financial data
clean_data <- cleanFinancialData(raw_data)

# ... and more!

Documentation

For more detailed usage and full list of functions, please refer to our Documentation.

Contributing

We welcome contributions! Please see our Contributing Guidelines for more details.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Contact

For more information, issues, or questions about the AnanQuantLib, please contact email@anancapital.com.


Feel free to modify this template according to the specific features and functionalities of your package.

About

Quantitative toolbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages