25579 SPRING 2022 Assignment 1

September, 2022

The “value” factor is one of the most researched portfolio strategies that has also been widely implemented in industry. The strategy has staunch defenders and vigorous critics and before committing to launch a product in this space your team is tasked with creating a comprehensive report on the pros and cons of a retail investment product based on this investment idea and its interaction with other factors.

Deadline: 11:59pm on Thursday October 13, 2022 Score: marked out of 100 (worth 30% of the final mark)

0.  Introduction and background

After decades of attractive returns, the value factor’s performance has waned significantly since the 2008 Global Financial Crisis. A number of practitioners and academics have thus started to question the ability of the value factor to deliver in the future:

However, there is evidence that the value factor performs well during periods of high inflation, and so it could be time for a triumphant comeback for value, particularly if combined with other complementary factors:

The CIO (Chief Investment Officer) of your company is exploring the possibility of launching a product in this space but, before committing to this course of action she would like the quant research team to prepare a short, but comprehensive, analysis of the value investment factor and the potential to combine it with the low volatility factor.

Your report should have the following components:

  1. A presentation of the fundamental intuition behind the value investment factor;
  2. A quantile analysis of the predictive power of the value factor as implemented using three different measures:
  3. EPQ = the E/P ratio where E is the last quarter EPS
  4. EP12 = the E/P ratio where E is the last 12 months EPS
  5. BTM = the book-to-market ratio;
  6. A presentation of the results of backtesting the “best” value strategy (measure) from the quantile analysis over the 2005–2020 period;
  7. A proposal of some “clever” way to combine the best performing value factor with the low volatility factor [Black Belt];
  8. Optimization of the chosen combination in terms of rebalancing frequency and number of shares bought.

The deliverables for this assignment are:

  • A Jupyter Notebook with your code;
  • A PDF file with a short written report.

There is no formal length requirement for the report. My suggestion is to aim at anywhere between 7-8 pages of “main text” including tables and pictures. You may also add an appendix if you want to add more tables, etc. Please be sure that all the necessary information is in the main body of the report.

1.  Presentation of the Strategy

This should be a presentation of the economic intuition behind the value investment strategy only. After reading this part the reader should understand:

  • What fundamental economic concepts underpin this strategy;
    • Why this strategy should work (Isn’t it a fundamental violation of market efficiency?).

This part will be mainly descriptive (although, if you want, you may add a table and/or a graph if you need it to make a point). The intended audience is the Chief Investment Officer of your firm, so you can assume a high level of sophistication and a good understanding of finance.

As a reference material for this part, you can refer to the preparatory material of the subject and any further articles/resources that you can find.

The length of this part should be one page of text plus optional graphs and tables. For this part only you can take graphs and tables from other sources (with proper citation). Please limit the number of graphs and tables in this part. It should be mostly about providing the economic intuition in your own words.

2.  Quantile Analysis

In the second part of your assignment, you should present a detailed statistical analysis of the predictive power of the value factor implemented via each of the three possible measures (EPQ, EP12 and BTM). Specifically, you should perform a Quantile Analysis for each measure.

In doing this analysis you should use all the available data and you should show how the predictive power changes over time. After reading this part the reader should understand:

  • How strong the predictive power of the three value factors are over the entire sample;
    • Whether this predictive power has changed over time.

Of particular interest to your boss is the fact that many traditional factors have weakened in time and are nowadays significantly less informative than in the past. Has the value really strategy weakened over time?

For the length of the quantile analysis, you should aim at around one-two pages. If you feel the need to add many more tables and graphs, consider the possibility to relegate some of them to the appendix, leaving only your “main narrative” in the body of the report.

3.  Backtesting

For the third part of your report you should proceed with the “best” performing value factor (out of EPQ, EP12 or BTM) from you quantile analysis in part two. You should make it clear what measure you consider “best” and why.

You should provide a detailed report of the performance of a long-only strategy that invests in stocks that rank well according to the best performing value factor. Your strategy should:

  • Invest in the top 250 stocks;
    • Be tested on data between 2005 and 2020;
    • Rebalance monthly;
    • Assume 0.2% roundtrip transaction costs.

