Course materials and lecture notes for BUS 411: Fixed Income Security Analysis and Valuation.
This repository contains:
- Lecture notes (
.qmdformat) inlecture_notes/ - Assignments, problem sets, labs, and exams (placeholders for future content)
- A Quarto website that builds into
docs/for GitHub Pages
- Quarto (recommended: latest stable version)
To preview the course website locally:
quarto previewThis starts a local server; the site will open in your browser and auto-refresh on changes.
To render the full website:
quarto renderOutput is written to the docs/ directory. For GitHub Pages, configure your repository to serve the site from the docs/ folder (Settings → Pages → Source: Deploy from a branch → Branch: main, folder: /docs).
From the project root:
quarto render lecture_notes/lec1.qmdThis produces both HTML and PDF outputs. PDF output requires a LaTeX distribution (e.g., TinyTeX or full TeX Live).
lecture_notes/— Lecture content (.qmdfiles)slides/— Presentation slidesassignments/— Assignment landing page and materialsproblem_sets/— Problem setslabs/— Lab exercisesexams/— Exam materialsassets/— Images, figures, PDFs, and data filesdocs/— Rendered website output (for GitHub Pages)