Salut, j'ai vu cette page mais j'ai pas bien compris la formule pour calculer les expositions.
Vous pourriez me donner une formule simple (utilisable dans excell si possible) pour calculer les taux d'exposition moyen et maximal pour chaque plateforme et pour l'ensemble du portefeuille?
Sachant que je connais pour chaque plateforme :
- le nombre de projets (restant? en tout ?)
- le total du montant investi (= le montant prêté, pas le montant sur le portefeuille non-utilisé, hein?)
- le prêt avec le montant le plus élevé
- l'encourt (est-ce que c'est le capital + intérêts restant ou seulement le capital restant ?)
- les interêts bruts à recevoir
- les intérêts bruts reçus.
ouf! Merci d'avance.
Petit up. 🙂
Allez, je m'y colle parce qu'il y a pas beaucoup d'enthousiastes 😉
Je vais pas mâcher le travail, juste donner le principe.
pour faire simple :
à chaque ligne, il faut calculer l'exposition du prêt, c'est simple : montant du prêt divisé par montant total
si tu veux le faire pour chaque plateforme, il faudrait calculer le montant prêté sur chaque plateforme en utilisant une somme conditionnelle (cf tuto excel) et ajouter une colonne avec l'exposition propre à la plateforme
pour calculer les taux d'exposition moyens, il n'y a plus qu'a faire une moyenne des taux d'exposition pondérée par les montants prêtés, il y a la fonction SOMMEPROD() pour faire ça.
Amicalement
Désolé du retard.
Merci Barsa d'avoir pris le temps de répondre, malheureusment je dois être bouché parce que je comprends pas plus.
> montant du prêt divisé par montant total
Montant de quel prêt, montant total de quoi ?
Prenons un exemple concret.
Mettons que j'ai un tableau excell avec dix plateformes dessus.
Sur la plateforme tartenpion, j'ai abondé 200 euros. J'ai investi 150 euros répartis en 15 projets. Le prêt le plus élevé est de 25 euros.
On a donc:
<table style="border-collapse: collapse; width: 0%; height: 95px;">
<tbody>
<tr style="height: 47px;">
<td style="width: 20%; height: 47px;">A</td>
<td style="width: 10%; height: 47px;">B</td>
<td style="width: 5%; height: 47px;">C</td>
<td style="width: 5%; height: 47px;">D</td>
<td style="width: 20%; height: 47px;">E</td>
<td style="width: 3.1348%; height: 47px;">F</td>
<td style="width: 60.909%; height: 47px;">G</td>
<td style="width: 39.9265%; height: 47px;">H</td>
<td style="width: 19.9633%; height: 47px;">I</td>
<td style="width: 9.98165%; height: 47px;">J</td>
<td style="width: 9.98165%; height: 47px;">K</td>
</tr>
<tr style="height: 24px;">
<td style="width: 20%; height: 24px;">Abondement</td>
<td style="width: 10%; height: 24px;">Capital prêté</td>
<td style="width: 5%; height: 24px;">Capital Remboursé</td>
<td style="width: 5%; height: 24px;">Encourt</td>
<td style="width: 20%; height: 24px;">nombre de projets</td>
<td style="width: 3.1348%; height: 24px;">investissement maximal</td>
<td style="width: 60.909%; height: 24px;">exposition Maximale</td>
<td style="width: 39.9265%; height: 24px;">Exposition Moyenne</td>
<td style="width: 19.9633%; height: 24px;">intérêts bruts reçus</td>
<td style="width: 9.98165%; height: 24px;">intérêts bruts à recevoir</td>
<td style="width: 9.98165%; height: 24px;">Solde, liquidité</td>
</tr>
<tr style="height: 24px;">
<td style="width: 20%; height: 24px;">200€</td>
<td style="width: 10%; height: 24px;">150€</td>
<td style="width: 5%; height: 24px;">5€</td>
<td style="width: 5%; height: 24px;">145€</td>
<td style="width: 20%; height: 24px;">15</td>
<td style="width: 3.1348%; height: 24px;">25€</td>
<td style="width: 60.909%; height: 24px;"></td>
<td style="width: 39.9265%; height: 24px;"></td>
<td style="width: 19.9633%; height: 24px;">0.01€</td>
<td style="width: 9.98165%; height: 24px;">4,99€</td>
<td style="width: 9.98165%; height: 24px;">55,01€</td>
</tr>
</tbody>
</table>
Bon voilà, le calcul des intérêts est au pif.
Alors je voudrais savoir, dans exposition maximale, je mets bien : F/D ?
Et dans exposition moyenne, je fais SOMMEPROD() euh, quoi ?
Merci encore.
(copie-colle le tableau)
Mettons que j’ai un tableau excell avec dix plateformes dessus. Sur la plateforme tartenpion, j’ai abondé 200 euros. J’ai investi 150 euros répartis en 15 projets. Le prêt le plus élevé est de 25 euros.
On a donc:
<table class="aligncenter" style="height: 222px; width: 168.495%; border-style: double; border-color: #2d871b; background-color: #030201;" border="4" cellspacing="10px" cellpadding="10px"> <tbody> <tr> <td><span style="color: #339966;">A</span></td> <td><span style="color: #339966;">B</span></td> <td><span style="color: #339966;">C</span></td> <td><span style="color: #339966;">D</span></td> <td><span style="color: #339966;">E</span></td> <td><span style="color: #339966;">F</span></td> <td><span style="color: #339966;">G</span></td> <td><span style="color: #339966;">H</span></td> <td><span style="color: #339966;">I</span></td> <td><span style="color: #339966;">J</span></td> <td><span style="color: #339966;">K</span></td> </tr> <tr> <td><span style="color: #339966;">Abondement</span></td> <td><span style="color: #339966;">Capital prêté</span></td> <td><span style="color: #339966;">Capital Remboursé</span></td> <td><span style="color: #339966;">Encourt</span></td> <td><span style="color: #339966;">nombre de projets</span></td> <td><span style="color: #339966;">investissement maximal</span></td> <td><span style="color: #339966;">exposition Maximale</span></td> <td><span style="color: #339966;">Exposition Moyenne</span></td> <td><span style="color: #339966;">intérêts bruts reçus</span></td> <td><span style="color: #339966;">intérêts bruts à recevoir</span></td> <td><span style="color: #339966;">Solde, liquidité</span></td> </tr> <tr> <td><span style="color: #339966;">200€</span></td> <td><span style="color: #339966;">150€</span></td> <td><span style="color: #339966;">5€</span></td> <td><span style="color: #339966;">145€</span></td> <td><span style="color: #339966;">15</span></td> <td><span style="color: #339966;">25€</span></td> <td></td> <td></td> <td><span style="color: #339966;">0.01€</span></td> <td><span style="color: #339966;">4,99€</span></td> <td><span style="color: #339966;">55,01€</span></td> </tr> </tbody> </table>
Bon voilà, le calcul des intérêts est au pif. Alors je voudrais savoir, dans exposition maximale, je mets bien : <span style="color: #339966;">F/D</span> ?
Et dans exposition moyenne, je fais <span style="color: #339966;">SOMMEPROD()</span> euh, quoi ? 😆 Merci encore.
(3ème tentative)
Bon ben ça veut pas s'afficher, en désespoir de cause j'insère une copie d'écran.
Mettons que j’ai un tableau excell avec dix plateformes dessus. Sur la plateforme tartenpion, j’ai abondé 200 euros. J’ai investi 150 euros répartis en 15 projets. Le prêt le plus élevé est de 25 euros.
Bon voilà, le calcul des intérêts est au pif. Alors je voudrais savoir, dans exposition maximale, je mets bien : F/D ?
Et dans exposition moyenne, je fais SOMMEPROD(F/D) ou autre chose ?
Merci encore.