# Remboursements de prêts hypothécaires/prêts

### Principal + Intérêts

```
daily repayment on $10,000 over 6 years at 6%   | $5.45
monthly repayment on $10,000 over 6 years at 6% | $165.73
annual repayment on $10,000 over 6 years at 6%  | $1,988.75
total repayment on $10,000 over 6 years at 6%   | $11,932.48
```

### Intérêts seulement

<pre><code>daily interest on $10,000 over 6 years at 6%          | $0.88
<strong>monthly interest on $10,000 over 6 years at 6% | $26.84
</strong>annual interest on $10,000 over 6 years at 6% | $322.08
total interest on $10,000 over 6 years at 6%           | $1,932.48
</code></pre>

{% hint style="info" %}

* Pour un [prêt amortissable](https://www.thebalance.com/how-amortization-works-315522), les intérêts mensuels diminuent avec le temps au fur et à mesure que vous remboursez le principal du prêt.
* Généralement, un [tableau d'amortissement](https://www.investopedia.com/terms/a/amortization_schedule.asp) est utilisé pour les détails de ce que vous paierez au cours d'un mois donné.
* La fonction d'intérêt mensuel dans Soulver indique l'intérêt mensuel moyen payé sur la durée de vie du prêt.
  {% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.soulver.app/fr/reference-de-syntaxe/money-and-finance/mortgages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