Your report should include:

  1. A table with the main diagnostics;
  2. A graph with the performance of the strategy and the benchmark;
  3. A bar graph with the total active return of the strategy for every year;
  4. Graphs with the industry composition of the portfolio and the benchmark.

The results should be properly commented in your report. After reading this part, the reader should know:

  • Whether the strategy performed well or not over this period;
    • Whether the ability of the strategy to “beat the market” is constant across this period or has changed in time;
  • Whether the strategy has any strong industry bias compared to the benchmark.1

The length of this part should be around two pages, including comments and graphs/tables.

4.  Combination with Low-Volatility Factor

As suggested in Andrew Ang’s recent article, Finding Value in Value, there may be benefit in combining the traditional value investment factor with the low-volatility factor to provide some downside resiliency (since low volatility has tended to lose less during down markets).

In the fourth part of your report you should propose a “clever” way to combine the best performing value factor (used in part three) with the low-volatility factor provided—Total Volatility in the TVOL.zip data file.

In your report should include:

  • A description of the method used to combine the factors and the economic/statistical rational behind by it;
    • A brief summary of the performance of a backtest of the combined factor with the same assumptions as in part three above. Specifically, it should include:
      • A table with the main diagnostics;
      • A graph with the performance of the combined strategy, the value-only strategy, and the benchmark.
ATTENTION This part is the “black-belt” component of the assignment in the sense that we have not discussed in detail how to combine factors in the subject. Therefore, you will need to research methods of combining factors and how to implement this in python. This section is worth 20% of the total Assignment mark. If you do not want to attempt this component then simply take the average of the two factor values as the combined factor to perform your backtesting. A maximum of 10% is then available for this section (for the backtesting results of the simple average factor value). “>

The length of this part should be around one-two pages including both your comments and graphs and tables. As with the other parts of the assignments we will mainly mark the PDF report, so all your results have to be presented and commented there.

1 Industry bias means that the strategy is far more (or less) invested in some industry (for example tech or financials) compared to the market.

5.  Strategy Optimization

In the main backtesting you have used monthly rebalancing and invested in the top 250 stocks. These parameters have been suggested by your boss based on her “years of experience”. In the firth part of your assignment, you need to optimize the strategy (analysed in part four) by finding the best values for the key parameters. Specifically, you want to test:

  • Rebalancing every 1, 3, 12 months;
    • Investing in the top 100, 250, 1000 stocks.

You should test all these combinations and record the Information Ratio of the strategy. The result of this part should be a table with all the combinations of parameters and the related information ratio. You should briefly comment the result.

After reading this part the reader should know what combination of parameters produces the best performance.

Notes:

  1. When performing the backtests for strategy optimization, you should use the same time period and transaction cost assumption as in part three;
  2. If you can, try not to repeat the backtesting function nine times, instead use for-loops.

For the length of this part, you should aim at around one page. If you feel the need to add many more tables and graphs, consider the possibility to relegate some of them to the appendix, leaving only your “main narrative” in the body of the report.

6.  Data

Together with the assignment you will find the following data files:

  • EPQ.zip, EP12.zip, and BTM.zip contain monthly data on three different “value” measures (EPQ = E/P ratio where E is the last quarter EPS, EP12 = E/P ratio where E is the last 12 months EPS, and BTM = book-to-market ratio) for a sample of US stocks. The factors are already normalized with a higher numerical value corresponding to a better “value” (a stronger signal);
    • TVOL.zip contains monthly data of a low-volatility factor (Total Volatility) for a sample of US stocks. Again, the factor is already normalized and defined as “increasing in quality”, meaning that the higher the number, the lower the risk measure;
    • Prices.zip contains the monthly (adjusted) prices for US companies from 1980.

7.  Timeline

The content of the assignment is covered in different weeks of the subject. Here is a rough estimation of when the material (and code) necessary for each session is covered:

