File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments