#CQF Final Project JUNE 2018 Cohort Released | For CQF Help Contact us via Whats App :+91 8697669523/+91 9830552467 | www.findtutoronline.net

Hi All
Please see below instructions for the final project.
Assessment for Final Project June 2018 Cohort is carried out by the means of a programming project. It is designed to give an opportunity for further study of numerical methods required to implement and validate a quantitative model.

To complete the project, you must implement one of the listed topics mentioned Below :

1) Portfolio Construction with Robust Covariance

2)Machine Learning Techniques

3)Arbitrage Trading Strategy Design & Backtest

4)Pricing Credit Spread

5)Interest Rate Modeling for Counterparty Risk

6)Local Volatility in Interest Rates

Electives

Electives are not a condition to complete the project. They give ideas on what to implement/write in analysis and discussion.

The elective material to support your project work is now available on the portal under Advanced Electives. There are fourteen elective topics in total and you will need to choose two topics to assist you with your project. You will have up until the 30 November 2018 to make your choices. All fourteen electives will be visible up until this point.

To select your electives please log into your portal:
· Study
· Module Resources
· Advanced Electives

You will have up until the deadline to change your choices. After the deadline date, only the two electives you have chosen will be visible. All electives will be available on the Lifelong Learning section of the portal by this point.

Please see attached Project Brief for full instructions.

Delegates are advised to print out the section of this Brief for their chosen topic.

There is no CVA component for June 2018 cohort.

Submission date for the project is Monday 07 January 2019, 23.59 BST

Absolutely no extensions will be accepted, any delegate who fails to hand in their work will be deferred with no exceptions.

Submission Requirements

Submission date for the project is 7th January 2019.

Absolutely no extensions will be accepted, any delegate who fails to hand in their work will be deferred with no exceptions.
Submission Requirements
Submit working code together with a well-written report and originality declaration.
Project report to have an exact title from the list above and content must correspond to it. Guided length is 30-50 pages, excluding code.
Submissions to be uploaded to online portal only. Upload format: one written report, (PDF), one zip archive with code and data files, and one scanned declaration (PDF).

Pl do visit our website : www.findtutoronline.net
Our blog is : www.findtutoronline.net/blog
Our CQF page on facebook is : https://www.facebook.com/cqfmodulesolutions/
Our computational finance page on facebook : https://www.facebook.com/findtutoronline/
Our Twitter page : https://twitter.com/FindTutorOnline
https://www.facebook.com/profile.php?id=1423458663
#Findtutoronline on Instagram
Our linked page : https://www.linkedin.com/in/mahesh-sarkar-mba-cqf-ca-cfa-usa-6919367b/
https://www.linkedin.com/in/ranadeb-singha-mba-cma-bcom-h-sap-certification-cfa-4730b721/

Send us your Query at : 1) findtutoronline.net@gmail.com or cqfquantsolutions@gmail.com or whats App : +91 8697669523/+91 9830552467 for instant Quotations.
CQF Exam3 Solutions Guide JUNE 2018 Cohort Available at www.findtutoronline.net Module4 Solutions guide readily available. The same will send to your mailbox within a minutes time after funds transfer. We accept payment through PayPal or bank Transfer.
Project Brief Enclosed Herewith.

1 Instructions

To complete the project, you must implement one topic from the list below. Each topic requires the speci c model at its core and your project must implement it. Final project is about you as quant gaining and demonstrating the ability to implement (code) numerical techniques and backtest or sensitivity-test model output (prices, portfolio allocations, pairs tradin, etc).

1. Portfolio Construction with Robust Covariance (PC)

2. Machine Learning Techniques (ML)

3. Arbitrage Trading Strategy Design & Backtest (AB)

4. Pricing Credit Spread (CR)

5. Interest Rate Modeling for Counterparty Risk (IR)

6. Local Volatility in Interest Rates (LV)

Note. If you continue from a previous cohort please submit for the topic as described in this current Brief. There is no CVA component for June 2018 cohort.

1.1 Project Report and Submission Requirements

Submit working code together with a well-written report and originality declaration.

