gs-quant icon indicating copy to clipboard operation
gs-quant copied to clipboard

Python toolkit for quantitative finance

Results 41 gs-quant issues
Sort by recently updated
recently updated
newest added

**Describe the problem.** Formatting code by hand is tedious for developers and adds cost to review cycles. **Describe the solution you'd like** gs-quant code should be autoformatted via a tool...

**Describe the problem.** What is the best way to represent a Portfolio that can consists of so many types of investments? **Describe the solution you'd like** I would like to...

help wanted
question

### Describe the problem Currently there is no programatic way of accessing Marquee Content through gs_quant. This is a feature proposal to add a content module for interacting with the...

``` > python .\sample.py Traceback (most recent call last): File ".\sample.py", line 17, in coverage = weather.get_coverage(weather) # GS-specific functionality File "C:\Users\scott\AppData\Roaming\Python\Python37\site-packages\gs_quant\data\dataset.py", line 234, in get_coverage fields=fields File "C:\Users\scott\AppData\Roaming\Python\Python37\site-packages\gs_quant\api\gs\data.py", line...

**Describe the problem.** The error text if your application account doen't have the correct scope is too verbose ``` > python .\sample.py Traceback (most recent call last): File ".\sample.py", line...

Adding a Session class located in `gs-quant/gs_quant/gs_utils/`, which implements most of the Marquee Studio API calls, wrapped into convenience functions. The Session object is initialized with client credentials, and is...

**Describe the problem.** Docs are missing details on how to build the project **Describe the solution you'd like** Updated readme **Describe alternatives you've considered** None **Are you willing to contribute**...

I have added the scope as an API parameter in carbon.py and removed the # Todo add scope as API parameter.

**Describe the bug** Non-selected fields become NaN but all fields are still present in the dataframe - this is different from the example output in the docs. **To Reproduce** Run...