flowchart LR
A([💰 Ménages<br/>Capacité de financement]):::cap
M([🏦 Banques<br/> ou Intermédiaire]):::inter
B([🏭 Entreprises<br/>Besoin de financement]):::besoin
A -->|Prêt / Dépôt| M
M -->|Crédit| B
classDef cap fill:#c6f6d5,stroke:#2f855a,stroke-width:2px;
classDef besoin fill:#fed7d7,stroke:#c53030,stroke-width:2px;
classDef inter fill:#bee3f8,stroke:#2b6cb0,stroke-width:2px;
Comment estimer les intérêts d’un investissement ?
\[ V_t = V_0 \cdot (1 + i \cdot t) \]
\[ V_t = V_0 \cdot (1 + i)^t \]