Assignment PartWeekNotebooks / Concepts
1. Presentation of the Strategy  6 and 7None. Concepts of Investment Factor, Risk Premium and Market Anomaly
2. Quantile Analysis708 – Quantile Analysis
3. Backtesting809 – Full Backtesting
  4. Factor Combination  6–809 – Full Backtesting and your own coding/research skills
5. Strategy Optimization6–809 – Full Backtesting

8.  Submission

You will submit:

  1. A PDF file with your report (A1_XXXXX.pdf);
  2. A Jupyter Notebook with all your code (A1_XXXXX.ipynb).

Where XXXXX is your UTS student ID number. Files with wrong names or wrong extension will attract 5% penalty.

Your PDF report should contain a professionally-looking cover page (no specific format required) with your name and Student ID.

Tables in the report should be edited and not simply cut and paste images from the Notebook. The graphs coming from the notebooks should be exported as image files and then inserted in the report and not “screenshotted and pasted”.

The files will be submitted electronically using the electronic drobox in Canvas.

8.1 Structure of the Jupyter Notebook

  1. You should start with an empty notebook and add all the cells that you need;
  2. Your python notebook should contain your name and student ID at the top in the initial markdown cell;
  3. The first code cell should contain all the import statements (including the apmodule). No import statements should be located anywhere else in the file;
  • The second code cell should contain all the user-generated functions. You should not report here the functions from our own apmodule, but use them from the module;
  • The third code cell should contain the initial loading of all the files;
  • The notebook can import any of the libraries used in the subject including the apmodule library. If you want to import a library that we have not used in class, please check with me beforehand;
  • The file can only load and use the datafiles provided with the assignment or other datafiles used in the subject. No external data can be used;
  • Your code should be well commented using markdown cells and # comments in the code cells;
  • You should use markdown cells to help the reader navigate the file, basically explaining what you are doing in the code cells (or at least the most relevant ones);
  • You should choose which results to present in the notebook in order to help the reader without overwhelming. For example, if you simply modify a column in a DataFrame it may not be necessary to show the result on screen;
  • I need to be able to run your notebook in one go from top to bottom, so before submitting make sure that all your code runs properly. Do not worry about the running time of your notebook. You do not need to optimize for speed;
  • You can copy portions of the notebooks created in class, but please do not follow their structure. The notebooks used in class were designed for teaching purposes and do not reflect the sequence of objectives of your notebook. Not everything we have done in class fits with this research project.

You should consider the notebook as the natural complement to the PDF report. Imagine that your reader will go through the report and then, from time to time have a look at the corresponding section of the notebook to understand some technical aspect of your model. This implies that:

  • All the important information is in the report. You will not receive marks for required elements of the assignment that are in the code but not in the report.
    • The notebook should not contain significant elements (for example the quantile analysis using N quintiles) if the results of such analysis are not commented in the report.

9. Marking Guide

ComponentValueBelow Expectations 0 – 5Meets Expectations 6 – 8Exceeds Expectations 9 – 10
  Presentation of the Strategy  10The presentation of the factor portrays a lack of understanding of its economic fundamentalsThe analysis of the determinants of the factor is confused or insufficient  The presentation of the factor is complete and based on coherent financial and economic reasoningThe presentation is rich and engagingThe language is professional and proficientThe presentation conveys a deep understanding of the factor and its determinants
    Quantile Analysis    10  There are serious methodological errors in the analysisThe analysis is incompleteThe results are not well presentedThe results are not well commented  There are no serious methodological errors, and the analysis is completeThe presentation of the results is sufficientThe analysis is rich, and the problem is analysed from multiple points of view (complementary techniques, multiple time horizons, …) presenting a comprehensive pictureThe results are presented in a professional manner providing enough information without overwhelming the reader
Backtesting10There are serious methodological errors in the analysis or the analysis is incomplete The analysis is complete and functional
  Backtesting: Results  10  The results are not well presented and commented  The presentation of the results is sufficientThe results are presented in a professional manner providing enough information without overwhelming the reader
