C++ course (Datasim or Baruch)

Joined
5/2/20
Messages
13
Points
13
Hello friends, I am trying to decide between:

1- Distance Learning - Computational and Quantitative Finance in C++ on Datasim course
2- C++ Programming for Financial Engineering (BARUCH)

3 - Also considering jumping directly to FDM Advanced course from DataSim (I have no experience with C++ though)

Can you share your experience with both programs? As a background, I am currently working in the derivs trading desk and I am trying to learn C++ to better understand the models constructed for exotic options. Also open to other suggestions

Tyvm
 
Datasim C++ assumes C++ knowledge.
I recommend QN C++, it is appropriate in your case. And great support for those w/o C/C++ knowledge.

FDM is fine but ODE./PDE is an essential precondition (essentially parts A,B,F,G)


I am the originator of these courses.

Good luck.


"Actually I've searched a few PDE online courses, most of them are not closely connected to computational finance, while the DataSim course is designed for it and very well structured."
 
Datasim C++ assumes C++ knowledge.
I recommend QN C++, it is appropriate in your case. And great support for those w/o C/C++ knowledge.

FDM is fine but ODE./PDE is an essential precondition (essentially parts A,B,F,G)


I am the originator of these courses.

Good luck.


"Actually I've searched a few PDE online courses, most of them are not closely connected to computational finance, while the DataSim course is designed for it and very well structured."
Thank your for your insight @Daniel Duffy . QN C++ looks very good but , DataSim C++ course seems to have more practical application content in my case. Comparing both syllabus. I am planning to study some C++ and then jump directly to DataSim C++ course. Do you think it is doable if you have basic (intermediate) c++ experience to catch up with datasim course
 
I am planning to study some C++ and then jump directly to DataSim C++ course.

What's your plan, precisely? BTW you need to get to QN C++ (or equivalent) level to do Datasim C++. Otherwise coaching you would be sub-optimal for both of us.

Studying "some" C+ sounds a bit a la carte TBH.

Compare to judo; you are white belt in C++, my course is (almost) black belt.
And .... some knowledge of C is a prerequisite for C++.
 
Last edited:
I am planning to study some C++ and then jump directly to DataSim C++ course.

What's your plan, precisely? BTW you need to get to QN C++ (or equivalent) level to do Datasim C++. Otherwise coaching you would be sub-optimal for both of us.

Studying "some" C+ sounds a bit a la carte TBH.

Compare to judo; you are white belt in C++, my course is (almost) black belt.
And .... some knowledge of C is a prerequisite for C++.
Thank you for the direct and pragmatic response. My main goal here is to learn more in depth the pricing algos used in c++ (I want to be exposed to C++ and at the same time understand better the models). I already have some knowledge on ODEs/PDEs from CQF course.

So I think the main question here should be. Is it doable to follow/understand the exotic options models of Advanced FDM course with basic/intermediate C++ knowledge?
 
Thank you for the direct and pragmatic response. My main goal here is to learn more in depth the pricing algos used in c++ (I want to be exposed to C++ and at the same time understand better the models). I already have some knowledge on ODEs/PDEs from CQF course.

So I think the main question here should be. Is it doable to follow/understand the exotic options models of Advanced FDM course with basic/intermediate C++ knowledge?
Your requirements seem to be changing..
FDM has nothing to do with C++. I wrote a book in 2022 on FDM.

Here is a link to some C++, PDE, FDM.

 
Okay, understood. If I may, now that I reviewed DataSim website I am wondering if we are talking about the same course:


"This practical, hands-on course teaches you C++ - from the fundamental to advanced level and how to use it to create flexible and robust applications in computational and quantitative finance. Some key features of the course are:"

Prerequisites

Ideally, we assume that the student is working in finance and is acquainted with derivatives modeling. Knowledge of at least one high-level language is recommended but it is not necessary to know C.




From the website it looks like C++ can be learned throughout the course. Obviously I am not questioning the prerequisites of the course you built @Daniel Duffy . I am just wondering how can I make this works for me. I want to be able to complete the DataSim course and learn with you, but I dont have the resources to do both QN C++ and DataSim C++
 
Last edited:
I am trying to help. But I need to know more. DM/PM me is an idea.
I have a repeatable process/best practice.
See QN C++ Testimonials.
 
In the QN C++ course we use Euler scheme for Black Scholes. It's easy but 1st order.
Now, ADE is just as easy to program. Could be an exercise next version? Let me know.



@APalley
@Paul Lopez
 
Back
Top Bottom