Metadata-Version: 2.1
Name: AbsBox
Version: 0.5.2.0
Summary: an analytical library for cashflow modeling on ABS/MBS products
Home-page: https://github.com/yellowbean/PyABS
Download-URL: https://github.com/yellowbean/PyABS/archive/refs/tags/pre-release.tar.gz
Author: xiaoyu,zhang
Author-email: always.zhang@gmail.com
License: Apache
Keywords: MBS,ABS,Modelling,StructuredFinance,Cashflow
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# AbsBox 
a structured finance cashflow engine wrapper

[![Python version](https://img.shields.io/pypi/pyversions/absbox)](https://img.shields.io/pypi/pyversions/absbox)
[![PyPI version](https://badge.fury.io/py/absbox.svg)](https://badge.fury.io/py/absbox)
[![PyPI download](https://img.shields.io/pypi/dm/absbox)](https://img.shields.io/pypi/dm/absbox)


## installation

    pip install absbox

## Goals
* Provide building blocks to create cashflow models for ABS/MBS
* Adapt to multiple asset class
    * Residential Mortgage / Auto Loans
    * Corp Loans
    * Consumer Credit
* Features
  * Sensitivity Analysis on different scenarios
  * Bond Cashflow Forecast, Pricing

## Documentation
* English -> https://absbox-doc.readthedocs.io
* Chinese -> https://absbox.readthedocs.io
