45 lines
760 B
TeX
Executable File
45 lines
760 B
TeX
Executable File
% use [nosolutions] flag to hide solutions.
|
|
% use [solutions] flag to show solutions.
|
|
\documentclass[
|
|
solutions,
|
|
unfinished
|
|
]{../../resources/ormc_handout}
|
|
\usepackage{../../resources/macros}
|
|
|
|
\usepackage{mdframed}
|
|
|
|
\newmdenv[
|
|
topline=false,
|
|
bottomline=false,
|
|
rightline=true,
|
|
leftline=true,
|
|
linewidth=0.3mm,
|
|
frametitle={Contract:},
|
|
frametitlefont={\textsc},
|
|
%
|
|
skipabove=1mm,
|
|
skipbelow=1mm,
|
|
%
|
|
innerleftmargin=2mm,
|
|
innerrightmargin=4mm,
|
|
leftmargin=2mm,
|
|
rightmargin=2mm,
|
|
]{contract}
|
|
|
|
\uptitlel{Advanced 2}
|
|
\uptitler{Fall 2023}
|
|
\title{Options in Finance}
|
|
\subtitle{
|
|
Prepared by \githref{Mark} on \today{}
|
|
}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\input{parts/0 intro}
|
|
\input{parts/1 call}
|
|
\input{parts/2 put}
|
|
\input{parts/3 compound}
|
|
|
|
\end{document} |