currency
Here are 1,174 public repositories matching this topic...
-
Updated
Jul 9, 2022 - Python
-
Updated
Jul 4, 2022 - PHP
-
Updated
Jul 7, 2022 - JavaScript
-
Updated
May 15, 2021 - PHP
-
Updated
Jun 25, 2022 - PHP
-
Updated
May 28, 2022 - Java
-
Updated
May 24, 2022 - Go
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
Jul 1, 2022 - JavaScript
-
Updated
Jul 9, 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
Jun 18, 2022 - Python
-
Updated
Apr 7, 2022 - Shell
-
Updated
Jul 2, 2022 - TypeScript
-
Updated
May 24, 2022 - JavaScript
-
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