@loanscope/sim
v0.1.1
Published
LoanScope mortgage borrower-action simulator with deterministic cash accounting and Pareto-ranked outcomes.
Downloads
62
Maintainers
Readme
@loanscope/sim
LoanScope mortgage borrower-action simulator. Given a SimulationPlan (objectives, limits, available actions like pay-down, exclude asset, include borrowers, adjust down payment, add reserves, change term), explores reachable states via deterministic cash accounting and returns a Pareto-ranked SimulationReport of best states plus per-product fixes.
Install
pnpm add @loanscope/sim @loanscope/engine @loanscope/domainUsage
import { simulate } from "@loanscope/sim";
const report = simulate(transaction, products, plan);Part of the LoanScope monorepo
See the repository root for the full list of @loanscope/* packages, the underwriting engine, and the CLI.
License
MIT
