{% extends 'base_email.html.twig' %}
{% block title %} {% endblock %}
{% block body %}
Dear {{ recipient.fullname }},
I am writing to you to confirm receipt of the funds for the Preference Share raise.
The details of the funds we have on record for you can be found on the "My Allocations" page on the Investor website:
Kind rgds,
{{ sender.fullName }}
Pub | Original investment | Pref Share Raise (%) | Pref Share Ask (£) | Interest rate on Pref Share | Interest rate on Excess contributions* (%)) | Shareholder Letter | Current Pref Share Election | Monies received | |
---|---|---|---|---|---|---|---|---|---|
{{ pub.name }} | {{ recipient.getShareForPub(pub).investmentAmount|number_format }} | {{ pub.fundRaisePercent*100 }}% | {{ (recipient.getShareForPub(pub).investmentAmount *pub.fundRaisePercent)|number_format }} | {{ pub.prefShareInterestRate *100 }} % | {{ (0.03+pub.prefShareInterestRate) *100 }}% | Shareholder letter. More details | {{ recipient.getFundRaiseContributionForPub(pub).amount|number_format }} | {{ recipient.getFundRaiseContributionForPub(pub).moniesReceived|number_format}} |
* Excess funds (above the 'Ask') will be allocated to the Enhanced Prefs on a pro-rata basis according to their original investment. |