Academic Projects

Course projects in actuarial modeling, quantitative finance, econometrics, and data analysis.

First page of the report on Bayesian Asian-option valuation with Metropolis-Hastings Course project
Course Project Actuarial Simulation

Bayesian Asian-Option Valuation with MCMC

Bayesian valuation study for Asian options using Metropolis–Hastings inference for geometric-Brownian-motion parameters and posterior simulation to propagate parameter uncertainty into option values.

Metropolis-HastingsBayesian inferenceAsian optionsactuarial simulation
Preview of the systemic liquidity-crisis agent-based model Course project
Course Project Agent-based modeling

Systemic Liquidity-Crisis Agent-Based Model

A computational laboratory for systemic liquidity stress. The model connects heterogeneous market participants, stochastic shocks, margin constraints, forced liquidation, stress metrics, and network fragmentation without fixing a public market description that remains under review.

agent-based modelssystemic riskliquidityfinancial markets
First page of Valuación de Opciones Asiáticas de Venta Course project
Course Project Selected Topics III

Asian Put Option Valuation

Case study valuing geometric-average and arithmetic-average Asian put options and comparing both premiums with a European vanilla put under a lognormal model with constant cost of carry.

Asian optionsoption pricingcost of carryfinancial derivatives
First page of Portafolios para Criptomonedas Course project
Course Project Data Visualization

Cryptocurrency Portfolios

Structural and visual analysis of cryptocurrency portfolios using asset and correlation analysis, efficient-frontier curves, and Monte Carlo simulations with geometric Brownian motion.

cryptocurrenciesportfolio optimizationMonte Carlodata visualization
First page of Mexico-Linked Futures Course project
Course Project Derivative Products

Mexico-Linked Futures

Comparative analysis of six futures related to Mexico—corn, WTI crude, silver, MXN/USD, monthly F-TIIE, and the IPC—with pricing, term-structure interpretation, and Mexico-specific implications.

futuresderivativesterm structureMexican markets
Title slide of Modelos de Teoría de Juegos en Finanzas Course presentation
Course Project Selected Topics I

Game-Theory Models in Finance

Course presentation on game-theoretic models in asset pricing and corporate finance, motivated by financial phenomena that symmetric-information and perfect-market models do not explain.

game theoryasset pricingcorporate financeinformation asymmetry
First page of Análisis de Series de Tiempo para la Precipitación en Puebla Course project
Course Project Econometrics II

Precipitation Time-Series Analysis in Puebla

Time-series study of precipitation in Puebla covering transformations, seasonal differencing, model comparison, model selection, forecasting, and a forecast update.

time seriesprecipitationseasonal differencingforecasting
Abstract directed-network visualization for an S&P 500 supply-chain network Course project
Complex Networks LDS1121

S&P 500 Supply-Chain Network

A 30-firm supplier-client network for large S&P 500 companies, represented as a directed graph and analyzed with link-prediction methods after projection to a simple undirected network.

complex networksS&P 500supply chainslink prediction
Abstract network visualization for Star Wars link prediction Course project
Complex Networks LDS1121

Star Wars Link Prediction

Link prediction on the Star Wars: Episode II character network, where characters are connected when they share scenes and edge weights encode the number of shared scenes.

complex networkslink predictionnetwork scienceStar Wars
Abstract model-structure visualization for XGBoost credit approval Course project
Econometrics LEC3092

XGBoost for Credit Approval

A credit-approval classification project using gradient-boosted decision trees, with a reported test accuracy of 87.69%.

XGBoostcredit riskclassificationeconometrics
Abstract directed-network visualization for cryptocurrency causality Course project
Data Visualization LDS1131

Causality Network for Crypto

A cryptocurrency network built from Granger-causality tests and visualized as directed relationships among crypto time series.

Granger causalitycryptocurrencynetworksvisualization
Abstract model-structure visualization for Kessler multiclass classification Course project
Neural Networks LDS1081

Kessler Multiclass Classification

A from-scratch multiclass classifier based on the Kessler construction, reported at 100% accuracy in the course exercise.

Kessler constructionmulticlass classificationneural networksPython
Abstract payoff visualization for the Margrabe option derivation Course project
Exotic Derivatives LAT4092

Margrabe Option Derivation

A derivation and application of the Margrabe formula for an option to exchange one risky asset for another.

Margrabeexchange optionsexotic derivativesoption pricing
Abstract payoff visualization for multi-leg derivative strategies Course project
Exotic Derivatives LAT4092

Multi-Leg Derivative Strategies

Pricing and payoff analysis for exotic options and multi-leg derivative strategies in the Exotic Derivatives course.

exotic optionsderivativespayoff profilesquantitative finance
First-page preview of Agrupamiento Espacial de Emisiones de Metano por Ganado Vacuno en Pastoreo en México Course project
Academic Project Spatial data analysis

Agrupamiento Espacial de Emisiones de Metano por Ganado Vacuno en Pastoreo en México

A spatial-clustering analysis of methane emissions from grazing cattle in Mexico using station and state data for June 2024. It compares Queen contiguity and centroid-distance \(k=4\) weights with Max-p and Spatially Constrained K-Means, evaluating cluster quality through the between-to-total variability ratio \(BSS/TSS\).

spatial clusteringmethane emissionsMexicospatial data analysis
First-page preview of Implementación de un Algoritmo Genético para el UFLP Course project
Academic Project Advanced Optimization · LAT4052

Implementación de un Algoritmo Genético para el UFLP

A genetic-algorithm implementation for the uncapacitated facility location problem (UFLP), with the objective of minimizing total operating and assignment cost. It compares four configurations while fixing population size \(N=100\) and maximum generations \(G=30\) during hyperparameter tuning.

genetic algorithmsUFLPoptimizationheuristics
First-page preview of Right-Censored Regression for IBD with CatBoost and XGBoost Stacking Course project
Academic Project Statistical learning

Right-Censored Regression for IBD with CatBoost and XGBoost Stacking

A censor-aware stacking pipeline for an IBD target right-censored at \(c=20\). CatBoost is trained on uncensored cases using \(K=9\)-fold out-of-fold predictions, a robust residual scale is estimated, and Tobit-style tail corrections are applied before XGBoost meta-learning.

right censoringCatBoostXGBoostTobit model