finance Flashcards
(13 cards)
Daily Portfolio Value
How much the portfolio is worth at the end of each day
Daily Portfolio Value Formula
Normed Values = price[day x] / price [day 0]
Allocation = Normed * allocations
Position Value = Allocations * Start value
Port Value = position Value.sum(each column)
Cumulative Return
Measure of change from beginning to end
Cumulative Return Formula
(last value / first value) - 1
Average Daily Return
Average of daily return
Standard Deviation (Risk)
.std()
Sharpe Ratio
Risk Adjusted Return
Lower risk and Higher return is better
Risk Free Rate of Return
Interest rate on money in a risk free asset
Sharpe Ratio Formula
k * (Mean(Portfolio return - risk free rate) / standard deviation(portfolio return - risk free rate))
where k=
sqrt(sampling rate)
sampling rate
daily = 252
weekly = 52
monthly = 12
Rolling statistics
Computing statistic (mean / median /std dev etc) over a subset of the data (eg 20 days / 50 days etc)
Bollinger Band
Rolling statistic measuring +/- 2 std. dev. from simple moving average.
Crossing - indicates buy, Crossing + indicates sell
Daily Return
( Price [today] / Price [Day 1] )- 1
Hedge Fund Computing
Place orders on the market to move current portfolio towards target portfolio based on a prediction of where the market is moving towards