-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
58 lines (58 loc) · 2.23 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: riskParityPortfolio
Title: Design of Risk Parity Portfolios
Version: 0.2.2.9000
Date: 2021-05-31
Description: Fast design of risk parity portfolios for financial investment.
The goal of the risk parity portfolio formulation is to equalize or distribute
the risk contributions of the different assets, which is missing if we simply
consider the overall volatility of the portfolio as in the mean-variance
Markowitz portfolio. In addition to the vanilla formulation, where the risk
contributions are perfectly equalized subject to no shortselling and budget
constraints, many other formulations are considered that allow for box
constraints and shortselling, as well as the inclusion of additional
objectives like the expected return and overall variance. See vignette for
a detailed documentation and comparison, with several illustrative examples.
The package is based on the papers:
Y. Feng, and D. P. Palomar (2015). SCRIP: Successive Convex Optimization Methods
for Risk Parity Portfolio Design. IEEE Trans. on Signal Processing, vol. 63,
no. 19, pp. 5285-5300. <doi:10.1109/TSP.2015.2452219>.
F. Spinu (2013), An Algorithm for Computing Risk Parity Weights.
<doi:10.2139/ssrn.2297383>.
T. Griveau-Billion, J. Richard, and T. Roncalli (2013). A fast algorithm for computing
High-dimensional risk parity portfolios. <arXiv:1311.4057>.
Authors@R: c(
person("Ze", "Vinicius", role = "aut", email = "[email protected]"),
person(c("Daniel", "P."), "Palomar", role = c("cre", "aut"), email = "[email protected]")
)
Maintainer: Daniel P. Palomar <[email protected]>
URL: https://CRAN.R-project.org/package=riskParityPortfolio,
https://github.com/dppalomar/riskParityPortfolio,
https://www.danielppalomar.com,
https://doi.org/10.1109/TSP.2015.2452219
BugReports: https://github.com/dppalomar/riskParityPortfolio/issues
License: GPL-3
Encoding: UTF-8
LinkingTo:
Rcpp,
RcppEigen
RoxygenNote: 7.2.1
Imports:
alabama,
Matrix,
nloptr,
quadprog,
Rcpp
Suggests:
knitr,
ggplot2,
numDeriv,
portfolioBacktest,
prettydoc,
rmarkdown,
R.rsp,
testthat,
viridisLite
VignetteBuilder:
knitr,
rmarkdown,
R.rsp