Skip to content

Instantly share code, notes, and snippets.

View franloza's full-sized avatar
🏠
Working from home

Fran Lozano franloza

🏠
Working from home
View GitHub Profile
@franloza
franloza / ibex_equity_volatility.ipynb
Created October 14, 2017 15:47
Study about negative correlation between returns and volatility in IBEX 35. Reference: [The Benefits of Volatility Derivatives in Equity Portfolio Management](https://www.eurexchange.com/blob/184758/e21ae91e662cd0c0a176823353b21450/data/edhec_benefits_volatility_derivatives_2012.pdf.pdf)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@franloza
franloza / compound_interest_rate.ipynb
Created October 17, 2017 20:54
Comparison between present and future value of a fixed income product compounded daily and annually
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@franloza
franloza / download_coches_net.sh
Created June 24, 2022 12:48
Bash script to download a dataset in JSON format from coches.net
#!/bin/bash
#------------------------------------------------------------------------------------
# What: Download a dataset in JSON format from coches.net
# Author: Fran Lozano <franloza.com>
# License: MIT License <https://choosealicense.com/licenses/mit/>
# Copyright (c) 2022 Fran Lozano
#------------------------------------------------------------------------------------
#------------------------------------------------------------------------------------
# SCRIPT CONFIGURATION