finance
Here are 2,694 public repositories matching this topic...
-
Updated
Dec 28, 2020 - C++
-
Updated
Aug 3, 2020 - Python
-
Updated
Dec 28, 2020 - PHP
-
Updated
Dec 20, 2020
-
Updated
Dec 24, 2020 - Python
Expected Behavior
Expected the creation of random data for CFDs.
Actual Behavior
Unhandled Exception is thrown - maximu
-
Updated
Dec 24, 2020 - C#
-
Updated
Dec 28, 2020 - Python
-
Updated
Dec 28, 2020 - Python
-
Updated
May 14, 2020
-
Updated
Dec 21, 2020 - PHP
-
Updated
Dec 23, 2020 - Python
-
Updated
Dec 13, 2020 - Jupyter Notebook
-
Updated
Dec 21, 2020 - Jupyter Notebook
-
Updated
Dec 24, 2020 - TypeScript
Heston model has accurate density approximations for European option prices, which are of interest.
The module implementing this method should live under tf_quant_finance/volatility/heston_approximation.py. It should support both European option puts and calls approximations. Tests should be in heston_approximation_test.py in the same folder.
-
Updated
Mar 6, 2018 - Python
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Oct 4, 2020 - Python
-
Updated
Dec 20, 2020 - Jupyter Notebook
-
Updated
Dec 23, 2020 - Python
-
Updated
Oct 5, 2020
At MacOS version of 1.3.4 -stable-, when adding a new Transaction, the amount field gets a pair of 00's each time you move to another text field or combobox option.
At 1.3.3 there is similar behaviour, however it adds ",00"... that means a comma, for decimals, so it's gets added just one time and the next time you move arround, it keep as is.
Looks like that because at 1.3.4 add just 0's wit
Improve this page
Add a description, image, and links to the finance topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the finance topic, visit your repo's landing page and select "manage topics."
In recent versions (can't say from exactly when), there seems to be an off-by-one error in dcc.DatePickerRange. I set
max_date_allowed = datetime.today().date(), but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.E