From ae7677a65837bbf4e01189de93fa0bab3e9c2d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Vargas?= Date: Thu, 17 Jun 2021 12:18:07 -0300 Subject: [PATCH] add portfolio-allocation library PortfolioAllocation is a JavaScript library designed to help constructing financial portfolios made of several assets: bonds, commodities, cryptocurrencies, currencies, exchange traded funds (ETFs), mutual funds, stocks... --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80b5afb..d14e67c 100644 --- a/README.md +++ b/README.md @@ -353,6 +353,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants ## JavaScript - [finance.js](https://github.com/ebradyjobory/finance.js) - A JavaScript library for common financial calculations. +- [portfolio-allocation](https://github.com/lequant40/portfolio_allocation_js) - PortfolioAllocation is a JavaScript library designed to help constructing financial portfolios made of several assets: bonds, commodities, cryptocurrencies, currencies, exchange traded funds (ETFs), mutual funds, stocks... ### Data Visualization