There is no set page length, be as condensed or as elaborate as you see t. However, your re-port must have an analytical quality and discussion of results/robustness/sensitivity/backtesting as appropriate to the topic.

Use charts, test cases and comparison to empirical research papers where available.

The report must contain a su cient description of the mathematical model, numerical methods and their convergence/accuracy/computational properties.

Please feature the numerical techniques you coded { make a table.

Mathematical sections can be prepared using LaTeX or Equation Editor (Word). For Mathematica and Python notebooks, make sure they are presentable and include source.

Submission date is 7 January 2018, 23:59 BST

Work done must match the Brief. There is no extension to the Final Project.

Projects without declaration or working code are incomplete and will be returned.

All projects are checked for originality. We reserve an option of a viva voce before a project grade and therefore, quali cation to be awarded.

1.2 CQF Electives Choice

We ask you to choose two Electives initially in order to preserve focus. All Electives content will be available later for your advancement. Electives give support but not a condition to Final Project, and several viable combinations for each topic are possible.

The e ective approach is to select one topical elective and one code development elective. Top-ical electives are identi ed for each topic, eg, ML, PC, AB CR, IR, LV. Coding electives give numerical techniques across models, they are are identi ed with Dev label.

For portfolio construction topic, Risk Budgeting elective recommended as the primary choice. Counterparty Credit Risk elective is main choice for two topics, Credit Spread Pricing and In-terest Rates for Counterparty Risk. Machine Learning Techniques topic can be started with Machine Learning with Python elective.

Project Workshops I and II supplement on methods not covered in electives and provide focus to the implementation of each topic. Webex sessions that follow workshops venture into imple-mentation examples.

Machine Learning with Level II on Python for quant nance, capabilities of scikit-learn libary
Python { ML (OLS, logistic), tensorow library example of ’deep learning’ (classi er)
{ use the Github link below and explore. Outcome: returns modelling

(for either prediction or backtesting), and Least Squares Monte Carlo
for pricing Bermudans in LMM framework.

Data Analytics { Dev Level I on Python for quant nance, data structures (Dataframe), numpy
(AB, PC) for numerical analysis, pandas for nancial time series analysis, data vi-
sualization. Outcome: a pre-requisite if you have not coded in Python.

Python Applications { Quant numerical techniques with Python examples and notes on com-
Dev (CR, IR, LV) putational e ciency: Normal from Uniform RN, linear equations and
eigenvalues, numerical integration, root nding (Bisection, Newton),
random numbers with arrays and seeding, Binomial/Poisson/LogNormal
distributions, SDE simulation (GBM, OU cases). Introduction to
Jupyter Notebook, arrays and indexes. Outcome: relevant particularly

for Monte-Carlo in Credit Spread and Interest Rate topics.

Table 2: Primary Elective Choices
3

Counterparty Credit CDS, survival probabilities and hazard rates reviewed. Three key nu-
Risk { CR, IR merical methods for quant nance pricing (Monte-Carlo, Binomial Trees,
Finite Di erence). Monte Carlo for simple LMM. Review of Module Five
on Credit with a touch on the copula method. Outcome: covers CVA

Computation clearly and reviews of credit spread pricing techniques.

Risk Budgeting { PC Reviews the nuance of Modern Portfolio Theory, ties in VaR and Risk
primary choice Decomposition with through derivations and expectation algebra. Gives
simple examples of gures you need to compute and then combine with
portfolio optimisation. Risk-budgeting portfolio from Video Part 10.

Advanced Volatility Considers the main kinds of PDEs (stochastic volatility and jump di u-
Modeling { LV primary sion) and their analytical solution: the main approach to solve stochastic
volatility (Heston model) is via Fourier Transform. In-depth on integra-
tion Outcome: Local Volatility topic o ers a classic pricing PDE, which

can be solved by techniques from this elective.

C++ { Dev Consider this a revised version of C++ Primer/ initial certi cate course.
Small examples will guide you through identi ers, data types and op-
erations with them. That is followed by debugging, control structures
and vignette cases on useful numerical techniques such as CDF, inte-
gration and use of cmath. The large nal part is about functions and
elements of object-oriented programming. Outcome: teaches good pro-

gramming style and generic techniques you are likely to apply in other
coding languages.

Table 3: Primary Elective Choices (Cont)

Machine Learning with Python has computational material on Github https://gist.github.com/yhilpisch/648565d3d5d70663b7dc418db1b81676

PyAlgoTrade documentation http://gbeced.github.io/pyalgotrade/docs/v0.18/html/index.html

More electives are available, particularly ones that you might like to return to for your profes-sional advancement { they are described at the end of this Brief.

1.3 Coding for Quant Finance

Choose programming environment that has appropriate strengths and facilities to imple-ment the topic (pricing model). Common choices range from VBA to Python to C++, please exercise judgement as quants: which language has libraries to allow you to code faster, validate easier.

Use of R/Matlab/Mathematica is encouraged { as a main environment or an addition. Sometimes there is a need to do time series/covariance matrix/rank correlation computa-tion, or to present results and the formulae in coherent form.

Project Brief give links to nice demonstrations in Matlab, and Webex sessions demonstrate Python notebooks { doesn’t mean your project to be based on that ready code.

Python with pandas, matplotlib, sklearn, and tensorow forms a considerable challenge to Matlab, even for visualisation. Matlab plots editor is clunky and it is not that di cult to learn various plots in Python.

‘Scripted solution’ means the ready functionality from toolboxes and libraries is called, but the amount of own coding of numerical methods is minimal or non-existent. This particularly applies to Matlab/R.

Projects done using Excel spreadsheet functions only are not robust, notoriously slow, and do not give understanding of the underlying numerical methods. CQF-supplied Excel spreadsheets are a starting point and help to validate results but coding of numerical techniques/use of industry code libraries is expected.

The aim of the project is to enable you to code numerical methods and develop model pro-totypes in a production environment. Spreadsheets-only or scripted solutions are below the expected standard for completion of the project.

What should I code? Delegates are expected to re-code numerical methods that are central to the model and exercise judgement in identifying them. Balanced use of libraries is at own discretion as a quant.

Produce a small table in report that lists methods you implemented/adjusted. If using ready functions/borrowed code for a technique, indicate this and describe the limitations of numerical method implemented in that code/standard library.

It is up to delegates to develop their own test cases, sensibility checks and validation. It is normal to observe irregularities when the model is implemented on real life data. If in doubt, reect on the issue in the project report.

The code must be thoroughly tested and well-documented: each function must be de-scribed, and comments must be used. Provide instructions on how to run the code.

Nota Bene : we are not endorsed by cqf nor supported by CQF nor Official service provider of CQF. This is completely separate Independent Website having no connection With CQF Authority. www.findtutoronline.net World’s Largest Online Educational Platform Ranking Google 1st Page. Top 20 Worldwide Ranking Globally.
Hurry up. Order will close soon.
Happy to help you always.
Findtutoronline Admin Team
www.findtutoronline.net


CQF_June_2018_Core_Schedule_v3 (5)

examschedule5

#CQF Module4 June 2018 Cohort Delegates contact us via whatsapp : +91 9830552467 |CQF Module4 Released date is 1st November & Submission date is 15th November | Book your Order Module4 Solutions Guide Online at www.findtutoronline.net| Final Project Released date is 9th November 18 And Submission date is 7th January 2019 | WhatsApp : +91 8697669523

Pl do visit our website www.findtutoronline.net
Our Blog : www.findtutoronline.net/blog
Our CQF Page : www.facebook.com/cqfmodulesolutions
Our computational finance page : www.facebook.com/findtutoronline
Our Linkedin page : https://www.linkedin.com/in/ranadeb-singha-mba-cma-bcom-h-sap-certification-cfa-4730b721/
https://www.linkedin.com/in/mahesh-sarkar-mba-cqf-ca-cfa-usa-6919367b/
https://www.linkedin.com/in/findtutoronline-net-22a994145/
we accept payments through Paypal or Wire transfer or Bank transfer.
Those who Interested to book Module4 & Final Projects Coding & report writing , Pl do contact us immediately via whatsApp : +91 9830552467
Final Project Released date is 9th November 2018 & Submission Date is 7th January 2019.
Pl book your Order now. Order will close soon.
Guaranteed Solutions Guide available at www.findtutoronline.net Brilliant success in the past cohort.
Happy to help you Always.
Findtutoronline Admin Team
www.findtutoronline.net
NotaBene : Www.findtutoronline.net is an independent website for compuational finance teaching & solutions help. Dissertations Writing Services/MBA PROJECTS. It has got no relation with CQF Authority nor endorsed by CQF nor any support of CQF nor any official support of CQF. This is completely Separate International Website Google Ranking 1st page Globally.

#5 Easy steps to get Solutions Guide Module4/Final Project JUNE 2018 Cohort to your Inbox.
Step 1 : Send query via Whats App : +91 8697669523/+91 9830552467
Step 2 : Get the Quotations via WhatsApp.
Step 3 : Make the funds Transfer via PAPAL or Bank Transfer ( Link given for funds Transfer via PAYPAL at our website www.findtutoronline.net) Pl use that URL.
Step 4: Confirmation of Funds Transfer via WhatsApp
Step 5: Get the Module4/Final Project Solutions Guide JUNE 2018 Cohort Order Confirmation to your Inbox in next one hour after funds transfer confirmation via WhatsApp.

Hurry Up to Book your Order. Order will close soon.
Findtutoronline Admin Team
www.findtutoronline.net
Our we-blog : www.findtutoronline.net/blog
Skype ID : assignmenthelpuk
assignmenthelpus45@gmail.com
We are in LinkedIn, Facebook, Instagram, Twitter etc. Pl do visit us. Academic Writing Companies Worldwide Can Place their Advertisements for Guest posting/Article Posting/Link Posting at a Cheapest Rates at our Website www.findtutoronline.net. World’s Most visited sites for Traffic on regular basis ranking Google 1st page globally.
Regular visitors from United STATES, United Kingdom, CANADA, Australia, Austria, Indonesia, Malayasia, France, Germany, Turkey, Ghana, Nigeria, Philipines, China, India & so many European Countries on Regular Basis, United Arab Emirates, Dubai, Singapore, Hong Kong, Italy, Iraq, South Africa etc.

Also Ready MBA Projects Available at Cheapest rates for Marketing/Finance/Human Resources/Supply Chain Management or any fields. Also Dissertations Writing Services/Proposal Writing Services at a Cheapest rates For Global Business Schools done here. Also PHD level Thesis done here. SEO/SMO Online Classes Via skype Available at a Cheapest Rates Worldwide.

Pl do visit our Facebook page for MBA Classes at : https://www.facebook.com/findtutoronline.net/

Our MBA Projects/MBA Dissertations page at Facebook: https://www.facebook.com/www.findtutoronline.net/?ref=bookmarks

Our Academic Research Paper writing Services at Facebook at : https://www.facebook.com/Academic-ResearchDissertations-Writing-Services-558388131006597/?ref=settings

Academic Research Paper Writing Services in India : https://in.linkedin.com/in/ranadeb-singha-mba-cma-bcom-h-sap-certification-cfa-4730b721

https://www.facebook.com/Mbabba-cmacacs-online-classes-950974894965515/

https://www.facebook.com/assignmenthelpus45/

CQF_June_2018_Core_Schedule_v3 (5)

examschedule5

Book Your Order Online for CQF Module EXAM3 released date 1st November & Final Projects Released Date 9th November at www.findtutoronline.net | WhatsApp Us : +91 8697669523/+91 9830552467 Email US: findtutoronline.net@gmail.com /cqfquantsolutions@gmail.com Booking going on. Hurry up. Order will closed soon.

Findtutoronline Admin Team

www.findtutoronline.net


# Advertisement Space Available at a Cheapest rates for Link Posting/Blog posting/Guest Article Posting | www.findtutoronline.net
# World’s Top 20 ONLINE EDUCATIONAL WEBSITE www.findtutoronline.net Advertising Space Available for Guest Links Post/Article Post/Blog Post at http://findtutoronline.net/
at a reasonable prices worldwide.
Interested Parties can send their prices for Guest Post/ Articles in our site http://findtutoronline.net/ or also can provide links to post at our Home page or any other page or In our Website Blog page ie https://www.findtutoronline.net/blog
Regular visitors from Different corners of the world namely as : United States, United Kingdom, Canada,Malaysia,Denmark,Sweden,Spain,France,Germany,India,Greece,China,Hong Kong, Singapore,
Netherlands, United Arab Emirates, Nigeria,
Ghana, Australia,
Saudi Arabia, Kuwait, Russia,
Austria, Kenya etc.
Findtutoronline.net is a International website ranking Google.co.in as well as google.com 1st page. Most of the keywords ranking Google 1st page to 2nd page globally.
We are also in the facebook, Twitter, Linkedin, Instagram wherein regualr visitors/traffic there.
https://twitter.com/FindTutorOnline
https://www.facebook.com/profile.php?id=1423458663
https://www.facebook.com/cqfmodulesolutions/
https://www.facebook.com/findtutoronline/
https://www.facebook.com/www.findtutoronline.net/
https://www.facebook.com/findtutoronline.net/
https://www.facebook.com/Academic-ResearchDissertations-Writing-Services-558388131006597/
https://www.facebook.com/Mbabba-cmacacs-online-classes-950974894965515/
https://www.facebook.com/findtutoronlinenet-157120141328994/
https://www.facebook.com/Skype-calling-1707027982858643/
https://www.linkedin.com/in/ranadeb-singha-mba-cma-bcom-h-sap-certification-cfa-4730b721/
https://www.linkedin.com/in/mahesh-sarkar-mba-cqf-ca-cfa-usa-6919367b/
https://www.linkedin.com/in/findtutoronline-net-22a994145/
Our website Blog : www.findtutoronline.net/blog
U can select for advertisement Links any of our page in our website, Blog posting, Facebook posting,Twitter posting, Linkedin Posting at a reasonable monthly fees or yearly subscription fees. Our Subscription for Advertisement is negotiable.
For any Advertisement matters or Guest post should get in touch with us at : findtutoronline.net@gmail.com or info@findtutoronline.net
Whatsapp us : +91 8697669523
We accept payment through Paypal/Western Union/Bank Transfer
Advertising Space available for 1 links for 3 months@$212
Advertising Space available for 2 links for 6 months@ $350
Advertising Space available for 1/2/3 links for a year @$500
For Article posting/Blog posting/Guest Posting/LinkedIn Posting/Twitter Posting/Facebook Posting through our Blog ie www.findtutoronline.net/blog $25 for Each posting.
Interested Parties should get in touch with us immediately via WhatsApp : +91 8697669523 or info@findtutoronline.net or tutor@findtutoronline.net or assignmenthelp@findtutoronline.net
or findtutoronline.net@gmail.com
The most famous keywords all over the Globe listed below :
1) cqf teachers in hong kong 2) cqf teachers in London 3) cqf teachers in USA 4) cqf teachers in Italy 5) cqf teachers in Dubai/United Arab Emirates 6) cqf teachers in Germany 7) cqf teachers in India 8) CQF teachers in Canada 9) cqf Teachers in Malayasia 10) CQF teachers in Turkey 11) CQF teachers in Nigeria
12) CQF teachers in Ghana 13 ) CQF teachers in Philipines
14) cqf teachers in kenya 15) cqf teachers in Australia 16) cqf teachers in France 17) CQF teachers in Saudi Arabia/Riyadh & so many. Most of those Keywords ranked in google 1st page.
So, By placing Advertisements in our website at https://www.findtutoronline.net the most economical for any companies.
Hurry Up | Pl do contact us via WhatsApp : +91 8697669523
Our Skype ID : ranadeb.kumar2
assignmenthelpuk
maheshsarkar5@gmail.com
Findtutoronline Admin Team
Google’s 1st page ranking Globally.
Our Website : https;//www.findtutoronline.net
Our Website Blog : https://www.findtutoronline.net/blog
#Findtutoronline on Instagram

