Introduction¶
PyMBS is a Python library for use in modeling Mortgage-Backed Securities.
This is a modern Python library that requires
Python>=3.10
Objectives¶
Create a modern, stable Python library with a clearly-defined API
Provide as close to 100% Test Coverage as possible [1]
Provide clear documentation with full coverage of the API and example code.
Installing¶
Install using conda:
conda install -c btf pymbs
Install using pip:
pip install pymbs
Links¶
Documentation: https://brianfarrell.gitlab.io/pymbs/
Anaconda Cloud: https://anaconda.org/btf/pymbs/
PyPi Releases: https://pypi.org/project/pymbs/
Footnotes