1 pointby jt-hill14 hours ago1 comment
  • jt-hill14 hours ago
    I work in credit risk and needed to model consumer loans in Python. I couldn't find a tool that made it easy to model simple loans either individually or at the pool level, so I decided to make my own.

    It's early (v0.2.0) but works end-to-end and can produce an amortization schedule from loan characteristics

    Up next are the actual credit risk features I wanted from the start.

    Feedback welcome!