Combining Factors: Methodology  10  A simple average is used to combine factorsThe presentation of the method used is complete and based on coherent reasoningThe presentation conveys a deep understanding of issues at hand and the pros and cons of different methods
  Combining Factors: Backtest Results  10There are serious methodological errors in the analysis or the analysis is incompleteThe results are not well presented and commented  The presentation of the results is sufficientThe analysis is complete and functionalThe results are presented in a professional manner providing enough information without overwhelming the reader
ComponentValueBelow Expectations 0 – 5Meets Expectations 6 – 8Exceeds Expectations 9 – 10
    Optimization    10  There are serious methodological errors in the analysis, or the analysis is incompleteThe results are not well presented and commented  There are no serious methodological errors, and the analysis is completeThe presentation of the results is sufficientThe optimization is well structured with for-loops and without useless repetition of codeThe results are presented in a professional manner providing enough information without overwhelming the reader
    Notebook: Structure    10  The notebook does not run properlyThe structure of the notebook is confusing and unhelpful    The notebook runs properlyThe notebook is well structuredThe notebook is very well designedThe coding is elegant and makes good use of functions and loops to avoid repetitionsThe variables are properly named and easy to follow.The choice of which intermediate results to present is effective to help the reader
  Notebook: Comments    10    The notebook is not commented, or the comments are insufficient and/or unclear  The comments are sufficiently to allow the reader to properly follow the processThe comments are rich and well-made, allowing the reader to follow both the financial logic and the code structureThe comments make good use of Markdown to improve readability
    Quality of the Report      10There are frequent spelling and punctuation errors.The language is often non correct and does not convey financial concepts in an effective wayThere is not a common graphic style and colour paletteGraphs and tables are badly formatted  There are only minor spelling and punctuation errorsThe language is correct, and the financial terminology properly usedThere is evidence of editing to make the feel professionalThe document has a truly professional tone and feelThe narrative structure is easy to follow.The language is very effective, and the key ideas presented in a succinct but clear wayTables and graphs are effective in communicating the key results
Order Now

Get expert help for 25579 SPRING 2022 Assignment and many more. 24X7 help, plag free solution. Order online now!

Universal Assignment (May 1, 2026) 25579 SPRING 2022 Assignment 1. Retrieved from https://universalassignment.com/25579-spring-2022-assignment-1/.
"25579 SPRING 2022 Assignment 1." Universal Assignment - May 1, 2026, https://universalassignment.com/25579-spring-2022-assignment-1/
Universal Assignment October 10, 2022 25579 SPRING 2022 Assignment 1., viewed May 1, 2026,<https://universalassignment.com/25579-spring-2022-assignment-1/>
Universal Assignment - 25579 SPRING 2022 Assignment 1. [Internet]. [Accessed May 1, 2026]. Available from: https://universalassignment.com/25579-spring-2022-assignment-1/
"25579 SPRING 2022 Assignment 1." Universal Assignment - Accessed May 1, 2026. https://universalassignment.com/25579-spring-2022-assignment-1/
"25579 SPRING 2022 Assignment 1." Universal Assignment [Online]. Available: https://universalassignment.com/25579-spring-2022-assignment-1/. [Accessed: May 1, 2026]

Please note along with our service, we will provide you with the following deliverables:

Please do not hesitate to put forward any queries regarding the service provision.

We look forward to having you on board with us.

Categories

Get 90%* Discount on Assignment Help

Most Frequent Questions & Answers

Universal Assignment Services is the best place to get help in your all kind of assignment help. We have 172+ experts available, who can help you to get HD+ grades. We also provide Free Plag report, Free Revisions,Best Price in the industry guaranteed.

We provide all kinds of assignmednt help, Report writing, Essay Writing, Dissertations, Thesis writing, Research Proposal, Research Report, Home work help, Question Answers help, Case studies, mathematical and Statistical tasks, Website development, Android application, Resume/CV writing, SOP(Statement of Purpose) Writing, Blog/Article, Poster making and so on.

