-
-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds book table of contents and buy on amazon button.
- Loading branch information
Showing
4 changed files
with
46 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
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,39 @@ | ||
########################################### | ||
Advanced Portfolio Optimization | ||
########################################### | ||
|
||
A Cutting-edge Quantitative Approach | ||
#################################### | ||
|
||
|
||
Motivation | ||
========== | ||
|
||
This book attempts to fill the gap that exists in quantitative finance books and courses that only focus | ||
on the mean-variance model and its variants, and ignore the further developments made in the last 70 years | ||
after the publication of Markowitz's pioneering work. Readers will find this book very useful because each | ||
section explains the idea and mathematics of each model, and each section is accompanied by its corresponding | ||
Python code that allows all the examples to be reproduced. | ||
|
||
Buy on Amazon | ||
============= | ||
|
||
Click the button below to buy on Amazon: | ||
|
||
.. raw:: html | ||
|
||
<a href="https://a.co/d/hwa69Ve" target="_blank" style="text-decoration:none;"> | ||
<button style="padding:10px 20px; font-size:16px; background-color:#FFA500; color:white; border:none; border-radius:5px; cursor:pointer;"> | ||
Buy on Amazon | ||
</button> | ||
</a> | ||
|
||
|
||
Table of Contents | ||
================= | ||
|
||
The detailed content of the book follows below: | ||
|
||
.. raw:: html | ||
|
||
<embed src="_static\Book_index.pdf" width="100%" height="1000px" type="application/pdf"> |
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