File: securities.html

package info (click to toggle)
eqonomize 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 16,956 kB
  • sloc: cpp: 49,180; xml: 495; makefile: 10; sh: 6
file content (20 lines) | stat: -rw-r--r-- 7,025 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter 5. Securities</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"><meta name="keywords" content="Qt, Eqonomize, Money, Finances, Bookkeeping, Budget"><link rel="home" href="index.html" title="Eqonomize! Manual v1.0.0"><link rel="up" href="index.html" title="Eqonomize! Manual v1.0.0"><link rel="prev" href="transactions.html" title="Chapter 4. Transactions"><link rel="next" href="currencies.html" title="Chapter 6. Using Multiple Currencies"></head><body style="color:black" bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 5. Securities</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="transactions.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="currencies.html">Next</a></td></tr></table><hr></div><div class="chapter"><div class="titlepage"><div><div><h1 class="title"><a name="securities"></a>Chapter 5. Securities</h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl class="toc"><dt><span class="sect1"><a href="securities.html#security_transactions">Security Transactions</a></span></dt><dt><span class="sect1"><a href="securities.html#securities_view">The Securities View</a></span></dt></dl></div><p>
	Securities represents money invested in stock, bonds and mutual funds. Eqonomize! does not differentiate between different kinds of securities, even though the terminology used is better suited for some. Securities and associated statistics are displayed in the securities view.
	</p><p>
	The create a new security in Eqonomize! use <span class="guimenu">Securities</span> → <span class="guimenuitem">New Security</span> or the <span class="guibutton">New Security</span> button. First select an account. Securities are associated with an account of securities type, which cannot be associated with ordinary transactions. Enter name of the security and select type. Specify initial shares if you do not want to back-track all transactions (it is always preferred to use transactions instead, for better statistics), and enter a quotation with associated date.
	</p><div class="mediaobject"><img src="figures/editsecurity.png"></div><p>
	</p><p>
	Automatic updates of stock quotes are not supported. You will have to update the value per share manually (using <span class="guimenuitem">Set Quote</span> or <span class="guimenuitem">Edit Quotes</span> in <span class="guimenu">Securities</span> or context menu) for the security value to be up to date.
	</p><div class="mediaobject"><img src="figures/setquote.png"></div><p>
	</p><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="security_transactions"></a>Security Transactions</h2></div></div></div><p>
			The following transactions are supported for securities:
			</p><div class="variablelist"><dl class="variablelist"><dt><span class="term">Shares bought</span></dt><dd><p>When additional shares of a security have been bought or received (as an income). Specify two of number of shares bought, price per share and total cost (including fees/commission), and select an account (if bought) or income category (if received).</p><div class="mediaobject"><img src="figures/sharesbought.png"></div></dd><dt><span class="term">Shares sold</span></dt><dd><p>When some shares of a security have been sold or given away (or used as payment). Specify two of number of shares sold, price per share and total income, and select an account (if sold) or expense category (if given away).</p></dd><dt><span class="term">Shares traded</span></dt><dd><p>When shares of one security are sold and shares of another security are bought for the same amount of money, without transfer of income to an account in between.</p></dd><dt><span class="term">Dividend</span></dt><dd><p>When money is received for each share of a security. Specify income and income category.</p></dd><dt><span class="term">Reinvested dividend</span></dt><dd><p>When dividend is received as additional shares.</p><div class="mediaobject"><img src="figures/reinvesteddividend.png"></div></dd></dl></div><p>
		</p><p>
		All shares bought and sold are listed as transfers (listed in the transfers view), unless recieved/given away (in which case the transaction are listed as an income or expense), and dividends as incomes (in the incomes view). You can list all transactions associated with a single security using <span class="guimenu">Securities</span> → <span class="guimenuitem">Transactions</span> (or the context menu).
		</p></div><div class="sect1"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="securities_view"></a>The Securities View</h2></div></div></div><div class="mediaobject"><img src="figures/securities.png"></div><p>
		Statistics displayed for each security:
		</p><div class="variablelist"><dl class="variablelist"><dt><span class="term">Value</span></dt><dd><p>Value at period end date date (quotation * shares).</p></dd><dt><span class="term">Quotation</span></dt><dd><p>Price per share at period end date.</p></dd><dt><span class="term">Shares</span></dt><dd><p>Shares at period end date.</p></dd><dt><span class="term">Cost</span></dt><dd><p>Total price paid for all buys minus sells, at end date.</p></dd><dt><span class="term">Profit</span></dt><dd><p>Profit during the period (value + dividends - cost).</p></dd><dt><span class="term">Yearly Rate</span></dt><dd><p>Percent increase of value per share (for a share bought at the beginning of the period), during the period on a yearly basis. Includes dividends.</p></dd></dl></div><p>
		In the total statistics displayed below the security list, quotation and yearly rate are weighted based on the value of each security.
		</p><p>
		Predictions are simplistic and based on previous development, with respect to dividends and quotations, only. Future quotations are calculated using quotations during the nearest past time. The quotation one month from current date is assumed to have increased at the same rate as during the past month (or the date before with a specified quotation). Dividends are always predicted using full past years (they are assumed to occur on a yearly basis).
		</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="transactions.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="currencies.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 4. Transactions </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 6. Using Multiple Currencies</td></tr></table></div></body></html>