DEF BLOG :

You can read articles here. Find news articles about innovation and coding here. We have many good articles to read.

5 Recommended Books to Prepare for Quantitative Analyst Job Interviews

2025-05-14 08:11:56

Applying for a job in Quantitative Finance is not easy. It takes several weeks to prepare, covering areas such as Stochastic Calculus, probability theory, and programming experience (especially in C++

5 important books that are not often talked about but should be read before applying for a Quant job

2025-05-14 03:52:02

If you are preparing to apply for a job in Quantitative Finance, one thing that is often necessary is reading foundational books on mathematical finance (such as Hull, Baxter & Rennie, or Joshi) or ha

Pricing European Vanilla Options with Python

2025-05-13 09:11:14

Although Python is known as a scripting language used to connect various parts of software systems, with tools like NumPy and SciPy, it has sufficient

Options Pricing with Python

2025-05-13 03:40:24

Although C++ is the primary language commonly used for pricing options, the team decided to use Python entirely for learning purposes. This not only provides an opportunity for the team to practice th

Solving a tridiagonal matrix using the Thomas Algorithm

2025-05-12 08:31:36

In the previous article, a set of linear equations was arranged in the form of a tridiagonal matrix equation. Solving this equation allows for the calculation of values at the interior grid points. Th

The default Crank-Nicholson method (Implicit Scheme)

2025-05-12 03:48:15

In the previous article about the Finite Difference Method, it was shown that the explicit method for numerically solving the heat equation requires a very small time step size, which prompts the cons

Solving the Diffusion Equation Explicitly

2025-05-09 08:28:08

In the first article of this series, it has been shown that the derivatives of continuous functions can be approximated on a discontinuous domain.The

Approximation of derivatives using finite difference methods

2025-05-09 03:40:39

This is the first part of a multi-part series of articles on using the Finite Difference Method (FDM) to solve parabolic partial differential equation

Starting a Quant job for fresh graduates in Financial Engineering

2025-05-08 07:15:15

If you have just completed your PhD or are nearing completion and are looking for opportunities in the Quant (Quantitative Analyst) or Financial Engin

Deriving the Black-Scholes Equation

2025-05-08 03:26:52

When we have tools like Ito’s Lemma and the Geometric Brownian Motion (GBM) model, we can now start proving the Black-Scholes equation.

Definition of Itos Lemma

2025-05-06 09:34:54

Itos Lemma is a fundamental rule in stochastic calculus (Ito Calculus) that extends the chain rule from regular calculus to be applicable to stochasti

Geometric Brownian Motion (GBM)

2025-05-06 07:12:00

Geometric Brownian Motion (GBM) is a fundamental model widely used to describe the behavior of asset prices over time. This model guarantees that pric