Skip to content

Commit dd0eeef

Browse files
committed
minor changes
1 parent afd4107 commit dd0eeef

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

example_us.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
"""
2+
This file replicates the term premium estimates from the original paper. The
3+
file `us_data.xlsx` contains data from the authors' original matlab replication
4+
files. The output of this script matches the one from the original.
5+
6+
For the updated US term premium estimates, visit the NY FED website.
7+
"""
18
from pyacm import NominalACM
29
import pandas as pd
310
import matplotlib.pyplot as plt
@@ -19,7 +26,10 @@
1926
selected_maturities=[6, 12, 24, 36, 48, 60, 72, 84, 96, 108, 120],
2027
)
2128

22-
# CHART
29+
30+
# =================
31+
# ===== Chart =====
32+
# =================
2333
size = 7
2434
fig = plt.figure(figsize=(size * (16 / 7.3), size))
2535

0 commit comments

Comments
 (0)