Skip to content

Commit d381f88

Browse files
committed
Update README
1 parent 3ea39ae commit d381f88

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,16 @@ pip install pyacm
2828
```
2929

3030
# Example
31-
SOON...
31+
The tricky part is getting the correct data format. The model works with
32+
annualized log-yields for zero-coupon bonds, observed at daily or monthly
33+
frequency. Maturities must be equally spaced in monthly frequency and start
34+
at month 1. This means that you need to construct a bootstraped curve for every
35+
date and interpolate it at fixed monthly maturities.
36+
37+
MORE SOON...
3238

3339

3440
# Observations
35-
I am not completely sure that computations in the [inferences attributes]
36-
[inference_atribute] are correct. If you find any mistakes, please open a pull
37-
request following the contributing guidelines.
41+
I am not completely sure that computations in the [inferences attributes][inference_atribute]
42+
are correct. If you find any mistakes, please open a pull request following the contributing
43+
guidelines.

0 commit comments

Comments
 (0)