Skip to the content.

After getting my french Baccalaureate in 2016, I decided to develop my scientific knowledge by studying Mathematics, Physics and Engineering Sciences through intensive courses preparing for french Engineering Schools (CPGE). It allowed me to create an interest in Applied Mathematics and helped me being received at Sup Galilée Engineering School in MACS programm, Applied Mathematics and Scientific Calculus. Deeply interested in quantitative finance, I am currently working in a consulting firm that provides tools and analytics for risk management (IPV, PVA and Reserves related topics) after graduating from the Université Paris Cité with a Master 2 degree in Random Modelling, Finance and Statistics (ex-DEA Laure ELIE).

Projects

Calibration and simulation of the Heston model

Improvement of the internal pricing tool by adding the Heston model. Study and implementation of diffusion schemes. Comparison and implementation of several methods to calculate Heston’s analytical formula for vanilla options. Use of several calibration procedure, including market surface interpolation with SVI and variance Swaps approach.

Available here.

Unsupervised learning for space equation on unstructured mesh

Study of several parameters of the finite volume space discretization in a compressible steady Euler case and use of gaussian process regression and efficient global optimization to find optimal values according to a specific criterion.

Available here.

Supervisor: Jacques Peter, Ph.D, accredidation to supervise research (HDR) – ONERA The French Aerospace Lab, DAAA Department, DEFI Unit.

Numerical solution of a coupled thermal-neutronic problem

Study of the operation of a nuclear reactor requiring the simultaneous use of two types of phenomena: one, thermal, and the other, neutronic. These two models can be written as a coupled system of two equations. Analytical solution of the system of two equations, which coupled together form a non-linear differential equation.

Available here.

Supervisor: Olivier Lafitte, Director of the International Joint Unit 3457 and Researcher at LAGA UMR 7539, Sorbonne Paris Nord University.

Domain decomposition with Schwarz’s algorithm

Study of both steady and unsteady advection-diffusion problems throughout Schwarz’s algorithm iterations with Robin’s boundary condition. Well-posedness study, numerical implementation and convergence’s proof with an energy method. Work done with Imad BADDA.

Available here.

Supervisor: Caroline Japhet, CNRS, UMR 7539, LAGA, Université Sorbonne Paris Nord.

Exercises

  1. American options pricing
  2. Numerical Finance
  3. Implementation of a multi-layer perceptron model with Numpy for Call Option Pricing
  4. Beta distribution adjustment
  5. Analysis of components failure’s Data
  6. Simulation of an outbreak’s spread
  7. A nuclear power plant game using Object-Oriented Programming
  8. Payment of public transport’s ticket with QRCode

American options pricing

Study and development of the Longstaff-Schwartz’s algorithm as well as tests cases on different options. Work done with Chloé AMAR.

PDF.

Numerical Finance

Study of several europeans options (asian option, delayed start option). Computation of the estimation price of an american option with Longstaff-Schwartz’s algorithm.

Jupyter Notebook, PDF.

Implementation of a multi-layer perceptron model with Numpy for Call Option Pricing

Creation of a multi-layer perceptron model with Numpy. The aim is to build the best model to fit the analytical price of a Call option using a Black-Scholes framework.

Git Repository.

Beta distribution adjustment

In a context of uncertainties quantification, we might need to estimate a distribution (Step C of a V&V-QU process, see here). It is the case here, we started from measured data about relative humidity in Bordeaux in 2018. The aim is to properly estimate the parameters of the distribution, in our case a Beta distribution. Work done with Nicolas HU.

Notebook, Git Repository.

Analysis of components failure’s Data

Flights reduce components life expectancy, the idea here is to find which component needs to be evaluated by the company in order to optimize maintenance fees. This is a study of two datasets: one describing each part with their components and some valuables data such as usage time. The second dataset gives repair costs for each mechanical part.

PDF, Git Repository.

Simulation of an outbreak’s spread

Algorithmic study and simulation of spread based on some Covid-19 data, using tools studied and described in course. This work doesn’t involve PDE numerical resolution.

PDF, Git Repository.

A nuclear power plant game using Object-Oriented Programming

Introduction to Object-Oriented with C++ through a programming challenge. The implementation of nuclear power plant game from scratch based on specific terms and conditions. Work done with Nicolas HU, Imad BADDA, Christophe SIVE, Matthieu GRONDIN & Haris MEDJAHED.

Class Diagramm, Documentation Doxygen.

Payment of public transport’s ticket with QRCode

Work followed by an oral presentation about QR Code. TIPE Competitive Exam for french Engineering Schools (CPGE).

Github Repository.