#Findtutoronline on Facebook

Pl do follow us on Twitter : https://twitter.com/findtutoronline

CQF Module Solutions Guide June 2018 Module3 Exam Paper Released date 19th September & Submission date is 3rd October 2019. Also Bulk Discounts available those who booked Module3 to Module6(Final Code & Report Writing).Interested Delegates can send their query via WhatsApp : +91 8697669523/+91 9830552467. Guaranteed results for All modules by our Renowned Experts. Pl do visit our Facebook page at www.facebook.com/cqfmodulesolutions or www.facebook.com/findtutoronline we accept payments through PayPal or Bank transfer. Pl do type in Google as keyword “CQF Online Tutoring” or “MBA Online Tutor” or “CQF Tutors” U will get www.findtutoronline.net in 1st page of google.

Pl find Below Google Analytic reports for your info & needful.

Country
Users
% Users
1.
India
195

64.14%
2.
Nigeria
26

8.55%
3.
Ghana
14

4.61%
4.
United States
14

4.61%
5.
Kenya
13

4.28%
6.
Philippines
8

2.63%
7.
South Africa
8

2.63%
8.
China
6

1.97%
9.
Turkey
3

0.99%
10.
United Kingdom
2

0.66%


#CQF assignment tutors | Quantitative Methods assignment tutors | www.findtutoronline.net

