aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/mailing_list.py4
-rw-r--r--python/templates/template-2014-06-13.html59
-rw-r--r--python/templates/template-2014-06-13.txt36
3 files changed, 97 insertions, 2 deletions
diff --git a/python/mailing_list.py b/python/mailing_list.py
index d4309d30..3dad0451 100644
--- a/python/mailing_list.py
+++ b/python/mailing_list.py
@@ -21,10 +21,10 @@ server = smtplib.SMTP('smtp.gmail.com:587')
server.starttls()
server.login(gmail_login, gmail_password)
-with open("templates/template-2014-05-19.txt") as fh:
+with open("templates/template-2014-06-13.txt") as fh:
s_text = Template(fh.read())
-with open("templates/template-2014-05-19.html") as fh:
+with open("templates/template-2014-06-13.html") as fh:
s_html = Template(fh.read())
attachment_name = 'Serenitas Capital (SCGMF Returns).pdf'
diff --git a/python/templates/template-2014-06-13.html b/python/templates/template-2014-06-13.html
new file mode 100644
index 00000000..307348d5
--- /dev/null
+++ b/python/templates/template-2014-06-13.html
@@ -0,0 +1,59 @@
+<html>
+<body style="font-family:Calibri,sans-serif;font-size:11pt">
+Hello$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">May</td><td style="text-align:right">0.70%</td>
+</tr>
+<tr>
+ <td style="padding-right:1em">YTD (5/2014)</td><td style="text-align:right">6.32%</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.&nbsp; The attached file has
+additional information about Serenitas Capital and our team.
+</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-06-13.txt b/python/templates/template-2014-06-13.txt
new file mode 100644
index 00000000..4259d84e
--- /dev/null
+++ b/python/templates/template-2014-06-13.txt
@@ -0,0 +1,36 @@
+Hello$name,
+
+I'd like to update you regarding the performance of Serenitas Credit
+Gamma Master Fund.
+
+May 0.70%
+YTD (5/2014) 6.32%
+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 our team.
+
+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.