@loanscope/products
v0.1.1
Published
Declarative LoanScope mortgage product catalogs (Agency, Government, Portfolio) with extends-based inheritance and per-occupancy / per-tier constraints.
Maintainers
Readme
@loanscope/products
Declarative LoanScope mortgage product catalogs across the Agency (Fannie Mae, Freddie Mac), Government (FHA, VA, USDA, plus Streamline / IRRRL refinances), and Portfolio (Jumbo Pink, Prime Jumbo, Prime Jumbo Max) channels. Products use extends-based inheritance and per-occupancy / per-tier constraint refinement; the resolved tree is flattened by @loanscope/program-rules.
Install
pnpm add @loanscope/products @loanscope/domain @loanscope/program-rulesUsage
import { getAllProducts, filterDisplayProducts } from "@loanscope/products";
const products = filterDisplayProducts(getAllProducts());Part of the LoanScope monorepo
See the repository root for the full list of @loanscope/* packages, the underwriting engine, and the CLI.
License
MIT
