All Projects → ailzy → RISKIM

ailzy / RISKIM

Licence: other
Assets' Risk Management Using Mean-Variance Opt Based On Mult-Factors Trending Prediction

Programming Languages

Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to RISKIM

FinancialToolbox.jl
Useful functions for Black–Scholes Model in the Julia Language
Stars: ✭ 31 (+24%)
Mutual labels:  quantitative-finance, risk-management
okama
Investment portfolio and stocks analyzing tools for Python with free historical data
Stars: ✭ 87 (+248%)
Mutual labels:  quantitative-finance, risk-management
Ta Lib
Python wrapper for TA-Lib (http://ta-lib.org/).
Stars: ✭ 6,034 (+24036%)
Mutual labels:  quantitative-finance, ta-lib
lifelib
Python package of actuarial models, tools, examples and learning materials.
Stars: ✭ 94 (+276%)
Mutual labels:  quantitative-finance, risk-management
QuantResearch
Quantitative analysis, strategies and backtests
Stars: ✭ 1,013 (+3952%)
Mutual labels:  quantitative-finance, risk-management
value-investing-studies
Data Analysis Studies on Value Investing
Stars: ✭ 66 (+164%)
Mutual labels:  quantitative-finance
random
This is all my random garbage.
Stars: ✭ 23 (-8%)
Mutual labels:  quantitative-finance
crypto-trading-engine
Crypto real-time trading engine
Stars: ✭ 19 (-24%)
Mutual labels:  quantitative-finance
quantlib
The idiomatic rust implementation of the QuantLib C++ quantitative finance library
Stars: ✭ 89 (+256%)
Mutual labels:  quantitative-finance
course codes
VNPY 2020 Python数字货币量化交易视频教程课程代码和资料
Stars: ✭ 143 (+472%)
Mutual labels:  quantitative-finance
awesome-risks
Sample Risks for a Software Project
Stars: ✭ 36 (+44%)
Mutual labels:  risk-management
go ehlers indicators
A collection of John Ehlers technical analysis indicators / Filters written in pure go, with links to original papers
Stars: ✭ 29 (+16%)
Mutual labels:  ta-lib
portfoliolab
PortfolioLab is a python library that enables traders to take advantage of the latest portfolio optimisation algorithms used by professionals in the industry.
Stars: ✭ 104 (+316%)
Mutual labels:  quantitative-finance
quant-jobs-zurich
A list of companies of possible interest for mathematicians (or related) that are looking for a job in quantitative finance in Zurich.
Stars: ✭ 59 (+136%)
Mutual labels:  quantitative-finance
lubeck
High level linear algebra library for Dlang
Stars: ✭ 57 (+128%)
Mutual labels:  quantitative-finance
ark-invest-api
📈 API for tracking holdings and trades of ARK Invest funds
Stars: ✭ 49 (+96%)
Mutual labels:  funds
Pynaissance
A walk through the frameworks of Python in Finance. The repository is currently in the development phase. The finalized version will include a full-fledged integration and utilization of Quantopian, GS-Quant, WRDS API and their relevant datasets and analytics.
Stars: ✭ 16 (-36%)
Mutual labels:  quantitative-finance
PROJ Option Pricing Matlab
Quant Option Pricing - Exotic/Vanilla: Barrier, Asian, European, American, Parisian, Lookback, Cliquet, Variance Swap, Swing, Forward Starting, Step, Fader
Stars: ✭ 85 (+240%)
Mutual labels:  quantitative-finance
FinRL Podracer
Cloud-native Financial Reinforcement Learning
Stars: ✭ 179 (+616%)
Mutual labels:  quantitative-finance
tiger quant
Java 实盘量化框架
Stars: ✭ 49 (+96%)
Mutual labels:  quantitative-finance

RISKIM基金资产配置框架

基于多因子模型预测的动态组合调仓策略

项目说明

  1. 概述

    从回测主引擎backtest.py说起:

    (1.1) 数据模拟

     构建datagate迭代器用于回测模拟,根据配置条件判断回测起止。
    

    (1.2) 账户构建

     account模块包括单账户singleacct和多账户multacct。模拟收益指标、手续费扣除、仓位调整等。
    

    (1.3) 日志系统和配置初始化

    (1.4) 多超参数账户组

     稍后的算法流程中会介绍模型构建。backtest.ini中提供了几组模型构建必备参数(gridsearch超参数),
     我们为每一组交叉参数构建一个模型并绑定一个账户。
    

    (1.5)三种策略

     我们依据macct_dynamic_list中历史最优收益对应的超参数确定macct_dyaction。该超参数确定macct_dyaction
     的模型,并完成调仓。两个基线策略为:macct_oneshot即不做调仓,macct_constant为等市值调仓。
    
  2. 多因子模型

Markdown

...待完成

如有任何问题,联系作者[email protected],该项目仅供交流学习,不得用于商业目的。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].