goldmansachs / gs-quant

Python toolkit for quantitative finance
https://developer.gs.com/discover/products/gs-quant/
Apache License 2.0
6.21k stars 784 forks source link

Solution to issue #273 #279

Open jtranquilli opened 9 months ago

jtranquilli commented 9 months ago

The issue is that some functionalities of the Country class expect the input for id to be in lower case, otherwise the 'get' function, for example, returns nothing. The issue is highlighted in #273.