changement allocation cible

This commit is contained in:
2020-04-14 12:24:20 +02:00
parent e344887606
commit 5e6495e3ae
2 changed files with 29 additions and 12 deletions

View File

@@ -1,16 +1,33 @@
# README # # README #
Cette application permet de :
Cette application permet le suivi des avoirs financiers : actions, ETF, obligations (assurances-vie), livrets, etc... 1. faire le suivi des actifs financiers : actions, ETF, obligations (assurances-vie), livrets
2. compararer les écarts avec une allocation cible
Elle est développée avec les composants open source suivants :
## Backend
- [Python](https://www.python.org/downloads/) 3.7
- [Pyramid web framework](https://trypyramid.com/) 1.10
- [MySQL server](https://mysql.com/) 5.7 sur Debian GNU/Linux 9 (stretch)
- [Apache web server](https://apache.org/) 2.4 sur Debian GNU/Linux 9 (stretch)
## Frontend
- [Bootstrap framework](https://getbootstrap.com/) for CSS 3.3.7
- [Jquery](https://jquery.com/download/) for JavaScript 3.2.1
- Chameleon templates
- [FormValidation](https://formvalidation.io/) form validator 0.7.0
## Jquery Plugins
- [DataTables](https://datatables.net/) 1.10.20
- [less.js](http://lesscss.org/) 3.11.1
- [moment.js](https://momentjs.com/) with-locales.min.js
- [Google Charts](https://developers.google.com/chart)
[Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)
Développé avec :
- Pyramid Framework
- MySQL
- Chameleon
* [Exemple d'une comptabilité simple] (http://perso.numericable.fr/assoc1901/droit/comptabilite1.htm)
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)

View File

@@ -60,8 +60,8 @@
</table> </table>
<p> <p>
<b>Allocation globale</b> : 60% actions + 5% REITS + 35% obligations<br /> <b>Allocation globale</b> : 60% actions + 5% REITS + 35% obligations<br />
<b>Allocation actions D</b> (2/3) : 60% US (24%) + 30% Europe (12%) + 10% Japon (4%)<br /> <b>Allocation actions D</b> (1/2) : 60% US (18%) + 30% Europe (12%)<br />
<b>Allocation actions C</b> (1/3) : 100% World (20%) <br /> <b>Allocation actions C</b> (1/2) : 100% World (30%) <br />
[Cette allocation est inspirée de celle du <a href="https://www.nbim.no/en/the-fund/how-we-invest/benchmark-index/">Fond souverain Norvégien</a>] [Cette allocation est inspirée de celle du <a href="https://www.nbim.no/en/the-fund/how-we-invest/benchmark-index/">Fond souverain Norvégien</a>]
</p> </p>
</div> </div>