<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title></title>
</head>
<body style="font-family:Arial;font-size:14px">
<p>Hello,<br>
<br>
I have an investment portfolio that is composed of several investments.  Each investment within this portfolio has a percentage , and according to the percentage, a certain number of shares are purchased (depending onthe share value of course).<br>
<br>
For example, lets say the portfolio consist in the following investments<br>
<br>
Global actions (10% of the portfolio) at $5/share<br>
Local market (25% of the portfolio) at $7/share<br>
Class A stock (40% of the portfolio) at $3/share<br>
Class B stock (25% of the portfolio) at $10/share<br>
<br>
And that I invest $1000 on this portfolio, the shares will be calculated as this:<br>
<br>
Global actions:  20 shares ($1000x10% / $5 per share)<br>
Local market:  35.714 shares ($1000x25% / $7 per share)<br>
Class A stock: 133.333 shares ($1000x40% / $3 per share)<br>
Class B stock:  25 shares ($1000x25% / $10 per share)<br>
<br>
I think this is pretty classic and simple for a customized portfolio.  How do you guys enter reccurring transactions in KMM?  In this example, this is a retirement portfolio to which I contribute on every paycheck, so every other week.  Entering the investments one by one is cumbersome and time consuming, not to mention updating the prices manually because no online source seems to carry them (or that I couldnt find any)..  Also, I dont have 4 investments in my portfolio but 16...<br>
<br>
Just curious to see what more advanced users are doing in KMM...<br>
<br>
Thanks!</p>
<div>Louis-Philippe Allard<br>
<a href="mailto:lp.allard.1@gmail.com">lp.allard.1@gmail.com</a><br>
Sent from Horde Groupware - GNU/Linux</div>
</body>
</html>