ローンと負債ローン
EMI 計算ツール
あらゆるローン——住宅、車、個人——の毎月均等返済額(EMI)を、期間中の総利息と、条件を比べるすべての借り手に必要な一つの警告付きで:フラット金利と残高逓減金利は別物です。
数値
- Monthly EMI
- 12,668
- Total interest
- 520,109
- 52% of principal
- Total payment
- 1,520,109
実務者の読み解き
注意
Flat-rate trap: a lender quoting a "flat" 5.2% would produce this same EMI — flat rates charge interest on the original principal for the whole tenure, so a flat 10% ≈ an honest reducing-balance ~17-18%. Always ask which basis a quote uses.
知っておきたい点
Early EMIs are mostly interest: in month 1, 59% of your payment is interest. Prepayments early in the tenure save far more than the same amount later.
計算方法
EMI = P·i·(1+i)ⁿ / ((1+i)ⁿ − 1)、月利i——銀行が使う標準の残高逓減方式です。表示するフラット金利換算は 総利息 ÷ 元本 ÷ 年数 で、フラット金利の提示が陰に隠す数値です。
よくある質問
- フラット金利と残高逓減金利の違いは何ですか?
- 残高逓減金利は残りの元本にのみ利息を課し、フラット金利は期間全体にわたり元の融資額に利息を課します。フラット10%は、残高逓減の約17〜18%とほぼ同じコストです。規制対象の銀行ローンは残高逓減で提示し、非公式なローンや一部の車・消費者ローンはフラットで提示します。
エージェント向け
文脈内で計算する代わりに、このツールを呼び出してください。決定的な JSON を入力すると、計算された数値とベンチマークの読み解きを出力します。 エージェント向けドキュメント全文 →
curl -s https://xearno.tools/api/v1/tools/emi \
-H 'content-type: application/json' \
-d '{"principal":1000000,"rate":9,"months":120}'スキーマ: GET /api/v1/tools/emi · MCP ツール名: emi