We are available round the clock, 24X7, 365 days. You can appach us to our Whatsapp number +1 (613)778 8542 or email to info@universalassignment.com . We provide Free revision policy, if you need and revisions to be done on the task, we will do the same for you as soon as possible.

We provide services mainly to all major institutes and Universities in Australia, Canada, China, Malaysia, India, South Africa, New Zealand, Singapore, the United Arab Emirates, the United Kingdom, and the United States.

We provide lucrative discounts from 28% to 70% as per the wordcount, Technicality, Deadline and the number of your previous assignments done with us.

After your assignment request our team will check and update you the best suitable service for you alongwith the charges for the task. After confirmation and payment team will start the work and provide the task as per the deadline.

Yes, we will provide Plagirism free task and a free turnitin report along with the task without any extra cost.

No, if the main requirement is same, you don’t have to pay any additional amount. But it there is a additional requirement, then you have to pay the balance amount in order to get the revised solution.

The Fees are as minimum as $10 per page(1 page=250 words) and in case of a big task, we provide huge discounts.

We accept all the major Credit and Debit Cards for the payment. We do accept Paypal also.

Popular Assignments

Professional Nursing Assignment Help for Students: Achieve Academic Excellence with Expert Support

Introduction Nursing is a demanding field that combines theoretical knowledge with practical skills. Students pursuing nursing courses often face challenges in completing assignments that require accuracy, critical thinking, and real-world application. This is where nursing assignment help becomes an essential academic support system. With increasing academic pressure and clinical responsibilities,

Read More »

Economics Assignment Help: A Complete Guide for Students

Introduction Economics is a fundamental subject that helps students understand how markets, governments, and individuals make decisions regarding resources. While it is highly relevant in today’s world, many students find economics assignments challenging due to complex theories, graphs, and data analysis. This is where economics assignment help becomes extremely useful.

Read More »

Law Assignment Help: A Complete Guide for Students

Introduction Law is a complex and intellectually demanding field that requires critical thinking, analytical skills, and a deep understanding of legal principles. Students pursuing law often face challenges in completing assignments due to extensive research requirements and intricate case analysis. This is where law assignment help becomes highly beneficial. With

Read More »

Nursing Assignment Help: A Complete Guide for Students

Introduction Nursing is a highly respected and demanding field that requires a strong understanding of medical concepts, patient care, and clinical practices. Students pursuing nursing often face intense academic pressure due to complex assignments, practical responsibilities, and tight deadlines. This is where nursing assignment help becomes essential. With expert assistance,

Read More »

Finance Assignment Help: A Complete Guide for Students

Introduction Finance is a core subject in business and management studies, covering areas like investment analysis, financial management, and risk assessment. While it offers excellent career opportunities, many students find finance assignments challenging due to complex calculations and analytical concepts. This is where finance assignment help becomes essential. With expert

Read More »

Computer Science Assignment Help: A Complete Guide for Students

Introduction Computer Science is one of the most popular and dynamic fields of study, offering vast career opportunities in software development, data analysis, cybersecurity, and more. However, students often face difficulties in completing assignments due to the technical complexity and time constraints. This is where computer science assignment help becomes

Read More »

Digital Marketing Assignment Help: A Complete Guide for Students

Introduction Digital marketing has become a vital part of modern business strategies, making it a popular subject among students worldwide. From social media campaigns to search engine optimization, the field is dynamic and constantly evolving. However, completing assignments in this subject can be challenging due to its practical and analytical

Read More »

Cloud Computing Assignment Help: A Complete Guide for Students

Introduction Cloud computing has become a fundamental part of modern technology, powering everything from mobile apps to enterprise systems. As universities increasingly include this subject in their curriculum, students often find it challenging to keep up with assignments and projects. This is where cloud computing assignment help becomes essential. With

Read More »

Blockchain Assignment Help: A Complete Guide for Students

Introduction Blockchain technology has rapidly gained popularity across industries such as finance, healthcare, and supply chain management. As a result, it has become an important subject in academic programs worldwide. However, students often struggle with its technical concepts and practical applications. This is where blockchain assignment help becomes highly valuable.

