All Projects → yegor256 → 0rsk

yegor256 / 0rsk

Licence: MIT License
Online Risk Manager

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to 0rsk

IDVerification
"Very simple but works well" Computer Vision based ID verification solution provided by LibraX.
Stars: ✭ 44 (+144.44%)
Mutual labels:  risk-analysis, risk-management
awesome-risks
Sample Risks for a Software Project
Stars: ✭ 36 (+100%)
Mutual labels:  risk-management, risks
EngineX
Engine X - 实时AI智能决策引擎、规则引擎、风控引擎、数据流引擎。 通过可视化界面进行规则配置,无需繁琐开发,节约人力,提升效率,实时监控,减少错误率,随时调整; 支持规则集、评分卡、决策树,名单库管理、机器学习模型、三方数据接入、定制化开发等;
Stars: ✭ 369 (+1950%)
Mutual labels:  risk-management
NautilusCSharp
The open-core for enterprise-grade algorithmic trading infrastructure
Stars: ✭ 16 (-11.11%)
Mutual labels:  risk-management
finance-courses
Notes and examples about Portfolio Construction and Analysis with Python (Jupyter notebooks)
Stars: ✭ 104 (+477.78%)
Mutual labels:  risk-management
okama
Investment portfolio and stocks analyzing tools for Python with free historical data
Stars: ✭ 87 (+383.33%)
Mutual labels:  risk-management
collector
⚖Open Source Toolkit for Conducting Quantitative Risk Assessment Interviews
Stars: ✭ 26 (+44.44%)
Mutual labels:  risk-management
RISKIM
Assets' Risk Management Using Mean-Variance Opt Based On Mult-Factors Trending Prediction
Stars: ✭ 25 (+38.89%)
Mutual labels:  risk-management
cloud-cap-risk-management
The SAP Risk Management example applications show how to deploy a CAP (SAP Cloud Application Programming model) application to Cloud Foundry and Kyma.
Stars: ✭ 36 (+100%)
Mutual labels:  risk-management
lifelib
Python package of actuarial models, tools, examples and learning materials.
Stars: ✭ 94 (+422.22%)
Mutual labels:  risk-management
financial-asset-comparison-tool
R Shiny app to compare the relative performance of cryptos and equities.
Stars: ✭ 97 (+438.89%)
Mutual labels:  risk-analysis
QuantResearch
Quantitative analysis, strategies and backtests
Stars: ✭ 1,013 (+5527.78%)
Mutual labels:  risk-management
havengrc
☁️Haven GRC - easier governance, risk, and compliance 👨‍⚕️👮‍♀️🦸‍♀️🕵️‍♀️👩‍🔬
Stars: ✭ 83 (+361.11%)
Mutual labels:  risk-management
LogESP
Open Source SIEM (Security Information and Event Management system).
Stars: ✭ 162 (+800%)
Mutual labels:  risk-management
Aswan
陌陌风控系统静态规则引擎,零基础简易便捷的配置多种复杂规则,实时高效管控用户异常行为。
Stars: ✭ 2,633 (+14527.78%)
Mutual labels:  risk-management
poptimizer
Оптимизация долгосрочного портфеля акций
Stars: ✭ 78 (+333.33%)
Mutual labels:  risk-management
evaluator
⚖Open Source Toolkit for Quantitative Risk Assessment
Stars: ✭ 120 (+566.67%)
Mutual labels:  risk-management
FinancialToolbox.jl
Useful functions for Black–Scholes Model in the Julia Language
Stars: ✭ 31 (+72.22%)
Mutual labels:  risk-management

EO principles respected here Managed by Zerocracy DevOps By Rultor.com We recommend RubyMine

Build Status PDD status Test Coverage Maintainability Hits-of-Code

Availability at SixNines

This is an online risk manager, where you register all know risks in your project, assign probabilities and impacts, and then create mitigation and avoidance plans for them. Using this information the system generates an agenda of the most critical tasks for you.

Read this blog post, it explains it all in details: 0rsk.com: Cause + Risk + Effect.

Here you can find some inspiration: yegor256/awesome-risks.

It's free for everybody.

How to contribute

Read these guidelines. Make sure you build is green before you contribute your pull request. You will need to have Ruby 2.3+, Java 8+, Maven 3.2+, PostgreSQL 10+, and Bundler installed. Then:

$ bundle update
$ bundle exec rake

If it's clean and you don't see any error messages, submit your pull request.

To run a single unit test you should first do this:

$ bundle exec rake run

And then, in another terminal (for example):

$ ruby test/test_risks.rb -n test_adds_and_fetches

If you want to test it in your browser, open http://localhost:9292. If you want to login as a test user, just open this: http://localhost:9292?glogin=test.

Should work.

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].