FM SFPL Data Models

The pages in this hierarchy document in detail the US Agency Single Family Loan Performance data models. openNPL implements the main table as shown here: SFLP Template

Aligned with the approach for the EBA NPL classes, data models are split in separate files following the TABLE_NAME.py convention in the sflp_portfolio directory.

Note

The Agency Single Family Loan Performance Template does not explicitly segment data attributes into Counterparty, Loan etc. The assignment into tables (models) in openNPL is based on the interpretation and main function of different data fields

In addition, there is a Portfolio Model and a Portfolio Snapshot Model implemented in the (models.py) file. These models extend the Agency schema to enable and/or improve the usability of the openNPL platform.

Todo

The SFLP credit data hierarchy is still under development