Read More »

Data Science Assignment Help: A Complete Guide for Students

Introduction Data Science has become one of the most in-demand fields in today’s digital era, combining statistics, programming, and analytical thinking. However, many students find it difficult to keep up with the complexity of assignments and projects in this subject. This is where data science assignment help plays a crucial

Read More »

Artificial Intelligence Assignment Help: A Complete Guide for Students

Introduction Artificial Intelligence (AI) is transforming industries across the globe, making it one of the most sought-after academic subjects today. However, mastering AI concepts and completing assignments can be challenging for many students. This is where artificial intelligence assignment help becomes essential. With expert guidance, students can better understand complex

Read More »

Assignment Writing Services: A Complete Guide for Students

Introduction Assignments are a crucial part of academic life, helping students develop knowledge, research skills, and critical thinking. However, managing multiple assignments along with exams and personal responsibilities can be overwhelming. This is where assignment writing services become highly beneficial. These services provide expert assistance, helping students complete their assignments

Read More »

Blockchain Assignment Help: A Complete Guide for Students

Introduction Blockchain technology has emerged as one of the most revolutionary innovations in recent years. From cryptocurrencies to secure data management, blockchain is transforming industries like finance, healthcare, and supply chain. Students studying blockchain often face challenges due to its technical concepts and real-world applications. This is where blockchain assignment

Read More »

Assignment Writing Services: A Complete Guide for Students

Introduction Assignments are a crucial part of academic life, helping students develop knowledge, research skills, and critical thinking. However, managing multiple assignments along with exams and personal responsibilities can be overwhelming. This is where assignment writing services become highly beneficial. These services provide expert assistance, helping students complete their assignments

Read More »

Academic Writing Services: A Complete Guide for Students

Introduction Academic writing is a fundamental part of education, requiring students to produce essays, research papers, case studies, and dissertations. It demands strong writing skills, proper structure, and in-depth research. However, many students struggle with academic writing due to time constraints and lack of expertise. This is where academic writing

Read More »

Online Homework Help Services: A Complete Guide for Students

Introduction Homework is an essential part of a student’s learning process, helping reinforce classroom knowledge and improve understanding. However, with increasing academic pressure and multiple responsibilities, students often struggle to complete their homework on time. This is where online homework help services become highly beneficial. They provide expert guidance, save

Read More »

Thesis Writing Help: A Complete Guide for Students

Introduction A thesis is one of the most important academic documents a student will write during their educational journey. It requires in-depth research, critical analysis, and a clear presentation of ideas. However, many students find thesis writing overwhelming due to its complexity and time-consuming nature. This is where thesis writing

Read More »

Essay Writing Help: A Complete Guide for Students

Introduction Essay writing is a fundamental part of academic life, helping students express their ideas, analyze topics, and develop critical thinking skills. Whether it’s argumentative, descriptive, or analytical, writing a high-quality essay requires proper structure, research, and clarity. However, many students struggle with essay writing due to time constraints and

Read More »

Content Writing Assignment Help: A Complete Guide for Students

Introduction Content writing has become a crucial skill in the digital era, playing a key role in blogging, marketing, and online communication. From academic essays to website content, strong writing skills are essential for students across all fields. However, many students struggle with structuring content, maintaining clarity, and optimizing for

Read More »

Digital Marketing Assignment Help: A Complete Guide for Students

Introduction Digital marketing has become one of the most important skills in today’s online-driven world. From social media marketing to search engine optimization (SEO), businesses rely heavily on digital strategies to reach their audience. Students studying digital marketing often face challenges in understanding strategies, tools, and real-world applications. This is

Read More »

UI/UX Design Assignment Help: A Complete Guide for Students

Introduction UI/UX design is a crucial aspect of modern digital products, focusing on creating visually appealing and user-friendly interfaces. From websites to mobile apps, good design enhances user experience and engagement. Students studying UI/UX design often face challenges in creativity, tools, and usability principles. This is where UI/UX design assignment

Read More »

Can't Find Your Assignment?