currency
Here are 1,153 public repositories matching this topic...
-
Updated
Jun 1, 2022 - Python
-
Updated
May 19, 2022 - PHP
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
May 15, 2021 - PHP
-
Updated
May 25, 2022 - PHP
-
Updated
May 24, 2022 - Go
-
Updated
May 28, 2022 - Java
-
Updated
May 9, 2022 - JavaScript
Is there a way to calibrate a discount curve from traded fx forwards?
Taking USDJPY as an example. As an input I have the fx spot, 1M, 3M and 6M forwards , I have also built a USD OIS discount curve. I want to create a JPY discount curve such that I can reprice correctly all of the fx forwards I observe in the market. Is that possible with the current library?
As an extension to the above,
-
Updated
Jun 1, 2022
It is unclear how to use something like get_token_balance() with respect to the Uniswap v2 factory contract. I am trying to view the amount of a token in the Uniswap v2 liquidity pool, and it seems all I can check is the ERC20 token balance globally.
Edit: I see now I can use get_ex_token_balance(), but I am receiving the Uniswap v1 pool amounts. When I switch to version 2 the Factory methods
-
Updated
May 26, 2022 - Python
-
Updated
Apr 7, 2022 - Shell
-
Updated
May 24, 2022 - JavaScript
-
Updated
Mar 1, 2022 - TypeScript
-
Updated
Dec 10, 2021 - TypeScript
-
Updated
Jan 27, 2022 - Swift
-
Updated
Dec 7, 2021 - TypeScript
-
Updated
Nov 3, 2018 - Go
-
Updated
May 15, 2021 - PHP
-
Updated
May 4, 2021 - Python
-
Updated
Feb 25, 2022 - TypeScript
Improve this page
Add a description, image, and links to the currency topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the currency topic, visit your repo's landing page and select "manage topics."
Is there an existing issue for this?
Current behavior
First off, thanks for the great library.
.allocate() function has unexpected behaviour when given falsy input.
Expected behavior
I expected an error:
TypeError: You must provide a non-empty array of numeric values greater than 0Steps to reproduce