Hey all, starting a new thread here after my
Stock Market Database thread. Would just like to give a little description of what I'm trying to achieve at the end of this. The database is for independent Oil & Gas companies.
It is supposed to store data for 5+ years. It is supposed to output 3 main things. Firstly it needs to output a daily market update for all the companies that or on our portfolio, for that it needs to output the following data:
Name
Area
Last Trade
Change %
24 Month High
24 Month Low
NOSH(Number of Shares)
Market Cap(m)
Market Cap($m)
CEP Index/24 month(1)
CEP NAV (US$ m)
Valuation Gap
News
The above would be for all the companies on the portfolio, it would basically be a report.
Secondly it needs to be able to pull out company specific information as well, this would have similar information like the one above but with certain financial information about the company, plus some graphs as well.
Anyways, have built the table structure for the database and put some sample data in it. Am going to post it up here for all your opinion, need everyone's opinion and need to know if it is sufficiently normalized as well.
I made sure no data that needs to be calculated will be stored in there, only data such as daily trade price, volume and number of shares will be stored and everything else will be then calculated. Ofcourse some financial data also needs to be stored have got a table for that and then ofcourse there is a table for the historical currency rates from differnt currencies to USD for a better analysis.
Would also like to ask even though Im still a bit far from this step, have been using Access; is it relatively easy to make graphs in there? Because in Excel it is quite easy, but there doesn't seem to be too much information about how to do it.
This is made in Access 2007, but the file I uploaded can be opened in 2003 as well.