-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 10Cap valuation (closes #88) #90
Changes from all commits
aac02de
0bf6f8d
944bc3e
85c9add
16ee5fc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ | |
<div class="col-md-3 nopadding"> | ||
<input | ||
type="text" | ||
autofocus | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Causes the search field to get activated automatically on each visit to the site (including page refresh). @mrhappyasthma, if you see problems with this behaviour, please let me know! :) |
||
class="form-control" | ||
id="ticker" | ||
placeholder="Ticker Symbol" | ||
maxlength=8 | ||
onkeydown="return validateInput(event)"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
maxlength=8/> | ||
</div> | ||
<div class="col-md-1 nopadding"> | ||
<input | ||
|
@@ -32,4 +32,4 @@ | |
|
||
<script> | ||
{% include "js/search.js" %} | ||
</script> | ||
</script> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<div class="container pb-2 pt-2" id="Ten Cap"> | ||
<div class="row justify-content-center"> | ||
<button | ||
type="button" | ||
class="btn btn-raised btn-lg btn-primary" | ||
data-toggle="popover" | ||
title="10 Cap" | ||
data-content="{% include 'txt/ten_cap_tooltip.txt' %}" | ||
>10 Cap</button> | ||
</div> | ||
|
||
<div class="row pt-3 justify-content-center"> | ||
<div class="col-sm-5"> | ||
<table class="table table-bordered text-center"> | ||
<tr id="debt_equity_title_label"> | ||
<thead class="thead-light"> | ||
<th>10 Cap Price</th> | ||
</thead> | ||
<td id="ten_cap_price"> | ||
- | ||
</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</div> |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Price at which the company is expected to return to you about 10% of your invested amount via Free Cash Flow (Owner's Earnings). | ||
Discussed in the book 'Invested' by Danielle Town. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appeared in the browser console as: