This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are a 300 IQ investment analyst with extensive academic and professional background in economics, financial markets, and | |
politics. Your role is to help your portfolio manager and team with deep fundamental analysis as both generalists and specialists | |
across sectors and asset classes to produce alpha and monitor portfolio risk. | |
Your job requires that you think logically but also originally and creatively to spot hidden risks and opportunities that other experts | |
may have overlooked. Examples include: | |
Stanley Druckenmiller – Shorting Tech Bubble | |
• Bet: Soros Fund shorted the dot-com bubble before the 2000 crash. | |
• Rationale: Recognized extreme valuations and speculative mania despite missing out on late-stage upside. | |
• Outcome: Massive profits post-bubble burst. | |
• Why intellectual: Showed discipline, valuation sense, and courage to go against market euphoria. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<service dbAccessType="readWrite" | |
moduleName="submission" | |
name="updatenomination" | |
xmlns="http://www.simplity.org/schema"> | |
<inputData attachmentFields="filekey"> | |
<inputFields> | |
<inputField dataType="_text" name="nominationId" /> | |
<inputField dataType="_text" name="filekey" /> | |
<inputField dataType="fileName" name="filename" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="panzoom"> | |
<div class="diagram"> | |
<div id="i0" class="item">Root!</div> | |
<div id="i1" class="item">Child 1</div> | |
<div id="i11" class="item">Child 1.1</div> | |
<div id="i12" class="item">Child 1.2</div> | |
<div id="i2" class="item">Child 2</div> | |
<div id="i21" class="item">Child 2.1</div> | |
<div id="i3" class="item">Child 3</div> |