Skip to content

viczommers/Mortgage-Lending-Notebook

Repository files navigation

Mortgage-Lending-Notebook Open In Colab

This is an interactive Jupyter notebook that uses API socket to extract latest & historic lending series from Bank of England. Holdings of Mortgage securities and Lending data are aggregated across all UK Resident Banks (Monetary Financial Institutions);

Scenario Analysis

The app plots mortgage series scatter plot and distribution curve from all historic data points for a selected target range of BOE Bank Rate.

Data

Notebook covers:

Method

Here we use Plotly graphic package with simple iPywidgets inputs to create dynamic visualisations. This is a simple solution for building interactive Jupyter notebooks (which is more robust than using Flask framework).

  • This repo includes local machine version of Notebook (that uses default render).
  • iPywidgets interactivity will be enabled only when the code cell is executed in a kernell.

Tutorial GIF