Package: eiopaR 0.1.1
eiopaR: Access to RFR (Risk-Free Rate) Curves Produced by the EIOPA
Provides EIOPA (European Insurance And Occupational Pensions Authority) risk-free rates. Please note that the author of this package is not affiliated with EIOPA. The data is accessed through a REST API available at <https://mehdiechchelh.com/api/>.
Authors:
eiopaR_0.1.1.tar.gz
eiopaR_0.1.1.zip(r-4.7)eiopaR_0.1.1.zip(r-4.6)eiopaR_0.1.1.zip(r-4.5)
eiopaR_0.1.1.tgz(r-4.6-any)eiopaR_0.1.1.tgz(r-4.5-any)
eiopaR_0.1.1.tar.gz(r-4.7-any)eiopaR_0.1.1.tar.gz(r-4.6-any)
eiopaR_0.1.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
eiopaR/json (API)
NEWS
| # Install 'eiopaR' in R: |
| install.packages('eiopaR', repos = c('https://mehdichelh.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mehdichelh/eiopar/issues
Last updated from:4758a641d7. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 109 | ||
| source / vignettes | OK | 152 | ||
| linux-release-x86_64 | OK | 116 | ||
| macos-release-arm64 | OK | 144 | ||
| macos-oldrel-arm64 | OK | 152 | ||
| windows-devel | OK | 62 | ||
| windows-release | OK | 94 | ||
| windows-oldrel | OK | 64 | ||
| wasm-release | OK | 100 |
Exports:get_optionsget_rfrget_rfr_no_vaget_rfr_with_vaoptions_rfr_types
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Base URL to the API. | API_BASE_URL |
| This function is a helper to make get requests to the API. | api_get |
| Options available | get_options |
| Query EIOPA risk-free rate (RFR). | get_rfr |
| Query EIOPA RFR without volatility adjustment | get_rfr_no_va |
| Query EIOPA RFR with volatility adjustment. | get_rfr_with_va |
| Available curves | options_rfr_types |
| Parse the risk free rates API response | parse_rfr |
| Parse the risk free rates API response into a dataframe | parse_rfr_to_df |
| Build path to the options endpoint. | PATH_GET_OPTIONS |
| Build path to the RFR (risk-free rate) endpoint. | PATH_GET_RFR |
| Print eiopa_rfr object | print.eiopa_rfr |
| Wrapper for GET requests | try_GET |
