aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/mailing_list.py4
-rw-r--r--python/templates/template-2014-03-12.html62
-rw-r--r--python/templates/template-2014-03-12.txt37
3 files changed, 102 insertions, 1 deletions
diff --git a/python/mailing_list.py b/python/mailing_list.py
index 90a12d87..8d949447 100644
--- a/python/mailing_list.py
+++ b/python/mailing_list.py
@@ -35,9 +35,11 @@ pdf_attach.add_header('Content-Disposition', 'attachment', filename = attachment
for email, name in mailing_list:
msg = MIMEMultipart()
msg['Subject'] = 'Serenitas Credit Gamma Master Fund performance update'
- msg['From'] = gmail_login
+ msg['From'] = "David Weeks <{0}>".format(gmail_login)
msg['To'] = email
msg_alternative = MIMEMultipart('alternative')
+ if name:
+ name = " " + name #Hi Joe, vs Hi,
msg_alternative.attach(MIMEText(s_text.substitute(name = name),'plain'))
msg_alternative.attach(MIMEText(s_html.substitute(name = name),'html'))
msg.attach(msg_alternative)
diff --git a/python/templates/template-2014-03-12.html b/python/templates/template-2014-03-12.html
new file mode 100644
index 00000000..0863d6eb
--- /dev/null
+++ b/python/templates/template-2014-03-12.html
@@ -0,0 +1,62 @@
+<html>
+<body style="font-family:Calibri,sans-serif;font-size:11pt">
+Hi$name,
+
+<p>
+I'd like to update you regarding the performance of Serenitas Credit Gamma Master Fund.
+</p>
+<table style="font-family:Calibri,sans-serif;font-size:11pt">
+<tr>
+ <td style="padding-right:1em">February</td><td style="text-align:right">1.78%</td>
+</tr>
+<tr>
+ <td style="padding-right:1em">YTD (2/14)</td><td style="text-align:right">3.95%</td>
+</tr>
+<tr>
+ <td style="padding-right:1em">2013</td><td style="text-align:right">21.11%</td>
+
+</tr>
+</table>
+
+<p>
+Serenitas Credit Gamma Master Fund is a fixed income relative value
+ fund with a market-neutral approach. The attached file has
+ additional information about Serenitas Capital and the fund.
+</p>
+
+<p>
+Please let me know if you have any questions.
+</p>
+
+<p>
+Thanks,<br/>
+David
+</p>
+
+<p style="font-size:9pt">
+<span style="color:#000076;font-weight:bold">David Weeks<br/>
+ SERENITAS CAPITAL LP<br/></span>
+<span style="color:#000076;font-size:8pt">(646) 257-2894<br/></span>
+<a href="mailto:david.weeks@serenitascapital.com" style="font-size:8pt">david.weeks@serenitascapital.com</a>
+</p>
+
+<p style="font-size:9pt">
+Results are net of fees and accrued allocations. Results for 2014 are
+estimated and unaudited. Past performance is not necessarily
+indicative of future results. Rates of return are calculated for all
+investors taken as a whole. An individual investor’s rate of return
+may vary based on the terms of its subscription and timing of its
+investment in the fund. <br/>
+
+<p style="font-size:9pt">
+This document does not constitute an offer to sell or the solicitation
+of an offer to purchase any security or investment product. Any such
+offer or solicitation may only be made by means of delivery of an
+approved offering memorandum. An approved offering memorandum must be
+received and reviewed prior to any investment decision. Any person
+subscribing for an investment must be able to bear the risks involved
+and must meet the suitability requirements relating to such
+investments.
+</p>
+</body>
+</html>
diff --git a/python/templates/template-2014-03-12.txt b/python/templates/template-2014-03-12.txt
new file mode 100644
index 00000000..113e3e5d
--- /dev/null
+++ b/python/templates/template-2014-03-12.txt
@@ -0,0 +1,37 @@
+Hi$name,
+
+I'd like to update you regarding the performance of Serenitas Credit Gamma Master Fund.
+
+February 1.78%
+YTD (2/14) 3.95%
+2013 21.11%
+
+Serenitas Credit Gamma Master Fund is a fixed income relative value
+fund with a market-neutral approach. The attached file has additional
+information about Serenitas Capital and the fund.
+
+Please let me know if you have any questions.
+
+Thanks,
+David
+
+David Weeks
+SERENITAS CAPITAL LP
+(646) 257-2894
+david.weeks@serenitascapital.com
+
+Results are net of fees and accrued allocations. Results for 2014 are
+estimated and unaudited. Past performance is not necessarily
+indicative of future results. Rates of return are calculated for all
+investors taken as a whole. An individual investor’s rate of return
+may vary based on the terms of its subscription and timing of its
+investment in the fund.
+
+This document does not constitute an offer to sell or the solicitation
+of an offer to purchase any security or investment product. Any such
+offer or solicitation may only be made by means of delivery of an
+approved offering memorandum. An approved offering memorandum must be
+received and reviewed prior to any investment decision. Any person
+subscribing for an investment must be able to bear the risks involved
+and must meet the suitability requirements relating to such
+investments.