FINM8006代写、代做Python编程设计
FINM8006 Advanced Investment Assignment
Due 11/10/2024
1 Chinese A-Share Market
Stock market in China is often said to be heavily inffuenced by individual traders.
Size and liquidity therefore are long suspected to play important roles in Chinese
A-share market. Mutual fund industry has been developing in the recent years,
especially after 2016. In this exercise, we will analyze the Chinese market from
2012 to 2022.
1.1 Data Description
The data folder contains two zipped (.gz) csv ffles.
• monthly_returns_cn.csv.gz contains monthly stock and market returns
for stocks on Chinese market from 2010 to 2022.
– stkcd: stock code
– month: date of monthly end date
– ret: stock return
– mktret: market return
– rf: risk free rate
• monthly_characteristics_cn.csv.gz contains ffrm characteristics of
the shares traded each month from the market and earnings announcements.

stkcd: stock code
– priormonth: end of the month date when characteristics information
is known
– market_value: market cap (value) of stock in the month
– ep: EP ratio calculated as earnings divided by market cap
– amihud: average Amihud measure in a month. Amihud measure is a
measure of stock illiquidity, calculated as stock price change divided
by trading volume. The higher the value the lower a stock’s liquidity.
1.2 Your Tasks
11.2.1 Mean Variance
Suppose you inherited an amount of money (M) at the end of year 2020 and want
to invest it in a basket of stocks and risk free asset at the beginning of 2021.
stkcds of the stocks in your basket are ['600519', '002594', '002415',
'000333'] and the risk free rate is known at the beginning of 2021. You have
CRRA utility function of risk aversion = 3. You estimate the return characteristics
using data in the last 3 years prior to 2021.
1. What is your optimal share of M to invest in the stock basket?
2. What is the optimal share of M to invest in each stock if you decide to do
mean-variance investing?
3. What are the returns you expected to get and you will actually get (from
M, consider only the stock returns) in January 2021?
4. If you compose your stocks in the basket based on their relative market
caps at the end of 2020, what return (from M, consider only the stock
returns) in January 2021 will you get?
1.2.2 CAPM BETA
For each stock and month starting from January 2012, use the prior 24 month
to estimate CAPM . You will require a ffrm-month to have at least 12 months
of prior data to estimate, otherwise the ffrm-month will be dropped from the
portfolio. From now on, your data will be ffrms with legitimate beta and other
characteristics information.
For each month starting from 2012, form 10 portfolios according to their CAPM
, then plot the average realized monthly excess return against the average
for the 10 portfolios. Add the CAPM line also to your graph. Please comment
on the graph you produce, what kind of the stocks are likely to be overvalued
or undervalued.
1.2.3 Size and EP Ratio
For each month starting from 2012, form 25 (5x5) portfolios by sorting stocks
according to size (proxied by market value) and EP ratio. Stock characteristics
in a month is its characteristics in the prior month. Calculate the value-weighted
returns and betas. Produce a within-size plot and a within-PE plot for the 25
portfolios by plotting mean excess return against CAPM as in the lecture notes.
Comment on your graphs.
1.2.3.1 Size and EP factors
You will divide your stocks into 6 (2X3) portfolios according to size and EP.
Returns in the portfolios are value-weighted. Then you will form your SMB
(size) factor by longing the equally-weighted portfolios of small stock portfolios
2and shorting the equally-weighted portfolios of big stock portfolios, form your
HML (EP) factor by longing the equally-weighted portfolios of high EP stock
portfolios and shorting the equally-weighted portfolios of low EP stock portfolios.
Plot the cumulative factor returns along with the cumulative market excess
return.
Run multi-factor models of market excess return, SMB and HML for each of the
25 portfolios you formed earlier, and get the factor loading. Produce within-size
and with-EP plots by plotting average portfolio excess returns against average
model predicted excess returns. You get model predicted excess returns from
factor loading and mean factor returns. Has the multi-factor loading improved
the model prediction?
1.2.4 Liquidity Premium
Is there liquidity premium and What is its dynamics? Let’s examine. In addition
to the 2X3 sorting, we also sort independently into 5 portfolios according
to amihud. That is, we sort stockings into 2X3X5 portfolios of size, EP and
liquidity. Again, portfolio returns are value weighted. Finally, we form liquidity
premium by longing the equally-weighted portfolios of high illiquidity
stock portfolios and shorting the equally-weighted portfolios of low illiquidity
stock portfolios. Calculate the time-series of liquidity premium, and plot the
cumulative returns of the premium. Comment on the graph you get.
1.3 Python Notes
You can use pandas to read zipped csv ffles. Notice that stkcd is a str, and
month is a date, they need to be speciffed in reading to have the correct data
type, such as the following:
monthly_returns = pd.read_csv('monthly_returns_cn.csv.gz',
parse_dates=['month'], dtype={'stkcd':'str'})
You will need statsmodels for regression. For rolling regression, you can use
a for loop as the backtesting workshop, or use RollingOLS in statsmodels.
To calculate things by group, the groupby method of pandas will be useful.
You can use apply following groupby to get results in a new data frame, or use
transform to add the results to the existing dataframe. Please see lecture notes
and pandas documentation online for details.
qcut method of pandas is handy for ffnding the cutoff and sorting dataframe
into groups. The following lambda function, when applied to x, put 10 group
labels, size0…size9 according to x.
lambda x: pd.qcut(x, 10, labels=['size'+str(x) for x in range(10)], retbins=False)
3

热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图