-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bf78369
commit fd32bbd
Showing
5 changed files
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name = "OnlinePortfolioAnalysis" | ||
name = "OnlinePortfolioAnalytics" | ||
uuid = "d39dbdee-9d7b-4a6f-a064-c0eaa0a6e939" | ||
authors = ["FemtoTrader <[email protected]>"] | ||
version = "1.0.0-DEV" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
# OnlinePortfolioAnalysis | ||
# OnlinePortfolioAnalytics | ||
|
||
[](https://github.com/femtotrader/OnlinePortfolioAnalysis.jl/actions/workflows/CI.yml?query=branch%3Amain) | ||
[](https://github.com/femtotrader/OnlinePortfolioAnalytics.jl/actions/workflows/CI.yml?query=branch%3Amain) | ||
|
||
This project implements aims to provide users with functionality for performing quantitative portfolio analytics via [online algorithms](https://en.wikipedia.org/wiki/Online_algorithm). | ||
|
||
It depends especially on [OnlineStatsBase.jl](https://joshday.github.io/OnlineStats.jl/) | ||
|
||
It's inspired by the following projects: | ||
|
||
- Julia | ||
- PortfolioAnalytics.jl https://github.com/doganmehmet/PortfolioAnalytics.jl | ||
- R | ||
- PerformanceAnalytics https://cran.r-project.org/web/packages/PerformanceAnalytics/ | ||
- PortfolioAnalytics https://cran.r-project.org/web/packages/PortfolioAnalytics/ | ||
- Python | ||
- pyfolio https://github.com/quantopian/pyfolio | ||
- empyrical https://quantopian.github.io/empyrical |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module OnlinePortfolioAnalysis | ||
module OnlinePortfolioAnalytics | ||
|
||
using OnlineStatsBase | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters