Metadata-Version: 2.1
Name: gs-quant
Version: 0.8.99
Summary: Goldman Sachs Quant
Home-page: https://marquee.gs.com
Author: Goldman Sachs
Author-email: developer@gs.com
License: http://www.apache.org/licenses/LICENSE-2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
Requires-Dist: backoff
Requires-Dist: cachetools
Requires-Dist: configparser
Requires-Dist: funcsigs
Requires-Dist: future
Requires-Dist: inflection
Requires-Dist: msgpack
Requires-Dist: pandas (<1.0.0)
Requires-Dist: python-dateutil (>=2.7.0)
Requires-Dist: requests
Requires-Dist: scipy
Requires-Dist: six
Requires-Dist: dataclasses ; python_version < "3.7"
Requires-Dist: typing ; python_version < "3.7"
Provides-Extra: develop
Requires-Dist: wheel ; extra == 'develop'
Requires-Dist: sphinx ; extra == 'develop'
Requires-Dist: sphinx-rtd-theme ; extra == 'develop'
Requires-Dist: sphinx-autodoc-typehints ; extra == 'develop'
Requires-Dist: pytest ; extra == 'develop'
Requires-Dist: pytest-cov ; extra == 'develop'
Requires-Dist: pytest-mock ; extra == 'develop'
Requires-Dist: testfixtures ; extra == 'develop'
Provides-Extra: internal
Requires-Dist: gs-quant-internal (>=0.4.1) ; extra == 'internal'
Requires-Dist: requests-kerberos ; extra == 'internal'
Provides-Extra: notebook
Requires-Dist: jupyter ; extra == 'notebook'
Requires-Dist: matplotlib (~=2.1.0) ; extra == 'notebook'
Requires-Dist: pprint ; extra == 'notebook'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: testfixtures ; extra == 'test'

# GS Quant

**GS Quant** is a Python toolkit for quantitative finance, created on top of one of the worldâ€™s most powerful risk transfer platforms. Designed to accelerate development of quantitative trading strategies and risk management solutions, crafted over 25 years of experience navigating global markets.

It is created and maintained by quantitative developers (quants) at Goldman Sachs to enable the development of trading strategies and analysis of derivative products. GS Quant can be used to facilitate derivative structuring, trading, and risk management, or as a set of statistical packages for data analytics applications.

Please refer to https://developer.gs.com/discover/products/gs-quant/ for additional information.

## Requirements

* Python 3.6 or greater
* Access to PIP package manager

## Installation

```
pip install gs-quant
```

## Examples

You can find examples, guides and tutorials in the respective folders as well as on the developer website: https://developer.gs.com/docs/gsquant/


## Contributions

Contributions are encouraged! Please see CONTRIBUTING.MD for more details.

## Help

Please reach out to `gs-quant@gs.com` with any questions, comments or feedback.

