financial-analysis
Here are 279 public repositories matching this topic...
-
Updated
Jun 7, 2020 - Jupyter Notebook
Stale readme (GDAX)
As a 3rd party developer there is a reasonable expectation of accuracy when reading the published api documentation and additional tools from same org keep valid URL’s and service references.
Expected:
- this repo and readme linked via Alpaca docs would be valid
Actual:
- GDAX still referenced working and dead links to this service (the coinbase pro rebrand > 1year ago)
More documentation!
Increase code coverage by:
- Adding tests for quandl API and alphavantager API. Include encrypted API key to pass Travis.
- Review code cov and add tests as appropriate.
Documentation
-
Updated
Mar 7, 2019 - Go
-
Updated
Mar 12, 2019 - Python
line 33
portfolio.risks <- rbind(portfolio.parity$risk_contribution/sum(portfolio.parity$risk_contribution), getCovRiskBudgets(portfolio.tangency))
2 issues:
- parity portfolio is "parity" - why take weights?
- the column name is relative_risk_contribution
so the line should really be just
portfolio.risks <- rbind(portfolio.parity$relative_risk_contribution, getCovRiskBudgets(portfolio
-
Updated
Feb 23, 2020 - R
-
Updated
Apr 21, 2020 - Jupyter Notebook
-
Updated
Jun 5, 2020 - Jupyter Notebook
-
Updated
Jul 27, 2019 - Python
-
Updated
Dec 16, 2019 - Rust
Adding "MC" or "Monte-Carlo" to labels of Monte Carlo optimisation plots. Easier to distinguish it from the Efficient Frontier output.
-
Updated
Feb 1, 2020
-
Updated
Jun 6, 2020 - Python
-
Updated
Sep 12, 2019 - Python
-
Updated
Sep 12, 2018 - Go
-
Updated
Jun 3, 2020 - Python
-
Updated
Nov 6, 2019 - R
-
Updated
Nov 22, 2019 - C#
-
Updated
Apr 14, 2020 - Jupyter Notebook
-
Updated
Feb 25, 2018 - TeX
-
Updated
May 20, 2020 - Jupyter Notebook
-
Updated
May 14, 2020 - MATLAB
-
Updated
Nov 13, 2018 - C++
-
Updated
Apr 6, 2020 - JavaScript
-
Updated
Jun 6, 2020 - C++
-
Updated
Mar 26, 2018 - Java
Improve this page
Add a description, image, and links to the financial-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the financial-analysis topic, visit your repo's landing page and select "manage topics."
We are suddenly running out of background workers and were told on Slack to increase
timescaledb.max_background_workersfrom 8 to 16.The documentation makes it seem like the timescaledb-tune tool will automatically set the key to a correct value. However the tool [always sets the value to 8](https://github.com/timescale/timesca