Richie SawantJul 22, 20232 min readThe Valiant Marathas: Defying Oppression Through HistoryThe rich tapestry of Indian history is studded with numerous acts of bravery and courage, where valor has been a beacon against the grim...
Richie SawantMar 25, 20212 min readCode to Calculate The Value of a Call Price of a Stock Using C++This code is a simple implementation of a Monte Carlo Simulation-based option pricer. We can add more complicated algorithms and build a...
Richie SawantFeb 23, 20212 min readJane Street Jan2021 Puzzle SolutionWrote a code to get the right solution for the last month's Jane Street Puzzle using Python Monte Carlo simulation to get the right...
Richie SawantFeb 21, 20213 min readCodes for Crude Monte Carlo Integration Approach and Importance Sampling for a given set of functionfrom math import exp from random import random import numpy as np import matplotlib.pyplot as plt from scipy.stats import norm from...
Richie SawantFeb 17, 20213 min readCode to Calculate Volatility SmileVolatility smiles are created by implied volatility changing as the underlying asset moves more ITM or OTM. The more an option is ITM or...
Richie SawantFeb 9, 20213 min readThe Leslie Matrix Model of PopulationAn example of the Markov chain for a Leslie Model of Population growth We Consider the Following question to study the Leslie Model: This...
Richie SawantJan 26, 20211 min readProject Euler #254Define f(n) as the sum of the factorials of the digits of n. For example, f(342) = 3! + 4! + 2! = 32. Define sf(n) as the sum of the...
Richie SawantJan 23, 20213 min readThe Crypto Epoch (How Crypto-Currency is shaping the new Financial System) - The Tech (part 1)What is Conventional Way? And why is there an issue? Usually, for a conventional transfer of "Payments," there is an intermediary for...
Richie SawantJan 10, 20214 min readCode to calculate Binomial Pricing for a periodThis MATLAB code calculates European and American Call and Put Option Price, This is a really basic code that I wrote in like 2-3 hrs...
Richie SawantJan 3, 20212 min readRisk in Layman Terms for Absolute Beginners Suppose you are to be a chief risk manager at HOME INC. You have a total of W = 1000$ at HOME INC. Suppose your company has an employee,...