aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/mailing_list.py24
-rw-r--r--python/templates/template-2014-04-16.html63
-rw-r--r--python/templates/template-2014-04-16.txt39
-rw-r--r--python/templates/template2-2014-04-16.html74
-rw-r--r--python/templates/template2-2014-04-16.txt53
5 files changed, 245 insertions, 8 deletions
diff --git a/python/mailing_list.py b/python/mailing_list.py
index 4f5e13a5..8339905e 100644
--- a/python/mailing_list.py
+++ b/python/mailing_list.py
@@ -21,16 +21,21 @@ server = smtplib.SMTP('smtp.gmail.com:587')
server.starttls()
server.login(gmail_login, gmail_password)
-with open("templates/template-2014-03-17.txt") as fh:
+with open("templates/template2-2014-04-16.txt") as fh:
s_text = Template(fh.read())
-with open("templates/template-2014-03-17.html") as fh:
+with open("templates/template2-2014-04-16.html") as fh:
s_html = Template(fh.read())
attachment_name = 'Serenitas Capital (SCGMF Returns).pdf'
with open(os.path.join(root, "Pitchbook", attachment_name), 'rb') as fh:
- pdf_attach = MIMEApplication(fh.read(), 'pdf')
-pdf_attach.add_header('Content-Disposition', 'attachment', filename = attachment_name)
+ pdf_attach1 = MIMEApplication(fh.read(), 'pdf')
+pdf_attach1.add_header('Content-Disposition', 'attachment', filename = attachment_name)
+
+attachment_name = 'Serenitas Credit Gamma Master Fund - Investor Letter 1Q2014.pdf'
+with open(os.path.join(root, "InvestorLetters", attachment_name), 'rb') as fh:
+ pdf_attach2 = MIMEApplication(fh.read(), 'pdf')
+pdf_attach2.add_header('Content-Disposition', 'attachment', filename = attachment_name)
for email, name, firm in mailing_list:
msg = MIMEMultipart()
@@ -39,10 +44,13 @@ for email, name, firm in mailing_list:
msg['To'] = email
msg_alternative = MIMEMultipart('alternative')
if name:
- name = " " + name #Hi Joe, vs Hi,
- msg_alternative.attach(MIMEText(s_text.substitute(name = name, firm_name = firm),'plain'))
- msg_alternative.attach(MIMEText(s_html.substitute(name = name, firm_name = firm),'html'))
+ name = "Dear {0}".format(name)
+ else:
+ name = "Hi"
+ msg_alternative.attach(MIMEText(s_text.substitute(name = name, firm_name=firm.rstrip()), 'plain'))
+ msg_alternative.attach(MIMEText(s_html.substitute(name = name, firm_name=firm.rstrip()), 'html'))
msg.attach(msg_alternative)
- msg.attach(pdf_attach)
+ msg.attach(pdf_attach2)
+ msg.attach(pdf_attach1)
server.send_message(msg)
server.quit()
diff --git a/python/templates/template-2014-04-16.html b/python/templates/template-2014-04-16.html
new file mode 100644
index 00000000..15bd06d8
--- /dev/null
+++ b/python/templates/template-2014-04-16.html
@@ -0,0 +1,63 @@
+<html>
+<body style="font-family:Calibri,sans-serif;font-size:11pt">
+Hi$name,
+
+<p>
+I&#8217;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">March</td><td style="text-align:right">0.53%</td>
+</tr>
+<tr>
+ <td style="padding-right:1em">YTD (3/14)</td><td style="text-align:right">4.50%</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.
+</p>
+
+<p>
+I&#8217;ve attached our latest quarterly investor letter and a 2-page
+summary about Serenitas Capital and our team. 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-04-16.txt b/python/templates/template-2014-04-16.txt
new file mode 100644
index 00000000..d3a99f0e
--- /dev/null
+++ b/python/templates/template-2014-04-16.txt
@@ -0,0 +1,39 @@
+Hi$name,
+
+I'd like to update you regarding the performance of Serenitas Credit
+Gamma Master Fund.
+
+February 0.53%
+YTD (3/14) 4.50%
+2013 21.11%
+
+Serenitas Credit Gamma Master Fund is a fixed income relative value
+fund with a market-neutral approach.
+
+I've attached our latest quarterly investor letter and a 2-page
+summary about Serenitas Capital and our team. Please let me know if
+you have any questions or would like to discuss our strategy.
+
+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.
diff --git a/python/templates/template2-2014-04-16.html b/python/templates/template2-2014-04-16.html
new file mode 100644
index 00000000..d11f2090
--- /dev/null
+++ b/python/templates/template2-2014-04-16.html
@@ -0,0 +1,74 @@
+<html>
+<body style="font-family:Calibri,sans-serif;font-size:11pt">
+$name,
+
+<p>
+Serenitas Capital is looking for an anchor investor and I&#8217;d like to
+explore a potential relationship with $firm_name.
+</p>
+
+<p>
+<ul type="square">
+ <li>My partners and I founded Serenitas Capital in 2012 after
+ working as a team in the proprietary trading group at Merrill
+ Lynch.</li>
+ <li>At Merrill, we generated substantial returns every year from 2006 thru 2011.</li>
+ <li>Our team utilizes proprietary analytics and a quantitative market-neutral approach to exploit pricing inefficiencies in structured credit markets.</li>
+ <li>In 2013, at Serenitas, we launched a fixed income relative value fund with partners&#8217; capital.</li>
+</ul>
+</p>
+
+<p>Serenitas Credit Gamma Master Fund performance summary:</p>
+<p>
+<table style="font-family:Calibri,sans-serif;font-size:11pt">
+<tr>
+ <td style="padding-right:1em">March</td><td style="text-align:right">0.53%</td>
+</tr>
+<tr>
+ <td style="padding-right:1em">YTD (3/14)</td><td style="text-align:right">4.50%</td>
+</tr>
+<tr>
+ <td style="padding-right:1em">2013</td><td style="text-align:right">21.11%</td>
+
+</tr>
+</table>
+</p>
+
+<p>
+I&#8217;ve attached our latest investor letter and a 2-page file with
+information about Serenitas Capital and our team. Please let me know
+if you are available for an introductory call.
+</p>
+
+<p>
+Best regards,<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&#8217;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/template2-2014-04-16.txt b/python/templates/template2-2014-04-16.txt
new file mode 100644
index 00000000..61cc0a88
--- /dev/null
+++ b/python/templates/template2-2014-04-16.txt
@@ -0,0 +1,53 @@
+$name,
+
+Serenitas Capital is looking for an anchor investor and I'd like to
+explore a potential relationship with $firm_name.
+
+- My partners and I founded Serenitas Capital in 2012 after working as
+ a team in the proprietary trading group at Merrill Lynch.
+
+- At Merrill, we generated substantial returns every year from 2006
+ thru 2011.
+
+- Our team utilizes proprietary analytics and a quantitative
+ market-neutral approach to exploit pricing inefficiencies in
+ structured credit markets.
+
+- In 2013, at Serenitas, we launched a fixed income relative value
+ fund with partners' capital.
+
+Serenitas Credit Gamma Master Fund performance summary:
+
+March 0.53%
+
+YTD (3/14) 4.50%
+
+2013 21.11%
+
+I've attached our latest investor letter and a 2-page file with
+information about Serenitas Capital and our team. Please let me know
+if you are available for an introductory call.
+
+Best regards,
+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.