Metadata-Version: 2.1
Name: pytca
Version: 1.0.0
Summary: Tranasction cost analysis library
Home-page: https://github.com/jialuechen/pytca
Author: Jialue Chen
Author-email: jialuechen@outlook.com
License: BSD
Keywords: TCA,transaction cost analysis
License-File: LICENSE
Requires-Dist: setuptools-git
Requires-Dist: cython
Requires-Dist: arctic
Requires-Dist: sqlalchemy
Requires-Dist: redis
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: statsmodels
Requires-Dist: blosc
Requires-Dist: pyarrow
Requires-Dist: pathos
Requires-Dist: multiprocess
Requires-Dist: fastparquet
Requires-Dist: flask-restplus
Requires-Dist: gunicorn
Requires-Dist: beautifulsoup4
Requires-Dist: pdfkit
Requires-Dist: psutil
Requires-Dist: matplotlib
Requires-Dist: boto3
Requires-Dist: pyodbc
Requires-Dist: pytest
Requires-Dist: pytest-cov
Requires-Dist: mysql-connector-python
Requires-Dist: IPython
Requires-Dist: chartpy
Requires-Dist: findatapy
Requires-Dist: dash-auth
Requires-Dist: cufflinks
Requires-Dist: plotly
Requires-Dist: kaleido
Requires-Dist: eikon
Requires-Dist: chart-studio
Requires-Dist: dash
Requires-Dist: dash-bootstrap-components
Requires-Dist: dash-html-components
Requires-Dist: dash-core-components
Requires-Dist: dash-table
Requires-Dist: jupyter-dash
Requires-Dist: dtale
Requires-Dist: qpython
Requires-Dist: influxdb
Requires-Dist: celery
Requires-Dist: pytest-tap
Requires-Dist: kombu
Requires-Dist: python-memcached
Requires-Dist: numba
Requires-Dist: vispy
Requires-Dist: jinja2
Requires-Dist: jupyterlab
Requires-Dist: jupyter-contrib-nbextensions
Requires-Dist: jupyter-nbextensions-configurator
Requires-Dist: RISE
Requires-Dist: bqplot
Requires-Dist: WeasyPrint
Requires-Dist: dask
Requires-Dist: distributed
Requires-Dist: cloudpickle
Requires-Dist: python-snappy
Requires-Dist: bokeh
Requires-Dist: msgpack
Requires-Dist: pystore
Requires-Dist: fsspec

pytca is a Python library for doing transaction cost analysis (TCA), essentially finding the cost of your trading activity.
Across the industry many financial firms and corporates trading within financial markets spend a lot of money on TCA, either
by developing in house tools or using external services.Many sell side firms and larger buy side firms build and maintain their own TCA libraries, which is very expensive. The cost of TCA
across the industry is likely to run into many hundreds of millions of dollars or possibly billions of dollars.

Much of the complexity in TCA is due to the need to handle large tick datasets and do calculations on them and is largely a
software engineering problem. This work needs to be repeated in every single implementation. By open sourcing the library
we hope that the industry will no longer need to keep reinventing the wheel when it comes to TCA. At the same time,
because all the code is visible to users, pytca allows you can add your own customized metrics and benchmarks,
which is where you are likely have very particular IP in financial markets. You get the flexibility of a fully internal
TCA solution for free.
