Hull White Term Structure Simulations with QuantLib Python

May 01, 2015 by Gouthaman Balaraman

Discusses simulation of the Hull White interest rate term structure model in QuantLib Python

   quantlib   python   finance  

An Introduction to Interest Rate Term Structure in QuantLib Python

April 08, 2015 by Goutham Balaraman

This post will walk through the basics of bootstrapping yield curve in QuantLib Python.

   python   finance   quantlib  

Modeling Fixed Rate Bonds in QuantLib Python

March 30, 2015 by Goutham Balaraman

This post will walk through an example of modeling fixed rate bonds using QuantLib Python.

   python   finance   quantlib  

Introduction to QuantLib Python

March 24, 2015 by Goutham Balaraman

This post will walk through some of the basics of QuantLib Python library.

   python   finance   quantlib  

Using SQLAlchemy in Luigi Workflow Pipeline

February 05, 2015 by Gouthaman Balaraman

This is a very basic example on using Luigi sqla contrib module in a task pipeline while using luigi

   Programming   Python   Luigi   SQLAlchemy  

Building Task Pipelines Using Luigi

December 31, 2014 by Gouthaman Balaraman

This is a very basic example on using Luigi as a task pipeline

   Programming   Python   Luigi  

Flask App Directory Structure

December 29, 2014 by Gouthaman Balaraman

Some notes on how to organize your flask app structure, and some thoughts on deployment.

   programming   flask   python  

MySQL Cheat Sheet

December 09, 2014 by Gouthaman Balaraman

Some notes on administering MySQL database

   programming   linux   database   mysql  

Securing Authentication Tokens

December 02, 2014 by Gouthaman Balaraman

This post will give a basic discussion on securing authentication tokens that can be used with Flask-Login.

   Programming   Python   Flask   Authentication  

Multi-Processing With Pandas

November 19, 2014 by Goutham Balaraman

Motivation for using multi-processing with pandas

   python   programming   pandas