gs-quant
gs-quant copied to clipboard
Python toolkit for quantitative finance
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...
**Describe the bug** country entity only work with lower-case non-space country name **To Reproduce** ``` from gs_quant.entities.entity import Country, Subdivision from gs_quant.markets.securities import Asset, AssetIdentifier for cty in ['taiwan', 'Taiwan',...
recieve -> receive
**Describe the bug** A Portfolio of instruments can be serialised to disk via portfolio.to_csv() however the output csv file cannot then be reloaded via Portfolio.from_csv(). Effectively the to/from csv feature...
**Describe the bug** Dataset date handling is broken This problem is caused by the change in the `dataclasses-json`, since version `0.6.5` of the library. That library is a dependency of...
identifer -> identifier
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior with code example. **Expected behavior** A clear and concise description...
Developer Certificate of Origin Statement