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

  1. Create a modern, stable Python library with a clearly-defined API

  2. Provide as close to 100% Test Coverage as possible [1]

  3. 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