https://twitter.com/FindTutorOnline

https://www.facebook.com/profile.php?id=1423458663

https://www.facebook.com/cqfmodulesolutions/

https://www.facebook.com/findtutoronline/

https://www.linkedin.com/in/ranadeb-singha-mba-cma-bcom-h-sap-certification-cfa-4730b721/

https://www.linkedin.com/in/mahesh-sarkar-mba-cqf-ca-cfa-usa-6919367b/

https://www.linkedin.com/in/findtutoronline-net-22a994145/

https://www.linkedin.com/in/philips-k-35121b15b/

https://www.linkedin.com/in/s-hannah-7a235615b/

Our Website : www.findtutoronline.net

Our Website Blog : www.findtutoronline.net/blog

For CQF Assignment Tutors, WhatsApp : +91 9830552467
or give us a call at +91 8697669523

Email US : info@findtutoronline.net

For CQF assignments : assignmenthelp@findtutoronline.net

For CQF Tutors : tutor@findtutoronline.net
or findtutoronline.net@gmail.com or cqfquantsolutions@gmail.com

Skype ID : assignmenthelpuk

maheshsarkar5@gmail.com

ranadeb.kumar2

Pl do follow us on LinkedIn, Facebook, Twitter, Instagram


Pl do write in google the keywords as “cqf help” and also “cqf assignment help” U will get our website www.findtutoronline.net in 1st page of google both google.co.in and google.com

Currently CQF Module2 Exam Solutions guide January 2018 Cohort available. Order booking online via whats App: +91 8697669523 or email us : info@findtutoronline.net or findtutoronline.net@gmail.com or cqfquantsolutions@gmail.com

We accept payments through Paypal or bank transfer or Western Union Bank Transfer.

Hurry up. Order will close soon.

Last date of submission CQF Module 2 exam paper January 2018 Cohort without extension is 29th March 2018. Order Booking going on. Discount given on early comers.

Happy to help you always.

Find Tutor Online Admin Team

www.findtutoronline.net

Our Blog : www.findtutoronline.net/blog

Whats App : +91 8697669523

Skype ID : maheshsarkar5@gmail.com
assignmenthelpuk
assignmenthelp_1

Encl : CQF Module2 Exam paper January 2018 attached for interested cqf delegates.

M2-Exam-January-2018

Note: We are not the official provider of CQF support or are endorsed or supported by CQF. It is completely Separate Website.

Our CQF Page on Facebook : https://www.facebook.com/cqfmodulesolutions

Our LinkedIn Page : https://www.linkedin.com/in/findtutoronline-net-22a994145/

Pl do follow us on LinkedIn, Twitter, Facebook, Instagram