AI Agent Hub
Back to plugins
🧰

dsh-mortgage-equal-installment

Web Tools Updated 2026.08.20

Run the following command in DeepSeek Harness:

dsh plugin install uckkk/dsh-mortgage-equal-installment

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install uckkk/dsh-mortgage-equal-installment in your terminal to install the plugin; the full source code is hosted at https://github.com/uckkk/dsh-mortgage-equal-installment

About this plugin

Working through an equal-installment mortgage usually means juggling monthly payments, total interest, total repayment, and a period-by-period breakdown all at once. Online calculators add a network round-trip, limited transparency, and slow iteration when comparing several rate-and-term combinations.

dsh-mortgage-equal-installment is a fully local, pure-Node equal-installment mortgage calculator. Supply the principal, annual rate, and loan term as parameters and it returns the monthly payment, cumulative interest, total repayment, and other key figures with a clear textual explanation. Every computation runs in-process with zero network calls, so results are instant and reproducible.

It is a practical fit for homebuyers stress-testing multiple mortgage scenarios, and for developers who want reliable mortgage math embedded directly inside a DSH session without redirecting to an external page.

Use Cases

  • Compare monthly payments across different rates and terms
  • Estimate total repayment and interest cost during home-buying budgeting
  • Output a period-by-period amortization breakdown inside a session

Best For

  • Homebuyers building a mortgage budget
  • Developers embedding mortgage math into a DSH session
  • Finance professionals needing fast, offline mortgage calculations