forked from ISM6225/Assignment_LookAndFeel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex3.html
More file actions
228 lines (208 loc) · 15.8 KB
/
index3.html
File metadata and controls
228 lines (208 loc) · 15.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Playfair+Display|Roboto|Roboto+Slab" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="./css/main.css" />
<link rel="stylesheet" type="text/css" href="./css/index1.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" /> <!-- Icon -->
<script src="http://code.jquery.com/jquery-3.3.1.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.4.0/Chart.min.js"></script>
<title>Investing Knowledge</title>
</head>
<body>
<!-- Site Navigation Start -->
<div class="topnav">
<div class="limit-col">
<div id="logo">
<a href="index.html">
<img src="img/bull_wealth_logo.png">
</a>
</div>
</div>
</div>
<div class="topmenu">
<div class="limit-col">
<nav>
<div class="hamburger">
<i class="fas fa-bars menu" aria-hidden="true"></i>
</div>
<a href="index.html"><i class="fas fa-home"></i></a>
<a href="about.html">About</a>
<a href="index2.html">Top 6 Dividend Stocks</a>
<a href="index1.html">Best Dividend Stocks</a>
<a href="index3.html">Investing Knowledge</a>
</nav>
</div>
</div>
<!-- Tiny script to toggle menu on smaller screens -->
<script type="text/javascript">
$(document).ready(function () {
$('.menu').click(function () {
$('nav a').toggleClass('active');
})
})
</script>
<!-- Site Navigation End -->
<!-- Header Start -->
<div class="row">
<div class="header2">
<div class="limit-col">
<h1>Investing Knowledge</h1>
</div>
</div>
</div>
<!-- Header End -->
<!-- Main Content Start -->
<div class="row limit-col colpad">
<h1>Investing Time to Learn the Basic Invensting Concepts Will Take Your Money Further</h1>
<img class="image-left-wrap" src="./img/investing.jpg">
<!-- https://www.investopedia.com/university/beginner/beginner1.asp -->
<blockquote>
<b>Investing:</b> The act of committing money or capital to an endeavor with the expectation of obtaining an additional income or profit.
Legendary investor Warren Buffett defines investing as “… the process of laying out money now to receive more money in the future.”
The goal of investing is to put your money to work in one or more types of investment vehicles in the hopes of growing your money over time.
</blockquote>
</div>
<div class="row limit-col colpad">
<h1>What is Investing?</h1>
<p id="main-topic">
Investing is really about “working smarter and not harder.” Most of us work hard at our jobs, whether for a company or our own business.
We often work long hours, which requires sacrifice and adds stress. Taking some of our hard-earned money and investing for our future needs is a way
to make the most of what we earn.
</p>
<p>
Investing is also about making priorities for your money. Spending is easy and gives instant gratification—whether the splurge is on a new outfit,
a vacation to some exotic spot or dinner in a fancy restaurant. All of these are wonderful and make life more enjoyable. But investing requires prioritizing
our financial futures over our present desires.Investing is a way to set aside money while you are busy with life and have that money work for you so that you c
an fully reap the rewards of your labor in the future. Investing is a means to a happier ending.
</p>
<h2>Investing Vehicles</h2>
<p>
There are many different ways you can go about investing, including putting money into stocks/dividend stocks, bonds, mutual funds, ETFs, real estate
(and other alternative investment vehicles), or even starting your own business.Every investment vehicle has its positives and negatives.Understanding how
different types of investment vehicles work is critical to your success. For example, what does a mutual fund invest in? Who is managing the fund?
What are the fees and expenses? Are there any costs or penalties for accessing your money? These are all questions that should be answered before making an investment.
While it is true there are no guarantees of making money, some work on your part can increase your odds of being a successful investor. Analysis,
research and even just reading up on investing can all help.Now that you have a general idea of what investing is and why you should do it,
it's time to learn about how investing lets you take advantage of one of the miracles of mathematics: compound interest.
</p>
<!-- https://www.investopedia.com/university/beginner/beginner2.asp -->
<!-- https://www.investopedia.com/university/beginner/beginner3.asp -->
<!-- https://www.investopedia.com/university/beginner/beginner5.asp -->
<h2>The Concept of Compounding</h2>
<p>
Compounding is the process of generating more return on an asset's reinvested earnings. To work, it requires two things: the reinvestment of earnings and time.
Compound interest can help your initial investment grow exponentially. For younger investors, it is the greatest investing tool possible, and the #1 argument for
starting as early as possible. Below we give a couple of examples of compound interest.
</p>
<div class="row">
<div class="colpad">
<h3>Example #1: Apple stock</h3>
<p>
An investment of $10,000 in the stock of Apple (AAPL) that was made on December 31, 1980 would have grown to $2,709,248 as of the market’s close on February 28, 2017
according to Morningstar’s Advisor Workstation tool. This translates to an annual return of 16.75%, including the reinvestment of all dividends from the stock.Apple started
paying dividends in 2012. Even so, if those dividends hadn’t been reinvested the ending balance of this investment would have been $2,247,949 or 83% of the amount that you
would have had by reinvesting.While Apple is one of the most successful companies, and their stock is a winner year-in and year-out, compound interest also works for index funds,
which are managed to replicate the performance of a major market index such as the S&P 500.
</p>
<h3>Example #2: Vanguard 500 Index</h3>
<p>
Another example of the benefits of compounding is the popular Vanguard 500 Index fund (VFINX) held for the 20 years ending February 28, 2017.
A $10,000 investment into the fund made on February 28, 1997 would have grown to a value of $42,650 at the end of the 20-year period.
This assumes the reinvestment of all fund distributions for dividends, interest or capital gains back into the fund.Without reinvesting the distributions,
the value of the initial $10,000 investment would have grown to $29,548 or 69% of the amount with reinvestment.In this and the Apple example, current year
taxes would have been due on any fund distributions or stock dividends if the investment was held in a taxable account, but for most investors, these earnings
can grow tax-deferred in a retirement account such as a employer-sponsored 401(k).
</p>
<h3>Starting Early</h3>
<p>
Another way to look at the power of compounding is to compare how much less initial investment you need if you start early to reach the same goal.A
25-year-old who wishes to accumulate $1 million by age 60 would need to invest $880.21 each month assuming a constant return of 5%.A 35-year-old wishing
to accumulate $1 million by age 60 would need to invest $1,679.23 each month using the same assumptions.A 45-year-old would need to invest $3,741.27
each month to accumulate the same $1 million by age 60. That’s almost 4 times the amount that the 25-year old needs. Starting early is especially helpful
when saving for retirement, when putting aside a little bit early in your career can reap great benefits.
</p>
</div>
</div>
<div class="row">
<h2>Types Of Investments</h2>
<p>
There are many types of investments and investing styles to choose from. Mutual funds, ETFs, individual stocks and bonds, closed-end mutual funds,
real estate, various alternative investments and owning all or part of a business are just a few examples.
</p>
<div class="colpad">
<h3>Stocks</h3>
<p>
Buying shares of stock gives the buyer the opportunity to participate in the company’s success via increases in the stock’s price and dividends
that the company might declare. Shareholders have a claim on the company’s assets in the event of liquidation, but do not own the assets.Holders of
common stock have voting rights at shareholders’ meetings and the right to receive dividends if they are declared. Holders of preferred stock don’t
have voting rights, but do receive preference in terms of the payment of any dividends over common shareholders. They also have a higher claim on
company assets than holders of common stock.
</p>
<h3>Bonds</h3>
<p>
Bonds are debt instruments whereby an investor effectively is loaning money to a company or agency (the issuer) in exchange for periodic
interest payments plus the return of the bond’s face amount when the bond matures. Bonds are issued by corporations, the federal government plus
many states, municipalities and governmental agencies.A typical corporate bond might have a face value of $1,000 and pay interest semi-annually.
Interest on these bonds are fully taxable, but interest on municipal bonds is exempt from federal taxes and may be exempt from state taxes for
residents of the issuing state. Interest on Treasuries are taxed at the federal level only.Bonds can be purchased as new offerings or on the
secondary market, just like stocks. A bond’s value can rise and fall based on a number of factors, the most important being the direction of
interest rates. Bond prices move inversely with the direction of interest rates.
</p>
<h3>Mutual Funds</h3>
<p>
A mutual fund is a pooled investment vehicle managed by an investment manager that allows investors to have their money invested in stocks,
bonds or other investment vehicles as stated in the fund’s prospectus.Mutual funds are valued at the end of trading day and any transactions to
buy or sell shares are executed after the market close as well.Mutual funds can passively track stock or bond market indexes such as the S&P 500,
the Barclay’s Aggregate Bond Index and many others. Other mutual funds are actively managed where the manager actively selects the stocks, bonds or
other investments held by the fund. Actively managed mutual funds are generally more costly to own. A fund’s underlying expenses serve to reduce
the net investment returns to the mutual fund shareholders.Mutual funds can make distributions in the form of dividends, interest and capital gains.
These distributions will be taxable if held in a non-retirement account. Selling a mutual fund can result in a gain or loss on the investment,
just as with individual stocks or bonds.Mutual funds allow small investors to instantly buy diversified exposure to a number of investment
holdings within the fund’s investment objective. For instance, a foreign stock mutual might hold 50 or 100 or more different foreign stocks in
the portfolio. An initial investment as low as $1,000 (or less in some cases) might allow an investor to own all the underlying holdings of the fund.
Mutual funds are a great way for investors large and small to achieve a level of instant diversification.
</p>
<h3>ETFs</h3>
<p>
ETFs or exchange-traded funds are like mutual funds in many respects, but are traded on the stock exchange during the trading day just like
shares of stock. Unlike mutual funds which are valued at the end of each trading day, ETFs are valued constantly while the markets are open.Many
ETFs track passive market indexes like the S&P 500, the Barclay’s Aggregate Bond Index, and the Russell 2000 index of small cap stocks and many
others.In recent years, actively managed ETFs have come into being, as have so-called smart beta ETFs which create indexes based on “factors”
such as quality, low volatility and momentum.
</p>
<h3>Alternative investments</h3>
<p>
Beyond stocks, bonds, mutual funds and ETFs, there are many other ways to invest. We will discuss a few of these here.Real estate investments
can be made by buying a commercial or residential property directly. Real estate investment trusts (REITs) pool investor’s money and purchase
properties. REITS are traded like stocks. There are mutual funds and ETFs that invest in REITs as well.Hedge funds and private equity also fall
into the category of alternative investments, although they are only open to those who meet the income and net worth requirements of being an
accredited investor. Hedge funds may invest almost anywhere and may hold up better than conventional investment vehicles in turbulent markets.
Private equity allows companies to raise capital without going public. There are also private real estate funds that offer shares to investors
in a pool of properties. Often alternatives have restrictions in terms of how often investors can have access to their money.In recent years,
alternative strategies have been introduced in mutual fund and ETF formats, allowing for lower minimum investments and great liquidity for investors.
These vehicles are known as liquid alternatives.
</p>
</div>
</div>
</div>
<!-- Main Content End -->
<!-- Footer Start -->
<div class="row">
<div class="footer">
<div class="limit-col">
<blockquote>
"If you aren't willing to own a stock for ten years, don't even think about owning it for ten minutes. Put together a portfolio of companies whose aggregate earnings march upward over the years, and so also will the portfolio's market value."
</blockquote>
<blockquote class="quoting">
-- Warren Buffet
</blockquote>
</div>
</div>
</div>
<!-- Footer End -->
</body>
</html>