-
Notifications
You must be signed in to change notification settings - Fork 0
Terms
illyfrancis edited this page Jul 8, 2013
·
36 revisions
- CSD - Central securities depository
- Functions listed in wiki are interesting
- DTC - Depository trust & clearing corporation
- NAV - (Net Asset Value)[http://www.investopedia.com/video/play/net-asset-value/]
- video explaining...
-
Standard deviation
- or variance, so higher the SD more risky it is
Given monthly returns of 2%, 7.5%, 1%, 6%, 1.5%
then the average is 3.6%
(3.6 - 2)^2 = 2.56
(3.6 - 7.5)^2 = 15.21
(3.6 - 1)^2 = 6.76
(3.6 - 6)^2 = 5.76
(3.6 - 1.5)^2 = 4.41
Sum = 34.7 / (5 terms - 1) = 8.675
sqrt(8.675) = 2.9 (standard deviation)