Skip to content

Commit 87cc1c8

Browse files
committed
Update README and version
1 parent 70d5886 commit 87cc1c8

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ carries all the relevant variables as atributes:
1616
- Yields fitted by the model
1717
- Risk-neutral yields
1818
- Term premium
19+
- Historical in-sample expected returns
1920
- Expected return loadings
2021
- Hypothesis testing (Not sure if correct, more info observations below)
2122

@@ -25,6 +26,16 @@ carries all the relevant variables as atributes:
2526
pip install pyacm
2627
```
2728

29+
# Examples
30+
The estimates for the US are available on the [NY FED website](https://www.newyorkfed.org/research/data_indicators/term-premia-tabs#/overview).
31+
32+
The jupyter notebook [`example_br`](https://github.com/gusamarante/pyacm/blob/main/example_br.ipynb)
33+
contains an example application to the Brazilian DI futures curve that showcases all the available methods.
34+
35+
<p align="center">
36+
<img src="https://raw.githubusercontent.com/gusamarante/pyacm/refs/heads/main/images/DI%20term%20premium.png" alt="DI Term Premium"/>
37+
<img src="https://raw.githubusercontent.com/gusamarante/pyacm/refs/heads/main/images/DI%20observed%20vs%20risk%20neutral.png" alt="Observed VS Risk Neutral"/>
38+
</p>
2839

2940
# Original Article
3041
> Adrian, Tobias and Crump, Richard K. and Moench, Emanuel,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
with codecs.open(os.path.join(here, "README.md"), encoding="utf-8") as fh:
88
long_description = "\n" + fh.read()
99

10-
VERSION = '0.2'
10+
VERSION = '0.3'
1111
DESCRIPTION = 'ACM Term Premium'
1212

1313
# Setting up

0 commit comments

Comments
 (0)