-
Notifications
You must be signed in to change notification settings - Fork 257
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
Showing
10 changed files
with
55 additions
and
10 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
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
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Wide asset classes ETFs | ||
======================= | ||
|
||
This example script is | ||
`available in the repository <https://github.com/cvxgrp/cvxportfolio/blob/master/examples/etfs.py>`_. | ||
|
||
.. literalinclude:: ../../examples/etfs.py | ||
:language: python |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Original examples from the paper | ||
================================ | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
paper_examples/data_risk_model |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Data and risk model estimates | ||
============================= | ||
|
||
This example script is | ||
`available in the repository | ||
<https://github.com/cvxgrp/cvxportfolio/blob/master/examples/paper_examples/data_risk_model.py>`_. | ||
See the docstring below for its explanation. | ||
|
||
.. literalinclude:: ../../../examples/paper_examples/data_risk_model.py | ||
:language: python |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Timing of back-test | ||
=================== | ||
|
||
This example script is | ||
`available in the repository <https://github.com/cvxgrp/cvxportfolio/blob/master/examples/timing.py>`_. | ||
|
||
.. literalinclude:: ../../examples/timing.py | ||
:language: python |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Stock universes | ||
=============== | ||
|
||
This example module is | ||
`available in the repository <https://github.com/cvxgrp/cvxportfolio/blob/master/examples/universes.py>`_. | ||
See the docstring below for its explanation. It's used by other examples | ||
to get lists of stock tickers corresponding to various indexes. We run | ||
it periodically to update the lists to the current constituents of each | ||
index. | ||
|
||
.. literalinclude:: ../../examples/universes.py | ||
:language: python |
Empty file.
File renamed without changes.