Projects from my college education






Changer la langue ici !


Here is a table summarizing the different projects I had in my scholarship :


IT projects
IT languages Topics
Programming ADA Red donkey game
Assembler Processor programming
C Memory management
Operating system
C++ Merging pictures
JAVA Dictionary
Database management of a clinic
SQL Database management of a clinic
Mathematics Matlab Fourrier transform
Scilab Smoothing and polynomial interpolation
R Inference / Tests
Multidimensional statistical analysis
Finance / insurance projects
Finance topics Insurance topics
Option pricer (VBA) Guaranteed minimum death benefit (GMDB)
Computing greeks by Monte-Carlo Ruin theory: comparing individual risk models
Intra-period risk and jump processes Natural catastrophe risk transfer
Credit Default Swap pricing Statistical models in non life insurance
Aggregated loss, compound Poisson approximation Problems of trends in credibility models

(*) : but also smaller projects in other courses.



Please find below a comprehensive description of these projects with links to associated files.


Option pricer

Developed an option pricer, and realized limits of the modelling (gaussian asumption on log-returns). Applications were coded in VBA, with special focus on generating random numbers. We then compare different methods to lower the variance of estimations. We studied:

> See our report here.


> Back to the top

Pricing and hedging of GMDB

The aim of this project was to show that using the put formula in order to compute the cost of hedging this kind of products leads to some errors. We were mainly asked to study:

> See our report here.


> Back to the top

Ruin theory and stochastic orders

In the insurance framework, computing the aggregated loss over a large portfolio is one of the most difficult things to do. Usually, this requires using numerical methods since there is no closed-formula for the global loss distribution. That is why some practicioners developed the collective model. However, we often have to consider risks (policyholders) individually: stochastic orders enables then to get qualitative results in terms of riskiness of the whole portfolio. This is an alternative to quantitative algorithms such as Panjer. The three stochastic orders of this project are:

> See the report here.


> Back to the top

Intra-period risk and jump processes (Levy processes)

Risk measures have been defined to assess the portfolio exposure to some given risk. The most famous one is the Value-at-Risk (VaR), which is nothing else than a quantile of the loss distribution. On financial markets, the pricing of assets is often based on the gaussian assumption of log-returns (knowing that the asset price is usually a geometric brownian motion). However, reality shows that we sometimes experience some jumps of this price, making the classical assumption wrong. This project has therefore been the opportunity to learn new jump diffusion models such as:

> See the report here.


> Back to the top

CAT Risk transfer

To cover huge and unexpected losses due to natural catastrophes, insurers are used to transfering their risk on financial markets. To make it, they create a special purpose vehicle (SPV) where the investors' cash is basically invested without any risk. The different steps of this project were the following:

> See the report here.


> Back to the top

Pricing Credit Default Swap (CDS)

CDS are very famous financial products on the interbank market (this is somewhat an insurance contract that covers the potential default of one of the two banks). We had to price CDS thanks to the method proposed by Dominic O'Kane et Stuart Turnbull (in their published paper). The goal was to estimate default probabilities, and build the curve of risk-neutral probabilities to experience a default. To perform this study, following topics were addressed:

> See the report here.


> Back to the top

Statistical methods in non-life insurance

Applying classical estimation techniques to unclassical distributions was the core of this project. Typical probability laws from insurance claims were studied, especially: Poisson (0-inflated Poisson) and Negative binomial laws (0-inflated one) for frequency; Exponential, Gamma, Lognormale, Pareto and Burr distributions in case of severity modelling. Questions were about:

Another part of the project was to improve our knowledge on modelling correlation (with copulas). The report of this project is here .


> Back to the top

Sum of random variables, risk measures and ruin

The aim of this project was to link numerical estimations of parametric distributions to ruin theory. We studied:

> See the report here.


> Back to the top

Computing greeks by MCMC simulations

Greeks are useful indicators of the option price sensitiveness to financial markets. In this project, we compute greeks for a call option whose main characteristics are known. MCMC simulations enable us to the sentiveness depending on the return, the volatility, the duration... This allows to quantify the impact of market downturns on the call option price. This project was performed in C++ and we had to:

> See the report here.


> Back to the top

Contribution to the R package actuar

> See the memoir here.


> Back to the top

Statistical estimators - tests and confidence intervals

We had to estimate parameters from the Gamma distribution by different techniques: moment method, maximum likelihood method, pivotal function to build new confidence bands and tests. The different topics addressed were:

> See the report here.


> Back to the top

Multidimensional statistical analysis

Data are the accidents listed in Isere (France) in 2003. The goal was to determine the main drivers' characteristics leading to abnormal accident frequency or severity. To explain these reponse variables, we investigated the following models:

> Have a look to the report here.


> Back to the top

Red donkey game

The goal was to code the game: this was done in three distinct steps:


> Back to the top

Programming a processor

Project in assembler: programming low-level instructions for a processor.


> Back to the top

Memory management

In IT, the memory management is a key point which must be rigorously questioned. Depending on the operating system, this management system differs. The aim was to realize the main differences between existing possible choices, and to see whether one of them is better whatever the situation. This project has been done in C language.

> Have a look to this work here.


> Back to the top

Operating systems

We learnt in this project the management of instructions, memory blocks and threads.


> Back to the top

Merging pictures

Studying various algorithms in C++ in order to find the shortest way to reach a given endpoint. Implemented famous algorithms: Dijkstra and Bellman. Issues from the merging region were the core of the project.


> Back to the top

Implement the management of an english dictionary

This project, in Java, was the opportunity to discover our first object-oriented language at ENSIMAG. We had to implement the tree structure of a dictionary, as well as some classical commands: add a new word, delete another one... Finally, we got familiarized with important notions of objects, attributes and methods.

> See the report of the project here.


> Back to the top

Database managament of a clinic

Nowadays, we can get more and more data (because of the high performance of computers). A good database management system is thus very important to be effective, and practitioners are used to improving it. Here the purpose was to code the database management system of a clinic, both in C and Java. This required four different steps:

See our report here


> Back to the top

Fourrier transform

A Matlab code was designed to perform Fourrier transform so as to highlight well-known problems of this technique:

> See the report here.


> Back to the top

Polynomial interpolations

The aim was to get used to Scilab language by programming different polynomial interpolations:


> Back to the top