Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.03 KB

File metadata and controls

48 lines (37 loc) · 1.03 KB

VIX Futures Replication (VIF Project)

Replication-style research project on VIX futures / volatility signals.

Live report (GitHub Pages)

If the link doesn’t load, ensure GitHub Pages is enabled: Settings → Pages → main + /docs.


Quick view

  • Canonical report: docs/index.html (published via GitHub Pages)
  • Appendix HTML exports: docs/appendix/
  • Notebook(s): notebooks/
  • Slides: slides/
  • References: report/
  • Data / Figures: data/, figures/

How to view locally

Open docs/index.html in your browser.


Reproducibility notes (fill in)

  • Data source:
  • Date range:
  • How to download:
  • Any required API keys / credentials:
  • Expected runtime / environment:
  • Key assumptions / known limitations:

Repository layout

.
├── docs/
│   ├── index.html
│   ├── appendix/
│   └── .nojekyll
├── notebooks/
├── slides/
├── report/
├── data/
└── figures/